Package org.alfresco.repo.action
Interface AsynchronousActionExecutionQueue
-
- All Known Implementing Classes:
AsynchronousActionExecutionQueueImpl
public interface AsynchronousActionExecutionQueueAsynchronous action execution queue- Author:
- Roy Wetherall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteAction(RuntimeActionService actionService, Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef, boolean checkConditions, java.util.Set<java.lang.String> actionChain)
-
-
-
Method Detail
-
executeAction
void executeAction(RuntimeActionService actionService, Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef, boolean checkConditions, java.util.Set<java.lang.String> actionChain)
- Parameters:
actionService- RuntimeActionServiceaction- ActionactionedUponNodeRef- NodeRefcheckConditions- boolean
-
-