Uses of Interface
org.activiti.engine.history.HistoricIdentityLink
Packages that use HistoricIdentityLink
Package
Description
-
Uses of HistoricIdentityLink in org.activiti.engine
Methods in org.activiti.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.activiti.engine.impl
Methods in org.activiti.engine.impl that return types with arguments of type HistoricIdentityLinkModifier and TypeMethodDescriptionHistoryServiceImpl.getHistoricIdentityLinksForProcessInstance(String processInstanceId) HistoryServiceImpl.getHistoricIdentityLinksForTask(String taskId) -
Uses of HistoricIdentityLink in org.activiti.engine.impl.cmd
Methods in org.activiti.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.activiti.engine.impl.persistence.entity
Subinterfaces of HistoricIdentityLink in org.activiti.engine.impl.persistence.entityClasses in org.activiti.engine.impl.persistence.entity that implement HistoricIdentityLink