| Modifier and Type | Method and Description |
|---|---|
HistoricIdentityLinkEntity |
HistoricIdentityLinkService.createHistoricIdentityLink() |
HistoricIdentityLinkEntity |
HistoricIdentityLinkService.getHistoricIdentityLink(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIdentityLinkEntity> |
HistoricIdentityLinkService.findHistoricIdentityLinksByProcessInstanceId(String processInstanceId) |
List<HistoricIdentityLinkEntity> |
HistoricIdentityLinkService.findHistoricIdentityLinksByScopeIdAndScopeType(String scopeId,
String scopeType) |
List<HistoricIdentityLinkEntity> |
HistoricIdentityLinkService.findHistoricIdentityLinksBySubScopeIdAndScopeType(String subScopeId,
String scopeType) |
List<HistoricIdentityLinkEntity> |
HistoricIdentityLinkService.findHistoricIdentityLinksByTaskId(String taskId) |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoricIdentityLinkService.deleteHistoricIdentityLink(HistoricIdentityLinkEntity identityLink) |
void |
HistoricIdentityLinkService.insertHistoricIdentityLink(HistoricIdentityLinkEntity identityLink,
boolean fireCreateEvent) |
| Modifier and Type | Method and Description |
|---|---|
HistoricIdentityLinkEntity |
HistoricIdentityLinkServiceImpl.createHistoricIdentityLink() |
HistoricIdentityLinkEntity |
HistoricIdentityLinkServiceImpl.getHistoricIdentityLink(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIdentityLinkEntity> |
HistoricIdentityLinkServiceImpl.findHistoricIdentityLinksByProcessInstanceId(String processInstanceId) |
List<HistoricIdentityLinkEntity> |
HistoricIdentityLinkServiceImpl.findHistoricIdentityLinksByScopeIdAndScopeType(String scopeId,
String scopeType) |
List<HistoricIdentityLinkEntity> |
HistoricIdentityLinkServiceImpl.findHistoricIdentityLinksBySubScopeIdAndScopeType(String subScopeId,
String scopeType) |
List<HistoricIdentityLinkEntity> |
HistoricIdentityLinkServiceImpl.findHistoricIdentityLinksByTaskId(String taskId) |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoricIdentityLinkServiceImpl.deleteHistoricIdentityLink(HistoricIdentityLinkEntity identityLink) |
void |
HistoricIdentityLinkServiceImpl.insertHistoricIdentityLink(HistoricIdentityLinkEntity identityLink,
boolean fireCreateEvent) |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricIdentityLinkEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
HistoricIdentityLinkEntity |
HistoricIdentityLinkEntityManagerImpl.create() |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIdentityLinkEntity> |
HistoricIdentityLinkDataManager.findHistoricIdentityLinksByProcessInstanceId(String processInstanceId) |
List<HistoricIdentityLinkEntity> |
HistoricIdentityLinkDataManager.findHistoricIdentityLinksByScopeIdAndScopeType(String scopeId,
String scopeType) |
List<HistoricIdentityLinkEntity> |
HistoricIdentityLinkDataManager.findHistoricIdentityLinksBySubScopeIdAndScopeType(String subScopeId,
String scopeType) |
List<HistoricIdentityLinkEntity> |
HistoricIdentityLinkDataManager.findHistoricIdentityLinksByTaskId(String taskId) |
| Modifier and Type | Field and Description |
|---|---|
protected CachedEntityMatcher<HistoricIdentityLinkEntity> |
MybatisHistoricIdentityLinkDataManager.historicIdentityLinksByProcInstMatcher |
protected CachedEntityMatcher<HistoricIdentityLinkEntity> |
MybatisHistoricIdentityLinkDataManager.historicIdentityLinksByScopeIdAndTypeMatcher |
protected CachedEntityMatcher<HistoricIdentityLinkEntity> |
MybatisHistoricIdentityLinkDataManager.historicIdentityLinksBySubScopeIdAndTypeMatcher |
| Modifier and Type | Method and Description |
|---|---|
HistoricIdentityLinkEntity |
MybatisHistoricIdentityLinkDataManager.create() |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIdentityLinkEntity> |
MybatisHistoricIdentityLinkDataManager.findHistoricIdentityLinksByProcessInstanceId(String processInstanceId) |
List<HistoricIdentityLinkEntity> |
MybatisHistoricIdentityLinkDataManager.findHistoricIdentityLinksByScopeIdAndScopeType(String scopeId,
String scopeType) |
List<HistoricIdentityLinkEntity> |
MybatisHistoricIdentityLinkDataManager.findHistoricIdentityLinksBySubScopeIdAndScopeType(String subScopeId,
String scopeType) |
List<HistoricIdentityLinkEntity> |
MybatisHistoricIdentityLinkDataManager.findHistoricIdentityLinksByTaskId(String taskId) |
Class<? extends HistoricIdentityLinkEntity> |
MybatisHistoricIdentityLinkDataManager.getManagedEntityClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HistoricIdentityLinksByProcInstMatcher.isRetained(HistoricIdentityLinkEntity historicIdentityLinkEntity,
Object parameter) |
boolean |
HistoricIdentityLinksBySubScopeIdAndTypeMatcher.isRetained(HistoricIdentityLinkEntity historicIdentityLinkEntity,
Object parameter) |
boolean |
HistoricIdentityLinksByScopeIdAndTypeMatcher.isRetained(HistoricIdentityLinkEntity historicIdentityLinkEntity,
Object parameter) |
Copyright © 2021 Flowable. All rights reserved.