@AlfrescoPublicApi
public interface ActionExecuter
Modifier and Type | Field and Description |
---|---|
static 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.
|
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 String PARAM_RESULT
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–2017 Alfresco Software. All rights reserved.