Class GetHistoricIdentityLinksForTaskCmd

java.lang.Object
org.flowable.engine.impl.cmd.GetHistoricIdentityLinksForTaskCmd
All Implemented Interfaces:
Serializable, Command<List<org.flowable.identitylink.api.history.HistoricIdentityLink>>

public class GetHistoricIdentityLinksForTaskCmd extends Object implements Command<List<org.flowable.identitylink.api.history.HistoricIdentityLink>>, Serializable
Author:
Frederik Heremans
See Also:
  • Field Details

    • taskId

      protected String taskId
    • processInstanceId

      protected String processInstanceId
  • Constructor Details

    • GetHistoricIdentityLinksForTaskCmd

      public GetHistoricIdentityLinksForTaskCmd(String taskId, String processInstanceId)
  • Method Details

    • execute

      public List<org.flowable.identitylink.api.history.HistoricIdentityLink> execute(CommandContext commandContext)
      Specified by:
      execute in interface Command<List<org.flowable.identitylink.api.history.HistoricIdentityLink>>
    • getLinksForTask

      protected List<org.flowable.identitylink.api.history.HistoricIdentityLink> getLinksForTask(CommandContext commandContext)
    • getLinksForProcessInstance

      protected List<org.flowable.identitylink.api.history.HistoricIdentityLink> getLinksForProcessInstance(CommandContext commandContext)