|
Field Summary | ||
COMPOSITE_CONDITION |
Method Summary | ||
void |
addActionCondition(ActionCondition ActionCondition) Add an ActionCondition to the end of the list |
|
void |
addActionCondition(int index, ActionCondition ActionCondition) Add an ActionCondition to the list at the index specified |
|
getActionCondition(int index) Get an ActionCondition at a given index |
||
getActionConditions() Get list containing the ActionConditions in their current order |
||
boolean |
hasActionConditions() Indicates whether there are any Conditions |
|
int |
indexOfActionCondition(ActionCondition ActionCondition) Gets the index of an ActionCondition |
|
boolean |
isORCondition() | |
void |
removeActionCondition(ActionCondition ActionCondition) Remove an ActionCondition from the list |
|
void |
removeAllActionConditions() Remove all ActionConditions from the list |
|
void |
setActionCondition(int index, ActionCondition ActionCondition) Replace the ActionCondition at the specified index with the passed ActionCondition. |
|
void |
setORCondition(boolean andOr) |
Methods inherited from interface org.alfresco.service.cmr.action.ActionCondition |
getActionConditionDefinitionName, getInvertCondition, setInvertCondition |
Methods inherited from interface org.alfresco.service.cmr.action.ParameterizedItem |
getId, getParameterValue, getParameterValues, setParameterValue, setParameterValues |
|