Interface | Description |
---|---|
ProcessEngineLookup | Deprecated |
Class | Description |
---|---|
ActivitiExtension |
CDI-Extension registering a custom context for
BusinessProcessScoped beans. |
CdiCommandInvoker |
A customized version of the default
CommandInvoker for use with CDI. |
LocalProcessEngineLookup |
ProcessEngineLookup for looking up or building a local ProcessEngine using the provided processEngineName ( ProcessEngines.NAME_DEFAULT is used as default value). |
ProcessDeployer |
Used to deploy processes.
|
ProcessVariableMap |
Allows to expose the process variables of the current business process as a java.util.Map
BusinessProcess.setVariable(String, Object) and BusinessProcess.getVariable(String) , so that they are not flushed prematurely. |
Copyright © 2015 Alfresco. All rights reserved.