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 CaseServiceConfiguratorpublic void close()
close in interface CaseServiceConfiguratorpublic DeploymentService getDeploymentService()
getDeploymentService in interface CaseServiceConfiguratorpublic DefinitionService getBpmn2Service()
getBpmn2Service in interface CaseServiceConfiguratorpublic RuntimeDataService getRuntimeDataService()
getRuntimeDataService in interface CaseServiceConfiguratorpublic ProcessService getProcessService()
getProcessService in interface CaseServiceConfiguratorpublic UserTaskService getUserTaskService()
getUserTaskService in interface CaseServiceConfiguratorpublic QueryService getQueryService()
getQueryService in interface CaseServiceConfiguratorpublic CaseRuntimeDataService getCaseRuntimeDataService()
getCaseRuntimeDataService in interface CaseServiceConfiguratorpublic CaseService getCaseService()
getCaseService in interface CaseServiceConfiguratorpublic CaseInstanceMigrationService getCaseInstanceMigrationService()
getCaseInstanceMigrationService in interface CaseServiceConfiguratorpublic 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 DeploymentUnit createDeploymentUnit(String groupId, String artifactid, String version)
createDeploymentUnit in interface CaseServiceConfiguratorpublic javax.persistence.EntityManagerFactory getEmf()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.