@AlfrescoPublicApi public interface ActionCondition extends ParameterizedItem
Modifier and Type | Method and Description |
---|---|
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, setParameterValues
String getActionConditionDefinitionName()
void 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–2017 Alfresco Software. All rights reserved.