|
Packages that use org.alfresco.service.cmr.action.Action | ||
org.alfresco.service.cmr.action | ||
org.alfresco.service.cmr.rendition |
Uses of Action in org.alfresco.service.cmr.action |
Subinterfaces of Action in org.alfresco.service.cmr.action | |
interface |
CompositeAction Composite action |
Classes in org.alfresco.service.cmr.action with type parameters of type Action | |
interface |
ActionList<A extends Action> |
Methods in org.alfresco.service.cmr.action that return Action | |
ActionService.createAction(String name) Create a new action |
|
ActionService.createAction(String name, Map<String,Serializable> params) Create a new action specifying the initial set of parameter values |
|
ActionService.getAction(NodeRef nodeRef, String actionId) Gets an action stored against a given node reference. |
|
Action.getCompensatingAction() Get the compensating action. |
Methods in org.alfresco.service.cmr.action that return types with arguments of type Action | |
ActionService.getActions(NodeRef nodeRef) Gets all the actions currently saved on the given node reference. |
Methods in org.alfresco.service.cmr.action with parameters of type Action | |
boolean |
ActionService.evaluateAction(Action action, NodeRef actionedUponNodeRef) Evaluted the conditions set on an action. |
void |
ActionService.executeAction(Action action, NodeRef actionedUponNodeRef) The actions conditions are always checked. |
void |
ActionService.executeAction(Action action, NodeRef actionedUponNodeRef, boolean checkConditions) The action is executed based on the asynchronous attribute of the action. |
void |
ActionService.executeAction(Action action, NodeRef actionedUponNodeRef, boolean checkConditions, boolean executeAsynchronously) Executes the specified action upon the node reference provided. |
void |
ActionService.removeAction(NodeRef nodeRef, Action action) Removes an action associated with a node reference. |
void |
ActionService.saveAction(NodeRef nodeRef, Action action) Save an action against a node reference. |
void |
Action.setCompensatingAction(Action action) Set the compensating action. |
Uses of Action in org.alfresco.service.cmr.rendition |
Subinterfaces of Action in org.alfresco.service.cmr.rendition | |
interface |
RenditionDefinition This class is used to fully specify a type of rendition. |
|