Uses of Interface
org.flowable.entitylink.api.history.HistoricEntityLink
Packages that use HistoricEntityLink
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
: Manages Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.TaskService
: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService
: Used for managing users, groups and the relations between them.ManagementService
: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService
: Exposes information about ongoing and past process instances.FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricEntityLink in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api that return types with arguments of type HistoricEntityLinkModifier and TypeMethodDescriptionCmmnHistoryService.getHistoricEntityLinkChildrenForCaseInstance
(String caseInstanceId) Retrieves theHistoricEntityLink
s associated with the given case instance.CmmnHistoryService.getHistoricEntityLinkChildrenForTask
(String taskId) Retrieves theHistoricEntityLink
s associated with the given task.CmmnHistoryService.getHistoricEntityLinkChildrenWithSameRootAsCaseInstance
(String caseInstanceId) Retrieves all theHistoricEntityLink
s associated with same root as the given case instance.CmmnHistoryService.getHistoricEntityLinkParentsForCaseInstance
(String caseInstanceId) Retrieves theHistoricEntityLink
s where the given case instance is referenced.CmmnHistoryService.getHistoricEntityLinkParentsForTask
(String taskId) Retrieves theHistoricEntityLink
s where the given task is referenced. -
Uses of HistoricEntityLink in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return types with arguments of type HistoricEntityLinkModifier and TypeMethodDescriptionCmmnHistoryServiceImpl.getHistoricEntityLinkChildrenForCaseInstance
(String caseInstanceId) CmmnHistoryServiceImpl.getHistoricEntityLinkChildrenForTask
(String taskId) CmmnHistoryServiceImpl.getHistoricEntityLinkChildrenWithSameRootAsCaseInstance
(String caseInstanceId) CmmnHistoryServiceImpl.getHistoricEntityLinkParentsForCaseInstance
(String caseInstanceId) CmmnHistoryServiceImpl.getHistoricEntityLinkParentsForTask
(String taskId) -
Uses of HistoricEntityLink in org.flowable.cmmn.engine.impl.cmd
Methods in org.flowable.cmmn.engine.impl.cmd that return types with arguments of type HistoricEntityLinkModifier and TypeMethodDescriptionGetHistoricEntityLinkChildrenForCaseInstanceCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkChildrenForTaskCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkChildrenWithSameRootAsCaseInstanceCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkParentsForCaseInstanceCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkParentsForTaskCmd.execute
(CommandContext commandContext) -
Uses of HistoricEntityLink in org.flowable.engine
Methods in org.flowable.engine that return types with arguments of type HistoricEntityLinkModifier and TypeMethodDescriptionHistoryService.getHistoricEntityLinkChildrenForProcessInstance
(String processInstanceId) Retrieves theHistoricEntityLink
s associated with the given process instance.HistoryService.getHistoricEntityLinkChildrenForTask
(String taskId) Retrieves theHistoricEntityLink
s associated with the given task.HistoryService.getHistoricEntityLinkChildrenWithSameRootAsProcessInstance
(String processInstanceId) Retrieves all theHistoricEntityLink
s associated with same root as the given process instance.HistoryService.getHistoricEntityLinkParentsForProcessInstance
(String processInstanceId) Retrieves theHistoricEntityLink
s where the given process instance is referenced.HistoryService.getHistoricEntityLinkParentsForTask
(String taskId) Retrieves theHistoricEntityLink
s where the given task is referenced. -
Uses of HistoricEntityLink in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return types with arguments of type HistoricEntityLinkModifier and TypeMethodDescriptionHistoryServiceImpl.getHistoricEntityLinkChildrenForProcessInstance
(String processInstanceId) HistoryServiceImpl.getHistoricEntityLinkChildrenForTask
(String taskId) HistoryServiceImpl.getHistoricEntityLinkChildrenWithSameRootAsProcessInstance
(String processInstanceId) HistoryServiceImpl.getHistoricEntityLinkParentsForProcessInstance
(String processInstanceId) HistoryServiceImpl.getHistoricEntityLinkParentsForTask
(String taskId) -
Uses of HistoricEntityLink in org.flowable.engine.impl.cmd
Methods in org.flowable.engine.impl.cmd that return types with arguments of type HistoricEntityLinkModifier and TypeMethodDescriptionGetHistoricEntityLinkChildrenForProcessInstanceCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkChildrenForTaskCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkChildrenWithSameRootAsProcessInstanceCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkParentsForProcessInstanceCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkParentsForTaskCmd.execute
(CommandContext commandContext) -
Uses of HistoricEntityLink in org.flowable.entitylink.api.history
Methods in org.flowable.entitylink.api.history that return HistoricEntityLinkModifier and TypeMethodDescriptionHistoricEntityLinkService.createHistoricEntityLink()
HistoricEntityLinkService.getHistoricEntityLink
(String id) Methods in org.flowable.entitylink.api.history that return types with arguments of type HistoricEntityLinkModifier and TypeMethodDescriptionHistoricEntityLinkService.createInternalHistoricEntityLinkQuery()
default List<HistoricEntityLink>
HistoricEntityLinkService.findHistoricEntityLinksByReferenceScopeIdAndType
(String referenceScopeId, String scopeType, String linkType) default List<HistoricEntityLink>
HistoricEntityLinkService.findHistoricEntityLinksByScopeDefinitionIdAndScopeType
(String scopeDefinitionId, String scopeType, String linkType) default List<HistoricEntityLink>
HistoricEntityLinkService.findHistoricEntityLinksByScopeIdAndScopeType
(String scopeId, String scopeType, String linkType) HistoricEntityLinkService.findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType
(String scopeId, String scopeType, String linkType) HistoricEntityLinkService.findHistoricEntityLinksWithSameRootScopeForScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType, String linkType) Methods in org.flowable.entitylink.api.history with parameters of type HistoricEntityLinkModifier and TypeMethodDescriptionvoid
HistoricEntityLinkService.deleteHistoricEntityLink
(HistoricEntityLink entityLink) void
HistoricEntityLinkService.insertHistoricEntityLink
(HistoricEntityLink entityLink, boolean fireCreateEvent) -
Uses of HistoricEntityLink in org.flowable.entitylink.service.impl
Methods in org.flowable.entitylink.service.impl that return HistoricEntityLinkModifier and TypeMethodDescriptionHistoricEntityLinkServiceImpl.createHistoricEntityLink()
HistoricEntityLinkServiceImpl.getHistoricEntityLink
(String id) Methods in org.flowable.entitylink.service.impl that return types with arguments of type HistoricEntityLinkModifier and TypeMethodDescriptionHistoricEntityLinkServiceImpl.createInternalHistoricEntityLinkQuery()
HistoricEntityLinkServiceImpl.findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType
(String scopeId, String scopeType, String linkType) HistoricEntityLinkServiceImpl.findHistoricEntityLinksWithSameRootScopeForScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType, String linkType) Methods in org.flowable.entitylink.service.impl with parameters of type HistoricEntityLinkModifier and TypeMethodDescriptionvoid
HistoricEntityLinkServiceImpl.deleteHistoricEntityLink
(HistoricEntityLink entityLink) void
HistoricEntityLinkServiceImpl.insertHistoricEntityLink
(HistoricEntityLink entityLink, boolean fireCreateEvent) -
Uses of HistoricEntityLink in org.flowable.entitylink.service.impl.persistence.entity
Subinterfaces of HistoricEntityLink in org.flowable.entitylink.service.impl.persistence.entityClasses in org.flowable.entitylink.service.impl.persistence.entity that implement HistoricEntityLinkMethods in org.flowable.entitylink.service.impl.persistence.entity that return types with arguments of type HistoricEntityLinkModifier and TypeMethodDescriptionHistoricEntityLinkEntityManager.findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType
(String scopeId, String scopeType, String linkType) HistoricEntityLinkEntityManagerImpl.findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType
(String scopeId, String scopeType, String linkType) HistoricEntityLinkEntityManager.findHistoricEntityLinksWithSameRootScopeForScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType, String linkType) HistoricEntityLinkEntityManagerImpl.findHistoricEntityLinksWithSameRootScopeForScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType, String linkType) -
Uses of HistoricEntityLink in org.flowable.entitylink.service.impl.persistence.entity.data
Methods in org.flowable.entitylink.service.impl.persistence.entity.data that return types with arguments of type HistoricEntityLinkModifier and TypeMethodDescriptionHistoricEntityLinkDataManager.findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType
(String scopeId, String scopeType, String linkType) HistoricEntityLinkDataManager.findHistoricEntityLinksWithSameRootScopeForScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType, String linkType) -
Uses of HistoricEntityLink in org.flowable.entitylink.service.impl.persistence.entity.data.impl
Methods in org.flowable.entitylink.service.impl.persistence.entity.data.impl that return types with arguments of type HistoricEntityLinkModifier and TypeMethodDescriptionMybatisHistoricEntityLinkDataManager.findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType
(String scopeId, String scopeType, String linkType) MybatisHistoricEntityLinkDataManager.findHistoricEntityLinksWithSameRootScopeForScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType, String linkType)