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 CaseServiceConfigurator
public void close()
close
in interface CaseServiceConfigurator
public org.jbpm.services.api.DeploymentService getDeploymentService()
getDeploymentService
in interface CaseServiceConfigurator
public org.jbpm.services.api.DefinitionService getBpmn2Service()
getBpmn2Service
in interface CaseServiceConfigurator
public org.jbpm.services.api.RuntimeDataService getRuntimeDataService()
getRuntimeDataService
in interface CaseServiceConfigurator
public org.jbpm.services.api.ProcessService getProcessService()
getProcessService
in interface CaseServiceConfigurator
public org.jbpm.services.api.UserTaskService getUserTaskService()
getUserTaskService
in interface CaseServiceConfigurator
public org.jbpm.services.api.query.QueryService getQueryService()
getQueryService
in interface CaseServiceConfigurator
public CaseRuntimeDataService getCaseRuntimeDataService()
getCaseRuntimeDataService
in interface CaseServiceConfigurator
public CaseService getCaseService()
getCaseService
in interface CaseServiceConfigurator
public CaseInstanceMigrationService getCaseInstanceMigrationService()
getCaseInstanceMigrationService
in interface CaseServiceConfigurator
public org.jbpm.services.api.admin.ProcessInstanceMigrationService getMigrationService()
getMigrationService
in interface CaseServiceConfigurator
public org.kie.internal.identity.IdentityProvider getIdentityProvider()
getIdentityProvider
in interface CaseServiceConfigurator
public CaseIdGenerator getCaseIdGenerator()
getCaseIdGenerator
in interface CaseServiceConfigurator
public AuthorizationManager getAuthorizationManager()
getAuthorizationManager
in interface CaseServiceConfigurator
public org.jbpm.services.api.model.DeploymentUnit createDeploymentUnit(String groupId, String artifactid, String version)
createDeploymentUnit
in interface CaseServiceConfigurator
public javax.persistence.EntityManagerFactory getEmf()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.