public class ActionConditionImpl extends ParameterizedItemImpl implements java.io.Serializable, ActionCondition
| Constructor and Description |
|---|
ActionConditionImpl(java.lang.String id,
java.lang.String actionConditionDefinitionName)
Constructor
|
ActionConditionImpl(java.lang.String id,
java.lang.String actionConditionDefinitionName,
java.util.Map parameterValues) |
| 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.
|
equals, getId, getParameterValue, getParameterValues, hashCode, setParameterValue, setParameterValuesclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetId, getParameterValue, getParameterValues, setParameterValue, setParameterValuespublic ActionConditionImpl(java.lang.String id,
java.lang.String actionConditionDefinitionName)
public ActionConditionImpl(java.lang.String id,
java.lang.String actionConditionDefinitionName,
java.util.Map parameterValues)
parameterValues - public java.lang.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 - 2010 Alfresco Software, Inc. All Rights Reserved.