|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.action.ParameterizedItemImpl
org.alfresco.repo.action.ActionConditionImpl
public class ActionConditionImpl
Constructor Summary | |
---|---|
ActionConditionImpl(java.lang.String id,
java.lang.String actionConditionDefinitionName)
Constructor |
|
ActionConditionImpl(java.lang.String id,
java.lang.String actionConditionDefinitionName,
java.util.Map parameterValues)
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.alfresco.repo.action.ParameterizedItemImpl |
---|
equals, getId, getParameterValue, getParameterValues, hashCode, setParameterValue, setParameterValues |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.alfresco.service.cmr.action.ParameterizedItem |
---|
getId, getParameterValue, getParameterValues, setParameterValue, setParameterValues |
Constructor Detail |
---|
public ActionConditionImpl(java.lang.String id, java.lang.String actionConditionDefinitionName)
public ActionConditionImpl(java.lang.String id, java.lang.String actionConditionDefinitionName, java.util.Map parameterValues)
parameterValues
- Method Detail |
---|
public java.lang.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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |