public interface ActionCondition extends ParameterizedItem
| Modifier and Type | Method and Description |
|---|---|
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.
|
getId, getParameterValue, getParameterValues, setParameterValue, setParameterValuesjava.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.
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.