public class ProcessEngineServicesProducer extends Object
| Constructor and Description | 
|---|
ProcessEngineServicesProducer()  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthorizationService | 
authorizationService()  | 
CaseService | 
caseService()  | 
DecisionService | 
decisionService()  | 
ExternalTaskService | 
externalTaskService()  | 
FilterService | 
filterService()  | 
FormService | 
formService()  | 
HistoryService | 
historyService()  | 
IdentityService | 
identityService()  | 
ManagementService | 
managementService()  | 
ProcessEngine | 
processEngine()  | 
RepositoryService | 
repositoryService()  | 
RuntimeService | 
runtimeService()  | 
TaskService | 
taskService()  | 
@Produces @Named @ApplicationScoped public ProcessEngine processEngine()
@Produces @Named @ApplicationScoped public RuntimeService runtimeService()
@Produces @Named @ApplicationScoped public TaskService taskService()
@Produces @Named @ApplicationScoped public RepositoryService repositoryService()
@Produces @Named @ApplicationScoped public FormService formService()
@Produces @Named @ApplicationScoped public HistoryService historyService()
@Produces @Named @ApplicationScoped public IdentityService identityService()
@Produces @Named @ApplicationScoped public ManagementService managementService()
@Produces @Named @ApplicationScoped public AuthorizationService authorizationService()
@Produces @Named @ApplicationScoped public FilterService filterService()
@Produces @Named @ApplicationScoped public ExternalTaskService externalTaskService()
@Produces @Named @ApplicationScoped public CaseService caseService()
@Produces @Named @ApplicationScoped public DecisionService decisionService()
Copyright © 2018. All rights reserved.