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 |
Modifier and Type | Method and Description |
---|---|
CaseIdGenerator |
CaseServiceConfigurator.getCaseIdGenerator() |
Modifier and Type | Method and Description |
---|---|
CaseIdGenerator |
CaseRuntimeDataServiceImpl.getCaseIdGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
CaseServiceImpl.setCaseIdGenerator(CaseIdGenerator caseIdGenerator) |
void |
CaseRuntimeDataServiceImpl.setCaseIdGenerator(CaseIdGenerator caseIdGenerator) |
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected CaseIdGenerator |
DefaultCaseServiceConfigurator.caseIdGenerator |
Modifier and Type | Method and Description |
---|---|
CaseIdGenerator |
DefaultCaseServiceConfigurator.getCaseIdGenerator() |
Modifier and Type | Field and Description |
---|---|
protected CaseIdGenerator |
AbstractCaseServicesTest.caseIdGenerator |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.