public class DefaultCaseServiceConfigurator extends Object implements CaseServiceConfigurator
Modifier and Type | Field and Description |
---|---|
protected AuthorizationManager |
authorizationManager |
protected DefinitionService |
bpmn2Service |
protected CaseIdGenerator |
caseIdGenerator |
protected CaseInstanceMigrationService |
caseInstanceMigrationService |
protected CaseRuntimeDataService |
caseRuntimeDataService |
protected CaseService |
caseService |
protected DeploymentService |
deploymentService |
protected javax.persistence.EntityManagerFactory |
emf |
protected org.kie.internal.identity.IdentityProvider |
identityProvider |
protected ProcessInstanceMigrationService |
migrationService |
protected ProcessService |
processService |
protected QueryService |
queryService |
protected RuntimeDataService |
runtimeDataService |
protected UserTaskService |
userTaskService |
Constructor and Description |
---|
DefaultCaseServiceConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
configureServices(String puName,
org.kie.internal.identity.IdentityProvider identityProvider) |
DeploymentUnit |
createDeploymentUnit(String groupId,
String artifactid,
String version) |
AuthorizationManager |
getAuthorizationManager() |
DefinitionService |
getBpmn2Service() |
CaseIdGenerator |
getCaseIdGenerator() |
CaseInstanceMigrationService |
getCaseInstanceMigrationService() |
CaseRuntimeDataService |
getCaseRuntimeDataService() |
CaseService |
getCaseService() |
DeploymentService |
getDeploymentService() |
javax.persistence.EntityManagerFactory |
getEmf() |
org.kie.internal.identity.IdentityProvider |
getIdentityProvider() |
ProcessInstanceMigrationService |
getMigrationService() |
ProcessService |
getProcessService() |
QueryService |
getQueryService() |
RuntimeDataService |
getRuntimeDataService() |
UserTaskService |
getUserTaskService() |
protected javax.persistence.EntityManagerFactory emf
protected DeploymentService deploymentService
protected DefinitionService bpmn2Service
protected RuntimeDataService runtimeDataService
protected ProcessService processService
protected UserTaskService userTaskService
protected QueryService queryService
protected CaseRuntimeDataService caseRuntimeDataService
protected CaseService caseService
protected CaseInstanceMigrationService caseInstanceMigrationService
protected 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 DeploymentService getDeploymentService()
getDeploymentService
in interface CaseServiceConfigurator
public DefinitionService getBpmn2Service()
getBpmn2Service
in interface CaseServiceConfigurator
public RuntimeDataService getRuntimeDataService()
getRuntimeDataService
in interface CaseServiceConfigurator
public ProcessService getProcessService()
getProcessService
in interface CaseServiceConfigurator
public UserTaskService getUserTaskService()
getUserTaskService
in interface CaseServiceConfigurator
public 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 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 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.