Package org.alfresco.repo.action
Class ActionConditionDefinitionImpl
- java.lang.Object
-
- org.alfresco.repo.action.ParameterizedItemDefinitionImpl
-
- org.alfresco.repo.action.ActionConditionDefinitionImpl
-
- All Implemented Interfaces:
Serializable,ActionConditionDefinition,ParameterizedItemDefinition
public class ActionConditionDefinitionImpl extends ParameterizedItemDefinitionImpl implements ActionConditionDefinition
Rule condition implementation class.- Author:
- Roy Wetherall
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionConditionDefinitionImpl(String name)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConditionEvaluator()Get the condition evaluatorvoidsetConditionEvaluator(String conditionEvaluator)Set the condition evaluator-
Methods inherited from class org.alfresco.repo.action.ParameterizedItemDefinitionImpl
getAdhocPropertiesAllowed, getDescription, getName, getParameterDefinitions, getParameterDefintion, getTitle, hasParameterDefinitions, setAdhocPropertiesAllowed, setDescriptionKey, setLocalizedParameterDefinitions, setParameterDefinitions, setTitleKey
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.alfresco.service.cmr.action.ParameterizedItemDefinition
getAdhocPropertiesAllowed, getDescription, getName, getParameterDefinitions, getParameterDefintion, getTitle, hasParameterDefinitions
-
-
-
-
Constructor Detail
-
ActionConditionDefinitionImpl
public ActionConditionDefinitionImpl(String name)
Constructor- Parameters:
name- the name
-
-
Method Detail
-
setConditionEvaluator
public void setConditionEvaluator(String conditionEvaluator)
Set the condition evaluator- Parameters:
conditionEvaluator- the condition evaluator
-
getConditionEvaluator
public String getConditionEvaluator()
Get the condition evaluator- Returns:
- the condition evaluator
-
-