Package | Description |
---|---|
org.jbpm.casemgmt.impl | |
org.jbpm.casemgmt.impl.generator |
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.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.