public class ProcessEngineImpl extends Object implements ProcessEngine
| Modifier and Type | Field and Description |
|---|---|
protected AuthorizationService |
authorizationService |
protected CaseService |
caseService |
protected CommandExecutor |
commandExecutor |
protected CommandExecutor |
commandExecutorSchemaOperations |
protected String |
databaseSchemaUpdate |
protected ExpressionManager |
expressionManager |
protected FilterService |
filterService |
protected FormService |
formService |
protected HistoryService |
historicDataService |
protected HistoryLevel |
historyLevel |
protected IdentityService |
identityService |
protected JobExecutor |
jobExecutor |
protected ManagementService |
managementService |
protected String |
name |
protected ProcessEngineConfigurationImpl |
processEngineConfiguration |
protected RepositoryService |
repositoryService |
protected RuntimeService |
runtimeService |
protected Map<Class<?>,SessionFactory> |
sessionFactories |
protected TaskService |
taskService |
protected TransactionContextFactory |
transactionContextFactory |
VERSION| Constructor and Description |
|---|
ProcessEngineImpl(ProcessEngineConfigurationImpl processEngineConfiguration) |
protected String name
protected RepositoryService repositoryService
protected RuntimeService runtimeService
protected HistoryService historicDataService
protected IdentityService identityService
protected TaskService taskService
protected FormService formService
protected ManagementService managementService
protected AuthorizationService authorizationService
protected CaseService caseService
protected FilterService filterService
protected String databaseSchemaUpdate
protected JobExecutor jobExecutor
protected CommandExecutor commandExecutor
protected CommandExecutor commandExecutorSchemaOperations
protected Map<Class<?>,SessionFactory> sessionFactories
protected ExpressionManager expressionManager
protected HistoryLevel historyLevel
protected TransactionContextFactory transactionContextFactory
protected ProcessEngineConfigurationImpl processEngineConfiguration
public ProcessEngineImpl(ProcessEngineConfigurationImpl processEngineConfiguration)
protected void executeSchemaOperations()
public void close()
close in interface ProcessEnginepublic String getName()
ProcessEnginegetName in interface ProcessEnginepublic IdentityService getIdentityService()
ProcessEngineServicesIdentityService.getIdentityService in interface ProcessEngineServicesIdentityService object.public ManagementService getManagementService()
ProcessEngineServicesManagementService.getManagementService in interface ProcessEngineServicesManagementService object.public TaskService getTaskService()
ProcessEngineServicesTaskService.getTaskService in interface ProcessEngineServicesTaskService object.public HistoryService getHistoryService()
ProcessEngineServicesHistoryService.getHistoryService in interface ProcessEngineServicesHistoryService object.public RuntimeService getRuntimeService()
ProcessEngineServicesRuntimeService.getRuntimeService in interface ProcessEngineServicesRuntimeService object.public RepositoryService getRepositoryService()
ProcessEngineServicesRepositoryService.getRepositoryService in interface ProcessEngineServicesRepositoryService object.public FormService getFormService()
ProcessEngineServicesFormService.getFormService in interface ProcessEngineServicesFormService object.public AuthorizationService getAuthorizationService()
ProcessEngineServicesAuthorizationService.getAuthorizationService in interface ProcessEngineServicesAuthorizationService object.public CaseService getCaseService()
ProcessEngineServicesCaseService.getCaseService in interface ProcessEngineServicesCaseService object.public FilterService getFilterService()
ProcessEngineServicesFilterService.getFilterService in interface ProcessEngineServicesFilterService object.public ProcessEngineConfigurationImpl getProcessEngineConfiguration()
getProcessEngineConfiguration in interface ProcessEngineCopyright © 2018. All rights reserved.