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 TypeMethodDescriptionvoidHistoricIdentityLinkService.deleteHistoricIdentityLink(HistoricIdentityLinkEntity identityLink) voidHistoricIdentityLinkService.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 TypeMethodDescriptionvoidHistoricIdentityLinkServiceImpl.deleteHistoricIdentityLink(HistoricIdentityLinkEntity identityLink) voidHistoricIdentityLinkServiceImpl.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.historicIdentityLinksByProcInstMatcherprotected CachedEntityMatcher<HistoricIdentityLinkEntity>MybatisHistoricIdentityLinkDataManager.historicIdentityLinksByScopeIdAndTypeMatcherprotected CachedEntityMatcher<HistoricIdentityLinkEntity>MybatisHistoricIdentityLinkDataManager.historicIdentityLinksBySubScopeIdAndTypeMatcherMethods 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 TypeMethodDescriptionbooleanHistoricIdentityLinksByProcInstMatcher.isRetained(HistoricIdentityLinkEntity historicIdentityLinkEntity, Object parameter) booleanHistoricIdentityLinksByScopeIdAndTypeMatcher.isRetained(HistoricIdentityLinkEntity historicIdentityLinkEntity, Object parameter) booleanHistoricIdentityLinksBySubScopeIdAndTypeMatcher.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.identityLinksprotected List<HistoricIdentityLinkEntity>HistoricTaskInstanceEntityImpl.queryIdentityLinksMethods 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 TypeMethodDescriptionvoidHistoricTaskInstanceEntityImpl.setQueryIdentityLinks(List<HistoricIdentityLinkEntity> identityLinks)