|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.action.ParameterizedItemDefinitionImpl
org.alfresco.repo.action.ActionConditionDefinitionImpl
public class ActionConditionDefinitionImpl
Rule condition implementation class.
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 |
---|
public ActionConditionDefinitionImpl(java.lang.String name)
name
- the nameMethod Detail |
---|
public void setConditionEvaluator(java.lang.String conditionEvaluator)
conditionEvaluator
- the condition evaluatorpublic java.lang.String getConditionEvaluator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |