|
|||||||||
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.ActionDefinitionImpl
public class ActionDefinitionImpl
Rule action implementation class
Constructor Summary | |
---|---|
ActionDefinitionImpl(java.lang.String name)
Constructor |
Method Summary | |
---|---|
java.util.List |
getApplicableTypes()
Gets the list of applicable types |
java.lang.String |
getRuleActionExecutor()
Get the rule aciton executor |
boolean |
getTrackStatus()
Get whether the basic action definition supports action tracking or not. |
void |
setApplicableTypes(java.util.List applicableTypes)
Sets the list of applicable types |
void |
setRuleActionExecutor(java.lang.String ruleActionExecutor)
Set the rule action executor |
void |
setTrackStatus(boolean trackStatus)
Set whether the basic action definition requires status tracking. |
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 ActionDefinitionImpl(java.lang.String name)
name
- the nameMethod Detail |
---|
public void setRuleActionExecutor(java.lang.String ruleActionExecutor)
ruleActionExecutor
- the rule action executorpublic java.lang.String getRuleActionExecutor()
public java.util.List getApplicableTypes()
getApplicableTypes
in interface ActionDefinition
public void setApplicableTypes(java.util.List applicableTypes)
applicableTypes
- the applicable typespublic boolean getTrackStatus()
ActionDefinition
action
but if not, this value is used. Defaults to false.
getTrackStatus
in interface ActionDefinition
public void setTrackStatus(boolean trackStatus)
trackStatus
- true to track execution status otherwise false
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |