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, setParameterValuesclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetId, getParameterValue, getParameterValues, setParameterValue, setParameterValuespublic ActionConditionImpl(String id, String actionConditionDefinitionName)
public ActionConditionImpl(String id, String actionConditionDefinitionName, Map<String,Serializable> parameterValues)
id - StringactionConditionDefinitionName - Stringpublic String getActionConditionDefinitionName()
ActionConditiongetActionConditionDefinitionName in interface ActionConditionActionCondition.getActionConditionDefinitionName()public void setInvertCondition(boolean invertCondition)
ActionConditionThis is achieved by applying the NOT logical operator to the result.
The default value is false.
setInvertCondition in interface ActionConditioninvertCondition - true indicates that the result of the condition
is inverted, false otherwise.ActionCondition.setInvertCondition(boolean)public boolean getInvertCondition()
ActionConditionThis is achieved by applying the NOT logical operator to the result.
The default value is false.
getInvertCondition in interface ActionConditionActionCondition.getInvertCondition()Copyright © 2005–2018 Alfresco Software. All rights reserved.