Uses of Interface
org.pentaho.platform.api.engine.IConditionalExecution
-
Packages that use IConditionalExecution Package Description org.pentaho.platform.api.engine -
-
Uses of IConditionalExecution in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return IConditionalExecution Modifier and Type Method Description IConditionalExecution
IActionSequence. getConditionalExecution()
Methods in org.pentaho.platform.api.engine with parameters of type IConditionalExecution Modifier and Type Method Description void
IActionSequence. setConditionalExecution(IConditionalExecution value)
Sets the ConditionalExecution object that determines whether a set of actions will be executed.
-