Class GivenOutputElement
-
- All Implemented Interfaces:
Serializable
public class GivenOutputElement extends AbstractVertexElement
The output element denotes that a certain output has been given. It keeps track of not only the vertex id, but also the actual output id, since there can be multiple outputs for one output vertex. The outputText element holds the actual textual output, after replacing script expressions.
-
-
Constructor Summary
Constructors Constructor Description GivenOutputElement(UUID _outputId, String _sOutputText, String _sUrl, String _sEmotion, Map<String,String> _mOutputParameters, int _iMaxRevisits, ActiveFlow _currentFlow, ScriptEnvironmentI _scriptEnv, Map<String,Object> _mChangedSessionVariables, Map<String,Object> _mChangedFlowVariables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEmotion()
int
getMaxRevisits()
String
getOutputId()
Map<String,String>
getOutputParameters()
String
getOutputText()
int
getRevisits()
String
getType()
String
getUrl()
boolean
isSkipped()
String
toString()
-
Methods inherited from class AbstractVertexElement
getDescription, getName, getVertexId
-
Methods inherited from class AbstractElementWithScriptingAndMetadata
getMetadata
-
Methods inherited from class AbstractElementWithScripting
getChangedFlowVariables
-
Methods inherited from class AbstractElementWithSessionScripting
getChangedSessionVariables
-
Methods inherited from class PathElement
getPropertyGetters
-
-
-
-
Constructor Detail
-
GivenOutputElement
public GivenOutputElement(UUID _outputId, String _sOutputText, String _sUrl, String _sEmotion, Map<String,String> _mOutputParameters, int _iMaxRevisits, ActiveFlow _currentFlow, ScriptEnvironmentI _scriptEnv, Map<String,Object> _mChangedSessionVariables, Map<String,Object> _mChangedFlowVariables)
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getType
in classPathElement
-
isSkipped
public boolean isSkipped()
-
getOutputId
public String getOutputId()
-
getOutputText
public String getOutputText()
-
getUrl
public String getUrl()
-
getEmotion
public String getEmotion()
-
getRevisits
public int getRevisits()
-
getMaxRevisits
public int getMaxRevisits()
-
toString
public String toString()
- Overrides:
toString
in classAbstractVertexElement
-
-