Class GetHistoricIdentityLinksForTaskCmd

java.lang.Object
org.flowable.cmmn.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:
Tijs Rademakers
See Also:
  • Field Details

    • taskId

      protected String taskId
  • Constructor Details

    • GetHistoricIdentityLinksForTaskCmd

      public GetHistoricIdentityLinksForTaskCmd(String taskId)
  • 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>>