|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionCondition
Rule condition interface
Method Summary | |
---|---|
java.lang.String |
getActionConditionDefinitionName()
Get the action condition definition name |
boolean |
getInvertCondition()
Indicates whether the condition result should be inverted. |
void |
setInvertCondition(boolean invertCondition)
Set whether the condition result should be inverted. |
Methods inherited from interface org.alfresco.service.cmr.action.ParameterizedItem |
---|
getId, getParameterValue, getParameterValues, setParameterValue, setParameterValues |
Method Detail |
---|
java.lang.String getActionConditionDefinitionName()
the
- action condition definition namevoid setInvertCondition(boolean invertCondition)
This is achieved by applying the NOT logical operator to the result.
The default value is false.
invertCondition
- true indicates that the result of the condition
is inverted, false otherwise.boolean getInvertCondition()
This is achieved by applying the NOT logical operator to the result.
The default value is false.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |