Interface HistoricEntityLinkService
public interface HistoricEntityLinkService
Service which provides access to historic entity links.
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkDeleteHistoricEntityLinksForScopeTypeAndScopeIds
(String scopeType, Collection<String> scopeIds) void
void
deleteHistoricEntityLink
(HistoricEntityLink entityLink) void
deleteHistoricEntityLinksByScopeDefinitionIdAndScopeType
(String scopeDefinitionId, String scopeType) void
deleteHistoricEntityLinksByScopeIdAndScopeType
(String scopeId, String scopeType) void
void
default List<HistoricEntityLink>
findHistoricEntityLinksByReferenceScopeIdAndType
(String referenceScopeId, String scopeType, String linkType) default List<HistoricEntityLink>
findHistoricEntityLinksByScopeDefinitionIdAndScopeType
(String scopeDefinitionId, String scopeType, String linkType) default List<HistoricEntityLink>
findHistoricEntityLinksByScopeIdAndScopeType
(String scopeId, String scopeType, String linkType) findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType
(String scopeId, String scopeType, String linkType) findHistoricEntityLinksWithSameRootScopeForScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType, String linkType) void
insertHistoricEntityLink
(HistoricEntityLink entityLink, boolean fireCreateEvent)
-
Method Details
-
getHistoricEntityLink
-
findHistoricEntityLinksByScopeIdAndScopeType
default List<HistoricEntityLink> findHistoricEntityLinksByScopeIdAndScopeType(String scopeId, String scopeType, String linkType) -
findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType
List<HistoricEntityLink> findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType(String scopeId, String scopeType, String linkType) -
findHistoricEntityLinksWithSameRootScopeForScopeIdsAndScopeType
List<HistoricEntityLink> findHistoricEntityLinksWithSameRootScopeForScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType, String linkType) -
findHistoricEntityLinksByReferenceScopeIdAndType
default List<HistoricEntityLink> findHistoricEntityLinksByReferenceScopeIdAndType(String referenceScopeId, String scopeType, String linkType) -
findHistoricEntityLinksByScopeDefinitionIdAndScopeType
default List<HistoricEntityLink> findHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId, String scopeType, String linkType) -
createInternalHistoricEntityLinkQuery
InternalEntityLinkQuery<HistoricEntityLink> createInternalHistoricEntityLinkQuery() -
createHistoricEntityLink
HistoricEntityLink createHistoricEntityLink() -
insertHistoricEntityLink
-
deleteHistoricEntityLink
-
deleteHistoricEntityLink
-
deleteHistoricEntityLinksByScopeIdAndScopeType
-
deleteHistoricEntityLinksByScopeDefinitionIdAndScopeType
-
bulkDeleteHistoricEntityLinksForScopeTypeAndScopeIds
void bulkDeleteHistoricEntityLinksForScopeTypeAndScopeIds(String scopeType, Collection<String> scopeIds) -
deleteHistoricEntityLinksForNonExistingProcessInstances
void deleteHistoricEntityLinksForNonExistingProcessInstances() -
deleteHistoricEntityLinksForNonExistingCaseInstances
void deleteHistoricEntityLinksForNonExistingCaseInstances()
-