public class DefaultCaseServiceConfigurator extends Object implements CaseServiceConfigurator
| Modifier and Type | Field and Description |
|---|---|
protected AuthorizationManager |
authorizationManager |
protected org.jbpm.services.api.DefinitionService |
bpmn2Service |
protected CaseIdGenerator |
caseIdGenerator |
protected CaseInstanceMigrationService |
caseInstanceMigrationService |
protected CaseRuntimeDataService |
caseRuntimeDataService |
protected CaseService |
caseService |
protected org.jbpm.services.api.DeploymentService |
deploymentService |
protected javax.persistence.EntityManagerFactory |
emf |
protected org.kie.internal.identity.IdentityProvider |
identityProvider |
protected org.jbpm.services.api.admin.ProcessInstanceMigrationService |
migrationService |
protected org.jbpm.services.api.ProcessService |
processService |
protected org.jbpm.services.api.query.QueryService |
queryService |
protected org.jbpm.services.api.RuntimeDataService |
runtimeDataService |
protected org.jbpm.services.api.UserTaskService |
userTaskService |
| Constructor and Description |
|---|
DefaultCaseServiceConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configureServices(String puName,
org.kie.internal.identity.IdentityProvider identityProvider) |
org.jbpm.services.api.model.DeploymentUnit |
createDeploymentUnit(String groupId,
String artifactid,
String version) |
AuthorizationManager |
getAuthorizationManager() |
org.jbpm.services.api.DefinitionService |
getBpmn2Service() |
CaseIdGenerator |
getCaseIdGenerator() |
CaseInstanceMigrationService |
getCaseInstanceMigrationService() |
CaseRuntimeDataService |
getCaseRuntimeDataService() |
CaseService |
getCaseService() |
org.jbpm.services.api.DeploymentService |
getDeploymentService() |
javax.persistence.EntityManagerFactory |
getEmf() |
org.kie.internal.identity.IdentityProvider |
getIdentityProvider() |
org.jbpm.services.api.admin.ProcessInstanceMigrationService |
getMigrationService() |
org.jbpm.services.api.ProcessService |
getProcessService() |
org.jbpm.services.api.query.QueryService |
getQueryService() |
org.jbpm.services.api.RuntimeDataService |
getRuntimeDataService() |
org.jbpm.services.api.UserTaskService |
getUserTaskService() |
protected javax.persistence.EntityManagerFactory emf
protected org.jbpm.services.api.DeploymentService deploymentService
protected org.jbpm.services.api.DefinitionService bpmn2Service
protected org.jbpm.services.api.RuntimeDataService runtimeDataService
protected org.jbpm.services.api.ProcessService processService
protected org.jbpm.services.api.UserTaskService userTaskService
protected org.jbpm.services.api.query.QueryService queryService
protected CaseRuntimeDataService caseRuntimeDataService
protected CaseService caseService
protected CaseInstanceMigrationService caseInstanceMigrationService
protected org.jbpm.services.api.admin.ProcessInstanceMigrationService migrationService
protected org.kie.internal.identity.IdentityProvider identityProvider
protected CaseIdGenerator caseIdGenerator
protected AuthorizationManager authorizationManager
public void configureServices(String puName, org.kie.internal.identity.IdentityProvider identityProvider)
configureServices in interface CaseServiceConfiguratorpublic void close()
close in interface CaseServiceConfiguratorpublic org.jbpm.services.api.DeploymentService getDeploymentService()
getDeploymentService in interface CaseServiceConfiguratorpublic org.jbpm.services.api.DefinitionService getBpmn2Service()
getBpmn2Service in interface CaseServiceConfiguratorpublic org.jbpm.services.api.RuntimeDataService getRuntimeDataService()
getRuntimeDataService in interface CaseServiceConfiguratorpublic org.jbpm.services.api.ProcessService getProcessService()
getProcessService in interface CaseServiceConfiguratorpublic org.jbpm.services.api.UserTaskService getUserTaskService()
getUserTaskService in interface CaseServiceConfiguratorpublic org.jbpm.services.api.query.QueryService getQueryService()
getQueryService in interface CaseServiceConfiguratorpublic CaseRuntimeDataService getCaseRuntimeDataService()
getCaseRuntimeDataService in interface CaseServiceConfiguratorpublic CaseService getCaseService()
getCaseService in interface CaseServiceConfiguratorpublic CaseInstanceMigrationService getCaseInstanceMigrationService()
getCaseInstanceMigrationService in interface CaseServiceConfiguratorpublic org.jbpm.services.api.admin.ProcessInstanceMigrationService getMigrationService()
getMigrationService in interface CaseServiceConfiguratorpublic org.kie.internal.identity.IdentityProvider getIdentityProvider()
getIdentityProvider in interface CaseServiceConfiguratorpublic CaseIdGenerator getCaseIdGenerator()
getCaseIdGenerator in interface CaseServiceConfiguratorpublic AuthorizationManager getAuthorizationManager()
getAuthorizationManager in interface CaseServiceConfiguratorpublic org.jbpm.services.api.model.DeploymentUnit createDeploymentUnit(String groupId, String artifactid, String version)
createDeploymentUnit in interface CaseServiceConfiguratorpublic javax.persistence.EntityManagerFactory getEmf()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.