public class ActionDefinitionImpl extends ParameterizedItemDefinitionImpl implements ActionDefinition
| Constructor and Description |
|---|
ActionDefinitionImpl(String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Set<org.alfresco.service.namespace.QName> |
getApplicableTypes()
Gets the set of applicable types
|
String |
getRuleActionExecutor()
Get the rule aciton executor
|
boolean |
getTrackStatus()
Get whether the basic action definition supports action tracking
or not.
|
void |
setApplicableTypes(Set<org.alfresco.service.namespace.QName> applicableTypes)
Sets the list of applicable types
|
void |
setRuleActionExecutor(String ruleActionExecutor)
Set the rule action executor
|
void |
setTrackStatus(boolean trackStatus)
Set whether the basic action definition requires status tracking.
|
getAdhocPropertiesAllowed, getDescription, getName, getParameterDefinitions, getParameterDefintion, getTitle, hasParameterDefinitions, setAdhocPropertiesAllowed, setDescriptionKey, setLocalizedParameterDefinitions, setParameterDefinitions, setTitleKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdhocPropertiesAllowed, getDescription, getName, getParameterDefinitions, getParameterDefintion, getTitle, hasParameterDefinitionspublic ActionDefinitionImpl(String name)
name - the namepublic void setRuleActionExecutor(String ruleActionExecutor)
ruleActionExecutor - the rule action executorpublic String getRuleActionExecutor()
public Set<org.alfresco.service.namespace.QName> getApplicableTypes()
getApplicableTypes in interface ActionDefinitionpublic void setApplicableTypes(Set<org.alfresco.service.namespace.QName> applicableTypes)
applicableTypes - the applicable typespublic boolean getTrackStatus()
ActionDefinitionaction
but if not, this value is used. Defaults to false.getTrackStatus in interface ActionDefinitionpublic void setTrackStatus(boolean trackStatus)
trackStatus - true to track execution status otherwise falseCopyright © 2005–2018 Alfresco Software. All rights reserved.