Uses of Interface
org.jbpm.services.api.ProcessService
-
-
Uses of ProcessService in org.jbpm.casemgmt.api.utils
Methods in org.jbpm.casemgmt.api.utils that return ProcessService Modifier and Type Method Description ProcessServiceCaseServiceConfigurator. getProcessService() -
Uses of ProcessService in org.jbpm.casemgmt.impl
Methods in org.jbpm.casemgmt.impl with parameters of type ProcessService Modifier and Type Method Description voidCaseServiceImpl. setProcessService(ProcessService processService) -
Uses of ProcessService in org.jbpm.casemgmt.impl.admin
Methods in org.jbpm.casemgmt.impl.admin with parameters of type ProcessService Modifier and Type Method Description voidCaseInstanceMigrationServiceImpl. setProcessService(ProcessService processService) -
Uses of ProcessService in org.jbpm.casemgmt.impl.command
Methods in org.jbpm.casemgmt.impl.command with parameters of type ProcessService Modifier and Type Method Description voidCancelCaseCommand. setProcessService(ProcessService processService)voidCloseCaseCommand. setProcessService(ProcessService processService)voidReopenCaseCommand. setProcessService(ProcessService processService)voidStartCaseCommand. setProcessService(ProcessService processService)Constructors in org.jbpm.casemgmt.impl.command with parameters of type ProcessService Constructor Description AddDataCaseFileInstanceCommand(String deploymentId, Long processInstanceId, org.kie.internal.identity.IdentityProvider identityProvider, Map<String,Object> parameters, List<String> accessRestriction, AuthorizationManager authorizationManager, ProcessService processService, CaseRuntimeDataService caseRuntimeDataService)CancelCaseCommand(org.kie.internal.identity.IdentityProvider identityProvider, String caseId, ProcessService processService, RuntimeDataService runtimeDataService, boolean destroy)CloseCaseCommand(org.kie.internal.identity.IdentityProvider identityProvider, String deploymentId, String caseId, String comment, ProcessService processService, RuntimeDataService runtimeDataService)ReopenCaseCommand(org.kie.internal.identity.IdentityProvider identityProvider, String caseId, String deploymentId, String caseDefinitionId, Map<String,Object> data, ProcessService processService, CaseRuntimeDataService caseRuntimeDataService)StartCaseCommand(org.kie.internal.identity.IdentityProvider identityProvider, String caseId, String deploymentId, String caseDefinitionId, CaseFileInstance caseFile, ProcessService processService, CaseRuntimeDataService caseRuntimeDataService) -
Uses of ProcessService in org.jbpm.casemgmt.impl.utils
Fields in org.jbpm.casemgmt.impl.utils declared as ProcessService Modifier and Type Field Description protected ProcessServiceDefaultCaseServiceConfigurator. processServiceMethods in org.jbpm.casemgmt.impl.utils that return ProcessService Modifier and Type Method Description ProcessServiceDefaultCaseServiceConfigurator. getProcessService() -
Uses of ProcessService in org.jbpm.kie.services.impl
Classes in org.jbpm.kie.services.impl that implement ProcessService Modifier and Type Class Description classProcessServiceImpl -
Uses of ProcessService in org.jbpm.kie.services.impl.admin
Methods in org.jbpm.kie.services.impl.admin with parameters of type ProcessService Modifier and Type Method Description voidProcessInstanceAdminServiceImpl. setProcessService(ProcessService processService) -
Uses of ProcessService in org.jbpm.kie.services.impl.utils
Fields in org.jbpm.kie.services.impl.utils declared as ProcessService Modifier and Type Field Description protected ProcessServiceDefaultKieServiceConfigurator. processServiceMethods in org.jbpm.kie.services.impl.utils that return ProcessService Modifier and Type Method Description ProcessServiceDefaultKieServiceConfigurator. getProcessService() -
Uses of ProcessService in org.jbpm.services.api.utils
Methods in org.jbpm.services.api.utils that return ProcessService Modifier and Type Method Description ProcessServiceKieServiceConfigurator. getProcessService()Returns the process service. -
Uses of ProcessService in org.jbpm.services.cdi.impl
Classes in org.jbpm.services.cdi.impl that implement ProcessService Modifier and Type Class Description classProcessServiceCDIImpl -
Uses of ProcessService in org.jbpm.services.ejb.api
Subinterfaces of ProcessService in org.jbpm.services.ejb.api Modifier and Type Interface Description interfaceProcessServiceEJBLocalinterfaceProcessServiceEJBRemote -
Uses of ProcessService in org.jbpm.services.ejb.impl
Classes in org.jbpm.services.ejb.impl that implement ProcessService Modifier and Type Class Description classProcessServiceEJBImpl -
Uses of ProcessService in org.jbpm.test.services
Fields in org.jbpm.test.services declared as ProcessService Modifier and Type Field Description protected ProcessServiceAbstractCaseServicesTest. processServiceprotected ProcessServiceAbstractKieServicesTest. processServiceMethods in org.jbpm.test.services with parameters of type ProcessService Modifier and Type Method Description voidAbstractCaseServicesTest. setProcessService(ProcessService processService)voidAbstractKieServicesTest. setProcessService(ProcessService processService)
-