Package org.alfresco.repo.action
Interface AsynchronousActionExecutionQueue
- All Known Implementing Classes:
AsynchronousActionExecutionQueueImpl
public interface AsynchronousActionExecutionQueue
Asynchronous action execution queue
- Author:
- Roy Wetherall
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteAction(RuntimeActionService actionService, Action action, NodeRef actionedUponNodeRef, boolean checkConditions, Set<String> actionChain)
-
Method Details
-
executeAction
void executeAction(RuntimeActionService actionService, Action action, NodeRef actionedUponNodeRef, boolean checkConditions, Set<String> actionChain) - Parameters:
actionService- RuntimeActionServiceaction- ActionactionedUponNodeRef- NodeRefcheckConditions- boolean
-