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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the condition evaluatorvoidsetConditionEvaluator(String conditionEvaluator) Set the condition evaluatorMethods inherited from class org.alfresco.repo.action.ParameterizedItemDefinitionImpl
getAdhocPropertiesAllowed, getDescription, getName, getParameterDefinitions, getParameterDefintion, getTitle, hasParameterDefinitions, setAdhocPropertiesAllowed, setDescriptionKey, setLocalizedParameterDefinitions, setParameterDefinitions, setTitleKeyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.service.cmr.action.ParameterizedItemDefinition
getAdhocPropertiesAllowed, getDescription, getName, getParameterDefinitions, getParameterDefintion, getTitle, hasParameterDefinitions
-
Constructor Details
-
ActionConditionDefinitionImpl
Constructor- Parameters:
name- the name
-
-
Method Details
-
setConditionEvaluator
Set the condition evaluator- Parameters:
conditionEvaluator- the condition evaluator
-
getConditionEvaluator
Get the condition evaluator- Returns:
- the condition evaluator
-