| Package | Description |
|---|---|
| org.flowable.cmmn.engine | |
| org.flowable.cmmn.engine.impl.history | |
| org.flowable.cmmn.engine.impl.history.async | |
| org.flowable.cmmn.engine.impl.util |
| Modifier and Type | Field and Description |
|---|---|
protected CmmnHistoryManager |
CmmnEngineConfiguration.cmmnHistoryManager |
| Modifier and Type | Method and Description |
|---|---|
CmmnHistoryManager |
CmmnEngineConfiguration.getCmmnHistoryManager() |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngineConfiguration |
CmmnEngineConfiguration.setCmmnHistoryManager(CmmnHistoryManager cmmnHistoryManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeCmmnHistoryManager |
class |
DefaultCmmnHistoryManager |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<CmmnHistoryManager> |
CompositeCmmnHistoryManager.historyManagers |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeCmmnHistoryManager.addHistoryManager(CmmnHistoryManager historyManager) |
| Constructor and Description |
|---|
CompositeCmmnHistoryManager(Collection<CmmnHistoryManager> historyManagers) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsyncCmmnHistoryManager |
class |
AsyncCmmnHistoryManager |
| Modifier and Type | Method and Description |
|---|---|
static CmmnHistoryManager |
CommandContextUtil.getCmmnHistoryManager() |
static CmmnHistoryManager |
CommandContextUtil.getCmmnHistoryManager(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected static EntityLinkEntity |
EntityLinkUtil.copyAndCreateEntityLink(String subScopeId,
String parentElementId,
String referenceScopeId,
String referenceScopeType,
String hierarchyType,
org.flowable.entitylink.api.EntityLink parentEntityLink,
org.flowable.entitylink.api.EntityLinkService entityLinkService,
CmmnHistoryManager historyManager) |
protected static EntityLinkEntity |
EntityLinkUtil.createEntityLink(String scopeId,
String subScopeId,
String parentElementId,
String referenceScopeId,
String referenceScopeType,
String hierarchyType,
String rootScopeId,
String rootScopeType,
org.flowable.entitylink.api.EntityLinkService entityLinkService,
CmmnHistoryManager historyManager) |
Copyright © 2021 Flowable. All rights reserved.