org.alfresco.repo.action
Class ActionConditionDefinitionImpl

java.lang.Object
  extended by org.alfresco.repo.action.ParameterizedItemDefinitionImpl
      extended by org.alfresco.repo.action.ActionConditionDefinitionImpl
All Implemented Interfaces:
java.io.Serializable, ActionConditionDefinition, ParameterizedItemDefinition

public class ActionConditionDefinitionImpl
extends ParameterizedItemDefinitionImpl
implements ActionConditionDefinition

Rule condition implementation class.

See Also:
Serialized Form

Constructor Summary
ActionConditionDefinitionImpl(java.lang.String name)
          Constructor
 
Method Summary
 java.lang.String getConditionEvaluator()
          Get the condition evaluator
 void setConditionEvaluator(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, 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(java.lang.String name)
Constructor

Parameters:
name - the name
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


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.