Uses of Class
org.pentaho.platform.api.engine.ActionSequenceException
-
Packages that use ActionSequenceException Package Description org.pentaho.platform.api.engine -
-
Uses of ActionSequenceException in org.pentaho.platform.api.engine
Subclasses of ActionSequenceException in org.pentaho.platform.api.engine Modifier and Type Class Description class
ActionExecutionException
class
ActionInitializationException
class
ActionSequencePromptException
class
ActionValidationException
class
UnresolvedParameterException
Methods in org.pentaho.platform.api.engine that throw ActionSequenceException Modifier and Type Method Description void
IRuntimeContext. executeSequence(IActionCompleteListener listener, IExecutionListener execListener, boolean async)
Executes the action sequence.
-