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 ProcessService
CaseServiceConfigurator. 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 void
CaseServiceImpl. 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 void
CaseInstanceMigrationServiceImpl. 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 void
CancelCaseCommand. setProcessService(ProcessService processService)
void
CloseCaseCommand. setProcessService(ProcessService processService)
void
ReopenCaseCommand. setProcessService(ProcessService processService)
void
StartCaseCommand. 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)
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)
StartCaseCommand(org.kie.internal.identity.IdentityProvider identityProvider, String caseId, String deploymentId, String caseDefinitionId, CaseFileInstance caseFile, ProcessService processService)
-
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 ProcessService
DefaultCaseServiceConfigurator. processService
Methods in org.jbpm.casemgmt.impl.utils that return ProcessService Modifier and Type Method Description ProcessService
DefaultCaseServiceConfigurator. 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 class
ProcessServiceImpl
-
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 void
ProcessInstanceAdminServiceImpl. 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 ProcessService
DefaultKieServiceConfigurator. processService
Methods in org.jbpm.kie.services.impl.utils that return ProcessService Modifier and Type Method Description ProcessService
DefaultKieServiceConfigurator. 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 ProcessService
KieServiceConfigurator. 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 class
ProcessServiceCDIImpl
-
Uses of ProcessService in org.jbpm.services.ejb.api
Subinterfaces of ProcessService in org.jbpm.services.ejb.api Modifier and Type Interface Description interface
ProcessServiceEJBLocal
interface
ProcessServiceEJBRemote
-
Uses of ProcessService in org.jbpm.services.ejb.impl
Classes in org.jbpm.services.ejb.impl that implement ProcessService Modifier and Type Class Description class
ProcessServiceEJBImpl
-
Uses of ProcessService in org.jbpm.test.services
Fields in org.jbpm.test.services declared as ProcessService Modifier and Type Field Description protected ProcessService
AbstractCaseServicesTest. processService
protected ProcessService
AbstractKieServicesTest. processService
Methods in org.jbpm.test.services with parameters of type ProcessService Modifier and Type Method Description void
AbstractCaseServicesTest. setProcessService(ProcessService processService)
void
AbstractKieServicesTest. setProcessService(ProcessService processService)
-