Uses of Interface
org.jbpm.casemgmt.api.generator.CaseIdGenerator
-
Packages that use CaseIdGenerator Package Description org.jbpm.casemgmt.api.utils org.jbpm.casemgmt.impl org.jbpm.casemgmt.impl.generator org.jbpm.casemgmt.impl.utils org.jbpm.test.services -
-
Uses of CaseIdGenerator in org.jbpm.casemgmt.api.utils
Methods in org.jbpm.casemgmt.api.utils that return CaseIdGenerator Modifier and Type Method Description CaseIdGeneratorCaseServiceConfigurator. getCaseIdGenerator() -
Uses of CaseIdGenerator in org.jbpm.casemgmt.impl
Methods in org.jbpm.casemgmt.impl that return CaseIdGenerator Modifier and Type Method Description CaseIdGeneratorCaseRuntimeDataServiceImpl. getCaseIdGenerator()Methods in org.jbpm.casemgmt.impl with parameters of type CaseIdGenerator Modifier and Type Method Description voidCaseRuntimeDataServiceImpl. setCaseIdGenerator(CaseIdGenerator caseIdGenerator)voidCaseServiceImpl. setCaseIdGenerator(CaseIdGenerator caseIdGenerator) -
Uses of CaseIdGenerator in org.jbpm.casemgmt.impl.generator
Classes in org.jbpm.casemgmt.impl.generator that implement CaseIdGenerator Modifier and Type Class Description classInMemoryCaseIdGeneratorSimple in memory (usually for test or demo purpose) case id generator.classNoneCaseIdGeneratorGenerator that in general does not generate but rely on given case ids.classTableCaseIdGeneratorData base tabled backed case id generator. -
Uses of CaseIdGenerator in org.jbpm.casemgmt.impl.utils
Fields in org.jbpm.casemgmt.impl.utils declared as CaseIdGenerator Modifier and Type Field Description protected CaseIdGeneratorDefaultCaseServiceConfigurator. caseIdGeneratorMethods in org.jbpm.casemgmt.impl.utils that return CaseIdGenerator Modifier and Type Method Description CaseIdGeneratorDefaultCaseServiceConfigurator. getCaseIdGenerator() -
Uses of CaseIdGenerator in org.jbpm.test.services
Fields in org.jbpm.test.services declared as CaseIdGenerator Modifier and Type Field Description protected CaseIdGeneratorAbstractCaseServicesTest. caseIdGenerator
-