Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Uses of Interface
org.alfresco.service.cmr.action.Action
Packages that use org.alfresco.service.cmr.action.Action
org.alfresco.repo.action.executer
org.alfresco.service.cmr.action
org.alfresco.service.cmr.rendition
Uses of Action in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type Action
void
ActionExecuterAbstractBase.execute(Action action, NodeRef actionedUponNodeRef)
          Execute the action executer
void
ActionExecuter.execute(Action action, NodeRef actionedUponNodeRef)
          Execute the action executer
protected void
ActionExecuterAbstractBase.executeImpl(Action action, NodeRef actionedUponNodeRef)
          Execute the action implementation
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.

Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.