public class ActionDefinitionImpl extends ParameterizedItemDefinitionImpl implements ActionDefinition
| Constructor and Description |
|---|
ActionDefinitionImpl(java.lang.String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set |
getApplicableTypes()
Gets the set 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.Set 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.
|
getAdhocPropertiesAllowed, getDescription, getName, getParameterDefinitions, getParameterDefintion, getTitle, hasParameterDefinitions, setAdhocPropertiesAllowed, setDescriptionKey, setParameterDefinitions, setTitleKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdhocPropertiesAllowed, getDescription, getName, getParameterDefinitions, getParameterDefintion, getTitle, hasParameterDefinitionspublic ActionDefinitionImpl(java.lang.String name)
name - the namepublic void setRuleActionExecutor(java.lang.String ruleActionExecutor)
ruleActionExecutor - the rule action executorpublic java.lang.String getRuleActionExecutor()
public java.util.Set getApplicableTypes()
getApplicableTypes in interface ActionDefinitionpublic void setApplicableTypes(java.util.Set 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 - 2010 Alfresco Software, Inc. All Rights Reserved.