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 CaseIdGenerator
CaseServiceConfigurator. getCaseIdGenerator()
-
Uses of CaseIdGenerator in org.jbpm.casemgmt.impl
Methods in org.jbpm.casemgmt.impl that return CaseIdGenerator Modifier and Type Method Description CaseIdGenerator
CaseRuntimeDataServiceImpl. getCaseIdGenerator()
Methods in org.jbpm.casemgmt.impl with parameters of type CaseIdGenerator Modifier and Type Method Description void
CaseRuntimeDataServiceImpl. setCaseIdGenerator(CaseIdGenerator caseIdGenerator)
void
CaseServiceImpl. 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 class
InMemoryCaseIdGenerator
Simple in memory (usually for test or demo purpose) case id generator.class
NoneCaseIdGenerator
Generator that in general does not generate but rely on given case ids.class
TableCaseIdGenerator
Data 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 CaseIdGenerator
DefaultCaseServiceConfigurator. caseIdGenerator
Methods in org.jbpm.casemgmt.impl.utils that return CaseIdGenerator Modifier and Type Method Description CaseIdGenerator
DefaultCaseServiceConfigurator. getCaseIdGenerator()
-
Uses of CaseIdGenerator in org.jbpm.test.services
Fields in org.jbpm.test.services declared as CaseIdGenerator Modifier and Type Field Description protected CaseIdGenerator
AbstractCaseServicesTest. caseIdGenerator
-