Uses of Interface
org.flowable.identitylink.api.history.HistoricIdentityLink
Packages that use HistoricIdentityLink
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 Deployments.RuntimeService: For starting and searching ProcessInstances.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 HistoricIdentityLink in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api that return types with arguments of type HistoricIdentityLinkModifier and TypeMethodDescriptionCmmnHistoryService.getHistoricIdentityLinksForCaseInstance(String caseInstanceId) Retrieves theHistoricIdentityLinks associated with the given case instance.CmmnHistoryService.getHistoricIdentityLinksForPlanItemInstance(String planItemInstanceId) Retrieves theHistoricIdentityLinks associated with the given plan item instance.CmmnHistoryService.getHistoricIdentityLinksForTask(String taskId) Retrieves theHistoricIdentityLinks associated with the given task. -
Uses of HistoricIdentityLink in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return types with arguments of type HistoricIdentityLinkModifier and TypeMethodDescriptionCmmnHistoryServiceImpl.getHistoricIdentityLinksForCaseInstance(String caseInstanceId) CmmnHistoryServiceImpl.getHistoricIdentityLinksForPlanItemInstance(String planItemInstanceId) CmmnHistoryServiceImpl.getHistoricIdentityLinksForTask(String taskId) -
Uses of HistoricIdentityLink in org.flowable.cmmn.engine.impl.cmd
Classes in org.flowable.cmmn.engine.impl.cmd that implement interfaces with type arguments of type HistoricIdentityLinkModifier and TypeClassDescriptionclassclassclassMethods in org.flowable.cmmn.engine.impl.cmd that return types with arguments of type HistoricIdentityLinkModifier and TypeMethodDescriptionGetHistoricIdentityLinksForCaseInstanceCmd.execute(CommandContext commandContext) GetHistoricIdentityLinksForPlanItemInstanceCmd.execute(CommandContext commandContext) GetHistoricIdentityLinksForTaskCmd.execute(CommandContext commandContext) -
Uses of HistoricIdentityLink in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api with parameters of type HistoricIdentityLinkModifier and TypeMethodDescriptionCmmnRestResponseFactory.createHistoricIdentityLinkResponse(HistoricIdentityLink identityLink) CmmnRestResponseFactory.createHistoricIdentityLinkResponse(HistoricIdentityLink identityLink, RestUrlBuilder urlBuilder) Method parameters in org.flowable.cmmn.rest.service.api with type arguments of type HistoricIdentityLinkModifier and TypeMethodDescriptionCmmnRestResponseFactory.createHistoricIdentityLinkResponseList(List<HistoricIdentityLink> identityLinks) -
Uses of HistoricIdentityLink in org.flowable.engine
Methods in org.flowable.engine that return types with arguments of type HistoricIdentityLinkModifier and TypeMethodDescriptionHistoryService.getHistoricIdentityLinksForProcessInstance(String processInstanceId) Retrieves theHistoricIdentityLinks associated with the given process instance.HistoryService.getHistoricIdentityLinksForTask(String taskId) Retrieves theHistoricIdentityLinks associated with the given task. -
Uses of HistoricIdentityLink in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return types with arguments of type HistoricIdentityLinkModifier and TypeMethodDescriptionHistoryServiceImpl.getHistoricIdentityLinksForProcessInstance(String processInstanceId) HistoryServiceImpl.getHistoricIdentityLinksForTask(String taskId) -
Uses of HistoricIdentityLink in org.flowable.engine.impl.cmd
Classes in org.flowable.engine.impl.cmd that implement interfaces with type arguments of type HistoricIdentityLinkMethods in org.flowable.engine.impl.cmd that return types with arguments of type HistoricIdentityLinkModifier and TypeMethodDescriptionGetHistoricIdentityLinksForTaskCmd.execute(CommandContext commandContext) protected List<HistoricIdentityLink> GetHistoricIdentityLinksForTaskCmd.getLinksForProcessInstance(CommandContext commandContext) protected List<HistoricIdentityLink> GetHistoricIdentityLinksForTaskCmd.getLinksForTask(CommandContext commandContext) -
Uses of HistoricIdentityLink in org.flowable.identitylink.service
Methods in org.flowable.identitylink.service with parameters of type HistoricIdentityLinkModifier and TypeMethodDescriptionIdentityLinkService.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) -
Uses of HistoricIdentityLink in org.flowable.identitylink.service.impl
Methods in org.flowable.identitylink.service.impl with parameters of type HistoricIdentityLinkModifier and TypeMethodDescriptionIdentityLinkServiceImpl.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) -
Uses of HistoricIdentityLink in org.flowable.identitylink.service.impl.persistence.entity
Subinterfaces of HistoricIdentityLink in org.flowable.identitylink.service.impl.persistence.entityClasses in org.flowable.identitylink.service.impl.persistence.entity that implement HistoricIdentityLinkMethods in org.flowable.identitylink.service.impl.persistence.entity with parameters of type HistoricIdentityLinkModifier and TypeMethodDescriptionIdentityLinkEntityManager.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) IdentityLinkEntityManagerImpl.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) Constructors in org.flowable.identitylink.service.impl.persistence.entity with parameters of type HistoricIdentityLink -
Uses of HistoricIdentityLink in org.flowable.identitylink.service.impl.persistence.entity.data
Methods in org.flowable.identitylink.service.impl.persistence.entity.data with parameters of type HistoricIdentityLinkModifier and TypeMethodDescriptionIdentityLinkDataManager.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) -
Uses of HistoricIdentityLink in org.flowable.identitylink.service.impl.persistence.entity.data.impl
Methods in org.flowable.identitylink.service.impl.persistence.entity.data.impl with parameters of type HistoricIdentityLinkModifier and TypeMethodDescriptionMybatisIdentityLinkDataManager.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) -
Uses of HistoricIdentityLink in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type HistoricIdentityLinkModifier and TypeMethodDescriptionRestResponseFactory.createHistoricIdentityLinkResponse(HistoricIdentityLink identityLink) RestResponseFactory.createHistoricIdentityLinkResponse(HistoricIdentityLink identityLink, RestUrlBuilder urlBuilder) Method parameters in org.flowable.rest.service.api with type arguments of type HistoricIdentityLinkModifier and TypeMethodDescriptionRestResponseFactory.createHistoricIdentityLinkResponseList(List<HistoricIdentityLink> identityLinks)