Uses of Interface
org.jbpm.casemgmt.api.CaseRuntimeDataService
-
-
Uses of CaseRuntimeDataService in org.jbpm.casemgmt.api.utils
Methods in org.jbpm.casemgmt.api.utils that return CaseRuntimeDataService Modifier and Type Method Description CaseRuntimeDataService
CaseServiceConfigurator. getCaseRuntimeDataService()
-
Uses of CaseRuntimeDataService in org.jbpm.casemgmt.impl
Classes in org.jbpm.casemgmt.impl that implement CaseRuntimeDataService Modifier and Type Class Description class
CaseRuntimeDataServiceImpl
Methods in org.jbpm.casemgmt.impl with parameters of type CaseRuntimeDataService Modifier and Type Method Description void
CaseServiceImpl. setCaseRuntimeDataService(CaseRuntimeDataService caseRuntimeDataService)
-
Uses of CaseRuntimeDataService in org.jbpm.casemgmt.impl.admin
Methods in org.jbpm.casemgmt.impl.admin with parameters of type CaseRuntimeDataService Modifier and Type Method Description void
CaseInstanceMigrationServiceImpl. setCaseRuntimeDataService(CaseRuntimeDataService caseRuntimeDataService)
-
Uses of CaseRuntimeDataService in org.jbpm.casemgmt.impl.command
Constructors in org.jbpm.casemgmt.impl.command with parameters of type CaseRuntimeDataService 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)
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 CaseRuntimeDataService in org.jbpm.casemgmt.impl.utils
Fields in org.jbpm.casemgmt.impl.utils declared as CaseRuntimeDataService Modifier and Type Field Description protected CaseRuntimeDataService
DefaultCaseServiceConfigurator. caseRuntimeDataService
Methods in org.jbpm.casemgmt.impl.utils that return CaseRuntimeDataService Modifier and Type Method Description CaseRuntimeDataService
DefaultCaseServiceConfigurator. getCaseRuntimeDataService()
-
Uses of CaseRuntimeDataService in org.jbpm.test.services
Fields in org.jbpm.test.services declared as CaseRuntimeDataService Modifier and Type Field Description protected CaseRuntimeDataService
AbstractCaseServicesTest. caseRuntimeDataService
Methods in org.jbpm.test.services with parameters of type CaseRuntimeDataService Modifier and Type Method Description void
AbstractCaseServicesTest. setCaseRuntimeDataService(CaseRuntimeDataService caseRuntimeDataService)
-