public interface IActionSequence extends ISequenceDefinition
ACTION_SEQUENCE_DEFINITION_INVALID_ACTION_DOC, ACTION_SEQUENCE_DEFINITION_INVALID_XML, ACTION_SEQUENCE_DEFINITION_OK, RESULT_TYPE_NONE, RESULT_TYPE_PROCESS, RESULT_TYPE_REPORT, RESULT_TYPE_RULE
Modifier and Type | Method and Description |
---|---|
List |
getActionDefinitionsAndSequences()
Returns the list of ActionDefinition objects retrieved from the SequenceDefinition.
|
IConditionalExecution |
getConditionalExecution() |
String |
getLoopParameter()
If the ActionSequence contains a loop, returns the parameter that the execution should loop on.
|
boolean |
getLoopUsingPeek()
If the ActionSequence contains a loop, returns the parameter that the execution should loop on.
|
boolean |
hasLoop()
Returns whether the ActionSequence has a loop in its definition.
|
void |
setConditionalExecution(IConditionalExecution value)
Sets the ConditionalExecution object that determines whether a set of actions will be executed.
|
getAuthor, getDescription, getHelp, getIcon, getInputDefinitions, getInputDefinitionsForParameterProvider, getLoggingLevel, getOutputDefinitions, getResourceDefinitions, getResultType, getSequenceName, getSolutionName, getSolutionPath, getTitle
List getActionDefinitionsAndSequences()
String getLoopParameter()
boolean getLoopUsingPeek()
boolean hasLoop()
IConditionalExecution getConditionalExecution()
void setConditionalExecution(IConditionalExecution value)
value
- The ConditionalExecution objectCopyright © 2020 Hitachi Vantara. All rights reserved.