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 CaseRuntimeDataServiceCaseServiceConfigurator. getCaseRuntimeDataService() -
Uses of CaseRuntimeDataService in org.jbpm.casemgmt.impl
Classes in org.jbpm.casemgmt.impl that implement CaseRuntimeDataService Modifier and Type Class Description classCaseRuntimeDataServiceImplMethods in org.jbpm.casemgmt.impl with parameters of type CaseRuntimeDataService Modifier and Type Method Description voidCaseServiceImpl. 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 voidCaseInstanceMigrationServiceImpl. 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 CaseRuntimeDataServiceDefaultCaseServiceConfigurator. caseRuntimeDataServiceMethods in org.jbpm.casemgmt.impl.utils that return CaseRuntimeDataService Modifier and Type Method Description CaseRuntimeDataServiceDefaultCaseServiceConfigurator. getCaseRuntimeDataService() -
Uses of CaseRuntimeDataService in org.jbpm.test.services
Fields in org.jbpm.test.services declared as CaseRuntimeDataService Modifier and Type Field Description protected CaseRuntimeDataServiceAbstractCaseServicesTest. caseRuntimeDataServiceMethods in org.jbpm.test.services with parameters of type CaseRuntimeDataService Modifier and Type Method Description voidAbstractCaseServicesTest. setCaseRuntimeDataService(CaseRuntimeDataService caseRuntimeDataService)
-