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

Uses of Interface
org.alfresco.service.cmr.action.ActionCondition
Packages that use org.alfresco.service.cmr.action.ActionCondition
org.alfresco.service.cmr.action
Uses of ActionCondition in org.alfresco.service.cmr.action
Subinterfaces of ActionCondition in org.alfresco.service.cmr.action
interface
CompositeActionCondition
          Composite action condition
Methods in org.alfresco.service.cmr.action that return ActionCondition
ActionService.createActionCondition(String name)
          Create an action condition
ActionService.createActionCondition(String name, Map<String,Serializable> params)
          Create an action condition specifying the initial set of parameter values
CompositeActionCondition.getActionCondition(int index)
          Get an ActionCondition at a given index
Action.getActionCondition(int index)
          Get the action condition at a given index
Methods in org.alfresco.service.cmr.action that return types with arguments of type ActionCondition
CompositeActionCondition.getActionConditions()
          Get list containing the ActionConditions in their current order
Action.getActionConditions()
          Gets a list of the action conditions for this action
Methods in org.alfresco.service.cmr.action with parameters of type ActionCondition
void
CompositeActionCondition.addActionCondition(ActionCondition ActionCondition)
          Add an ActionCondition to the end of the list
void
Action.addActionCondition(ActionCondition actionCondition)
          Add an action condition to the action
void
CompositeActionCondition.addActionCondition(int index, ActionCondition ActionCondition)
          Add an ActionCondition to the list at the index specified
void
Action.addActionCondition(int index, ActionCondition actionCondition)
          Add an action condition at the given index
boolean
ActionService.evaluateActionCondition(ActionCondition condition, NodeRef actionedUponNodeRef)
          Evaluate an action condition.
int
CompositeActionCondition.indexOfActionCondition(ActionCondition ActionCondition)
          Gets the index of an ActionCondition
int
Action.indexOfActionCondition(ActionCondition actionCondition)
          Gets the index of an action condition
void
CompositeActionCondition.removeActionCondition(ActionCondition ActionCondition)
          Remove an ActionCondition from the list
void
Action.removeActionCondition(ActionCondition actionCondition)
          Removes an action condition
void
CompositeActionCondition.setActionCondition(int index, ActionCondition ActionCondition)
          Replace the ActionCondition at the specified index with the passed ActionCondition.
void
Action.setActionCondition(int index, ActionCondition actionCondition)
          Replaces the current action condition at the given index with the action condition provided.

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

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

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