Uses of Interface
org.flowable.identitylink.service.impl.persistence.entity.HistoricIdentityLinkEntity
Packages that use HistoricIdentityLinkEntity
Package
Description
-
Uses of HistoricIdentityLinkEntity in org.flowable.identitylink.service
Methods in org.flowable.identitylink.service that return HistoricIdentityLinkEntityModifier and TypeMethodDescriptionHistoricIdentityLinkService.createHistoricIdentityLink()
HistoricIdentityLinkService.getHistoricIdentityLink
(String id) Methods in org.flowable.identitylink.service that return types with arguments of type HistoricIdentityLinkEntityModifier and TypeMethodDescriptionHistoricIdentityLinkService.findHistoricIdentityLinksByProcessInstanceId
(String processInstanceId) HistoricIdentityLinkService.findHistoricIdentityLinksByScopeIdAndScopeType
(String scopeId, String scopeType) HistoricIdentityLinkService.findHistoricIdentityLinksBySubScopeIdAndScopeType
(String subScopeId, String scopeType) HistoricIdentityLinkService.findHistoricIdentityLinksByTaskId
(String taskId) Methods in org.flowable.identitylink.service with parameters of type HistoricIdentityLinkEntityModifier and TypeMethodDescriptionvoid
HistoricIdentityLinkService.deleteHistoricIdentityLink
(HistoricIdentityLinkEntity identityLink) void
HistoricIdentityLinkService.insertHistoricIdentityLink
(HistoricIdentityLinkEntity identityLink, boolean fireCreateEvent) -
Uses of HistoricIdentityLinkEntity in org.flowable.identitylink.service.impl
Methods in org.flowable.identitylink.service.impl that return HistoricIdentityLinkEntityModifier and TypeMethodDescriptionHistoricIdentityLinkServiceImpl.createHistoricIdentityLink()
HistoricIdentityLinkServiceImpl.getHistoricIdentityLink
(String id) Methods in org.flowable.identitylink.service.impl that return types with arguments of type HistoricIdentityLinkEntityModifier and TypeMethodDescriptionHistoricIdentityLinkServiceImpl.findHistoricIdentityLinksByProcessInstanceId
(String processInstanceId) HistoricIdentityLinkServiceImpl.findHistoricIdentityLinksByScopeIdAndScopeType
(String scopeId, String scopeType) HistoricIdentityLinkServiceImpl.findHistoricIdentityLinksBySubScopeIdAndScopeType
(String subScopeId, String scopeType) HistoricIdentityLinkServiceImpl.findHistoricIdentityLinksByTaskId
(String taskId) Methods in org.flowable.identitylink.service.impl with parameters of type HistoricIdentityLinkEntityModifier and TypeMethodDescriptionvoid
HistoricIdentityLinkServiceImpl.deleteHistoricIdentityLink
(HistoricIdentityLinkEntity identityLink) void
HistoricIdentityLinkServiceImpl.insertHistoricIdentityLink
(HistoricIdentityLinkEntity identityLink, boolean fireCreateEvent) -
Uses of HistoricIdentityLinkEntity in org.flowable.identitylink.service.impl.persistence.entity
Classes in org.flowable.identitylink.service.impl.persistence.entity that implement HistoricIdentityLinkEntityMethods in org.flowable.identitylink.service.impl.persistence.entity that return HistoricIdentityLinkEntityMethods in org.flowable.identitylink.service.impl.persistence.entity that return types with arguments of type HistoricIdentityLinkEntityModifier and TypeMethodDescriptionHistoricIdentityLinkEntityManager.findHistoricIdentityLinksByProcessInstanceId
(String processInstanceId) HistoricIdentityLinkEntityManagerImpl.findHistoricIdentityLinksByProcessInstanceId
(String processInstanceId) HistoricIdentityLinkEntityManager.findHistoricIdentityLinksByScopeIdAndScopeType
(String scopeId, String scopeType) HistoricIdentityLinkEntityManagerImpl.findHistoricIdentityLinksByScopeIdAndScopeType
(String scopeId, String scopeType) HistoricIdentityLinkEntityManager.findHistoricIdentityLinksBySubScopeIdAndScopeType
(String subScopeId, String scopeType) HistoricIdentityLinkEntityManagerImpl.findHistoricIdentityLinksBySubScopeIdAndScopeType
(String subScopeId, String scopeType) HistoricIdentityLinkEntityManager.findHistoricIdentityLinksByTaskId
(String taskId) HistoricIdentityLinkEntityManagerImpl.findHistoricIdentityLinksByTaskId
(String taskId) -
Uses of HistoricIdentityLinkEntity in org.flowable.identitylink.service.impl.persistence.entity.data
Methods in org.flowable.identitylink.service.impl.persistence.entity.data that return types with arguments of type HistoricIdentityLinkEntityModifier and TypeMethodDescriptionHistoricIdentityLinkDataManager.findHistoricIdentityLinksByProcessInstanceId
(String processInstanceId) HistoricIdentityLinkDataManager.findHistoricIdentityLinksByScopeIdAndScopeType
(String scopeId, String scopeType) HistoricIdentityLinkDataManager.findHistoricIdentityLinksBySubScopeIdAndScopeType
(String subScopeId, String scopeType) HistoricIdentityLinkDataManager.findHistoricIdentityLinksByTaskId
(String taskId) -
Uses of HistoricIdentityLinkEntity in org.flowable.identitylink.service.impl.persistence.entity.data.impl
Fields in org.flowable.identitylink.service.impl.persistence.entity.data.impl with type parameters of type HistoricIdentityLinkEntityModifier and TypeFieldDescriptionprotected CachedEntityMatcher<HistoricIdentityLinkEntity>
MybatisHistoricIdentityLinkDataManager.historicIdentityLinksByProcInstMatcher
protected CachedEntityMatcher<HistoricIdentityLinkEntity>
MybatisHistoricIdentityLinkDataManager.historicIdentityLinksByScopeIdAndTypeMatcher
protected CachedEntityMatcher<HistoricIdentityLinkEntity>
MybatisHistoricIdentityLinkDataManager.historicIdentityLinksBySubScopeIdAndTypeMatcher
Methods in org.flowable.identitylink.service.impl.persistence.entity.data.impl that return HistoricIdentityLinkEntityMethods in org.flowable.identitylink.service.impl.persistence.entity.data.impl that return types with arguments of type HistoricIdentityLinkEntityModifier and TypeMethodDescriptionMybatisHistoricIdentityLinkDataManager.findHistoricIdentityLinksByProcessInstanceId
(String processInstanceId) MybatisHistoricIdentityLinkDataManager.findHistoricIdentityLinksByScopeIdAndScopeType
(String scopeId, String scopeType) MybatisHistoricIdentityLinkDataManager.findHistoricIdentityLinksBySubScopeIdAndScopeType
(String subScopeId, String scopeType) MybatisHistoricIdentityLinkDataManager.findHistoricIdentityLinksByTaskId
(String taskId) Class<? extends HistoricIdentityLinkEntity>
MybatisHistoricIdentityLinkDataManager.getManagedEntityClass()
-
Uses of HistoricIdentityLinkEntity in org.flowable.identitylink.service.impl.persistence.entity.data.impl.cachematcher
Methods in org.flowable.identitylink.service.impl.persistence.entity.data.impl.cachematcher with parameters of type HistoricIdentityLinkEntityModifier and TypeMethodDescriptionboolean
HistoricIdentityLinksByProcInstMatcher.isRetained
(HistoricIdentityLinkEntity historicIdentityLinkEntity, Object parameter) boolean
HistoricIdentityLinksByScopeIdAndTypeMatcher.isRetained
(HistoricIdentityLinkEntity historicIdentityLinkEntity, Object parameter) boolean
HistoricIdentityLinksBySubScopeIdAndTypeMatcher.isRetained
(HistoricIdentityLinkEntity historicIdentityLinkEntity, Object parameter) -
Uses of HistoricIdentityLinkEntity in org.flowable.task.service.impl.persistence.entity
Fields in org.flowable.task.service.impl.persistence.entity with type parameters of type HistoricIdentityLinkEntityModifier and TypeFieldDescriptionprotected List<HistoricIdentityLinkEntity>
HistoricTaskInstanceEntityImpl.identityLinks
protected List<HistoricIdentityLinkEntity>
HistoricTaskInstanceEntityImpl.queryIdentityLinks
Methods in org.flowable.task.service.impl.persistence.entity that return types with arguments of type HistoricIdentityLinkEntityModifier and TypeMethodDescriptionHistoricTaskInstanceEntityImpl.getIdentityLinks()
HistoricTaskInstanceEntityImpl.getQueryIdentityLinks()
Method parameters in org.flowable.task.service.impl.persistence.entity with type arguments of type HistoricIdentityLinkEntityModifier and TypeMethodDescriptionvoid
HistoricTaskInstanceEntityImpl.setQueryIdentityLinks
(List<HistoricIdentityLinkEntity> identityLinks)