Package org.alfresco.service.cmr.action
Interface CompositeAction
-
- All Superinterfaces:
Action,ActionList<Action>,ParameterizedItem,java.io.Serializable
- All Known Implementing Classes:
CompositeActionImpl
@AlfrescoPublicApi public interface CompositeAction extends Action, ActionList<Action>
Composite action- Author:
- Roy Wetherall
-
-
Method Summary
-
Methods inherited from interface org.alfresco.service.cmr.action.Action
addActionCondition, addActionCondition, addParameterValues, getActionCondition, getActionConditions, getActionDefinitionName, getCompensatingAction, getCreatedDate, getCreator, getDescription, getExecuteAsychronously, getExecutionEndDate, getExecutionFailureMessage, getExecutionStartDate, getExecutionStatus, getModifiedDate, getModifier, getNodeRef, getTitle, getTrackStatus, hasActionConditions, indexOfActionCondition, removeActionCondition, removeAllActionConditions, setActionCondition, setCompensatingAction, setDescription, setExecuteAsynchronously, setTitle, setTrackStatus
-
Methods inherited from interface org.alfresco.service.cmr.action.ActionList
addAction, addAction, getAction, getActions, hasActions, indexOfAction, removeAction, removeAllActions, setAction
-
Methods inherited from interface org.alfresco.service.cmr.action.ParameterizedItem
getId, getParameterValue, getParameterValues, setParameterValue, setParameterValues
-
-