| Modifier and Type | Method and Description |
|---|---|
void |
CompositeCmmnHistoryManager.recordEntityLinkCreated(EntityLinkEntity entityLink) |
void |
DefaultCmmnHistoryManager.recordEntityLinkCreated(EntityLinkEntity entityLink) |
void |
CmmnHistoryManager.recordEntityLinkCreated(EntityLinkEntity entityLink) |
void |
CompositeCmmnHistoryManager.recordEntityLinkDeleted(EntityLinkEntity entityLink) |
void |
DefaultCmmnHistoryManager.recordEntityLinkDeleted(EntityLinkEntity entityLink) |
void |
CmmnHistoryManager.recordEntityLinkDeleted(EntityLinkEntity entityLink) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractAsyncCmmnHistoryManager.addCommonEntityLinkFields(EntityLinkEntity entityLink,
com.fasterxml.jackson.databind.node.ObjectNode data) |
void |
AsyncCmmnHistoryManager.recordEntityLinkCreated(EntityLinkEntity entityLink) |
void |
AsyncCmmnHistoryManager.recordEntityLinkDeleted(EntityLinkEntity entityLink) |
| Modifier and Type | Method and Description |
|---|---|
protected static EntityLinkEntity |
EntityLinkUtil.copyAndCreateEntityLink(String subScopeId,
String parentElementId,
String referenceScopeId,
String referenceScopeType,
String hierarchyType,
EntityLink parentEntityLink,
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,
EntityLinkService entityLinkService,
CmmnHistoryManager historyManager) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractHistoryManager.getProcessDefinitionId(EntityLinkEntity entityLink) |
void |
DefaultHistoryManager.recordEntityLinkCreated(EntityLinkEntity entityLink) |
void |
CompositeHistoryManager.recordEntityLinkCreated(EntityLinkEntity entityLink) |
void |
HistoryManager.recordEntityLinkCreated(EntityLinkEntity entityLink)
Record the creation of a new
EntityLink, if audit history is enabled. |
void |
DefaultHistoryManager.recordEntityLinkDeleted(EntityLinkEntity entityLink) |
void |
CompositeHistoryManager.recordEntityLinkDeleted(EntityLinkEntity entityLink) |
void |
HistoryManager.recordEntityLinkDeleted(EntityLinkEntity entityLink)
Record the deletion of a
EntityLink, if audit history is enabled |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractAsyncHistoryManager.addCommonEntityLinkFields(EntityLinkEntity entityLink,
com.fasterxml.jackson.databind.node.ObjectNode data) |
void |
AsyncHistoryManager.recordEntityLinkCreated(EntityLinkEntity entityLink) |
void |
AsyncHistoryManager.recordEntityLinkDeleted(EntityLinkEntity entityLink) |
| Modifier and Type | Method and Description |
|---|---|
protected static EntityLinkEntity |
EntityLinkUtil.copyAndCreateEntityLink(String subScopeId,
String parentElementId,
String referenceScopeId,
String referenceScopeType,
String hierarchyType,
EntityLink parentEntityLink,
EntityLinkService entityLinkService,
HistoryManager historyManager) |
protected static EntityLinkEntity |
EntityLinkUtil.createEntityLink(String scopeId,
String subScopeId,
String parentElementId,
String referenceScopeId,
String referenceScopeType,
String hierarchyType,
String rootScopeId,
String rootScopeType,
EntityLinkService entityLinkService,
HistoryManager historyManager) |
| Modifier and Type | Method and Description |
|---|---|
EntityLinkEntity |
EntityLinkServiceImpl.createEntityLink() |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityLinkEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
EntityLinkEntity |
EntityLinkEntityManagerImpl.create() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityLinkEntityManagerImpl.deleteEntityLink(EntityLinkEntity identityLink) |
| Modifier and Type | Field and Description |
|---|---|
protected CachedEntityMatcher<EntityLinkEntity> |
MybatisEntityLinkDataManager.entityLinksByReferenceScopeIdAndTypeMatcher |
protected CachedEntityMatcher<EntityLinkEntity> |
MybatisEntityLinkDataManager.entityLinksByRootScopeIdAndScopeTypeMatcher |
protected CachedEntityMatcher<EntityLinkEntity> |
MybatisEntityLinkDataManager.entityLinksByScopeIdAndTypeMatcher |
protected CachedEntityMatcher<EntityLinkEntity> |
MybatisEntityLinkDataManager.entityLinksWithSameRootByScopeIdAndTypeMatcher |
| Modifier and Type | Method and Description |
|---|---|
EntityLinkEntity |
MybatisEntityLinkDataManager.create() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends EntityLinkEntity> |
MybatisEntityLinkDataManager.getManagedEntityClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntityLinksByScopeIdAndTypeMatcher.isRetained(EntityLinkEntity entity,
Object parameter) |
boolean |
EntityLinksByRootScopeIdAndTypeMatcher.isRetained(EntityLinkEntity entity,
Object parameter) |
boolean |
EntityLinksByReferenceScopeIdAndTypeMatcher.isRetained(EntityLinkEntity entity,
Object parameter) |
Copyright © 2023 Flowable. All rights reserved.