public interface ActionExecuter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PARAM_RESULT
Standard action result parameter name
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Execute the action executer
|
ActionDefinition |
getActionDefinition()
Get the action definition for the action
|
boolean |
getIgnoreLock()
Indicates whether a lock on the actioned upon node reference should be ignored or
not.
|
java.lang.String |
getQueueName()
Get the queueName that will execute this action
|
boolean |
getTrackStatus()
Get whether the basic action definition supports action tracking
or not.
|
static final java.lang.String PARAM_RESULT
java.lang.String getQueueName()
boolean getIgnoreLock()
boolean getTrackStatus()
action
but if not, this value is used. Defaults to false.ActionDefinition getActionDefinition()
void execute(Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
action - the actionactionedUponNodeRef - the actioned upon node referenceCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.