public class ActionConditionImpl extends ParameterizedItemImpl implements Serializable, ActionCondition
Constructor and Description |
---|
ActionConditionImpl(String id,
String actionConditionDefinitionName)
Constructor
|
ActionConditionImpl(String id,
String actionConditionDefinitionName,
Map<String,Serializable> parameterValues) |
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.
|
equals, getId, getParameterValue, getParameterValues, hashCode, setParameterValue, setParameterValues
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getId, getParameterValue, getParameterValues, setParameterValue, setParameterValues
public ActionConditionImpl(String id, String actionConditionDefinitionName)
public ActionConditionImpl(String id, String actionConditionDefinitionName, Map<String,Serializable> parameterValues)
id
- StringactionConditionDefinitionName
- Stringpublic String getActionConditionDefinitionName()
ActionCondition
getActionConditionDefinitionName
in interface ActionCondition
ActionCondition.getActionConditionDefinitionName()
public void setInvertCondition(boolean invertCondition)
ActionCondition
This is achieved by applying the NOT logical operator to the result.
The default value is false.
setInvertCondition
in interface ActionCondition
invertCondition
- true indicates that the result of the condition
is inverted, false otherwise.ActionCondition.setInvertCondition(boolean)
public boolean getInvertCondition()
ActionCondition
This is achieved by applying the NOT logical operator to the result.
The default value is false.
getInvertCondition
in interface ActionCondition
ActionCondition.getInvertCondition()
Copyright © 2005–2017 Alfresco Software. All rights reserved.