Package org.alfresco.repo.action
Class ActionConditionDefinitionImpl
- java.lang.Object
-
- org.alfresco.repo.action.ParameterizedItemDefinitionImpl
-
- org.alfresco.repo.action.ActionConditionDefinitionImpl
-
- All Implemented Interfaces:
java.io.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(java.lang.String name)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetConditionEvaluator()Get the condition evaluatorvoidsetConditionEvaluator(java.lang.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
-
-
-
-
Method Detail
-
setConditionEvaluator
public void setConditionEvaluator(java.lang.String conditionEvaluator)
Set the condition evaluator- Parameters:
conditionEvaluator- the condition evaluator
-
getConditionEvaluator
public java.lang.String getConditionEvaluator()
Get the condition evaluator- Returns:
- the condition evaluator
-
-