|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActionSequence
An ActionSequence is the functional object that wraps a SequenceDefinition for processing by the RuntimeContext. When a request results in a RuntimeContext execution, it is the ActionSequence that the context is operazting on.
Field Summary |
---|
Fields inherited from interface org.pentaho.platform.api.engine.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 |
Method Summary | |
---|---|
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. |
Methods inherited from interface org.pentaho.platform.api.engine.ISequenceDefinition |
---|
getAuthor, getDescription, getHelp, getIcon, getInputDefinitions, getInputDefinitionsForParameterProvider, getLoggingLevel, getOutputDefinitions, getResourceDefinitions, getResultType, getSequenceName, getSolutionName, getSolutionPath, getTitle |
Method Detail |
---|
List getActionDefinitionsAndSequences()
String getLoopParameter()
boolean getLoopUsingPeek()
boolean hasLoop()
IConditionalExecution getConditionalExecution()
void setConditionalExecution(IConditionalExecution value)
value
- The ConditionalExecution object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |