Uses of Interface
org.pentaho.platform.api.action.IAction
-
Packages that use IAction Package Description org.pentaho.platform.api.action -
-
Uses of IAction in org.pentaho.platform.api.action
Subinterfaces of IAction in org.pentaho.platform.api.action Modifier and Type Interface Description interfaceIDefinitionAwareActionMakes an Action privy to certain details about the action definition that is responsible for executing it.interfaceILoggingActionThe interface for an Action that wants to be provided with a logger.interfaceIPostProcessingActionThe interface for Actions that allows caller get information from ActioninterfaceIPreProcessingActionAllows an Action to do some preliminary work prior to execution.interfaceISessionAwareActionThe interface for an Action that wants to be provided with a session.interfaceIStreamingActionThe interface for Actions that want to stream content to the caller.interfaceIStreamProcessingActionThe interface for Actions that want to process the contents of a stream provided by the caller.interfaceIVarArgsActionAllows an Action to accept inputs from the action sequence that are unspecified by the Action itself.Methods in org.pentaho.platform.api.action with parameters of type IAction Modifier and Type Method Description IActionInvokeStatusIActionAdaptor. delete(IAction action, String user, Map<String,Serializable> params)Delete the requestIActionInvokeStatusIActionAdaptor. execute(IAction action, String user, Map<String,Serializable> params)Execute the request in the orchestration environmentIActionInvokeStatusIActionInvoker. invokeAction(IAction action, String user, Map<String,Serializable> params)Invokes theIActionaction.booleanIActionInvoker. isSupportedAction(IAction action)Predicate that tells whether anIActionInvokercan handle a givenIActionIActionInvokeStatusIActionAdaptor. schedule(IAction action, String user, Map<String,Serializable> params)Schedule the request for execution in the orchestration environment in future
-