public class CdiCommandInvoker extends CommandInvoker
CommandInvoker
for use with CDI.
The Activiti-CDI integration builds upon the availability of the current execution
in a thread local 'execution context'. As this has a (very minimal) impact on
performance, this thread local is not set by the default CommandInvoker
and thus this customized version is needed.next
Constructor and Description |
---|
CdiCommandInvoker() |
Modifier and Type | Method and Description |
---|---|
void |
executeOperation(Runnable runnable) |
execute, executeOperations, getNext, setNext
public void executeOperation(Runnable runnable)
executeOperation
in class CommandInvoker
Copyright © 2015 Alfresco. All rights reserved.