Class GetHistoricEntityLinkParentsForTaskCmd

java.lang.Object
org.flowable.cmmn.engine.impl.cmd.GetHistoricEntityLinkParentsForTaskCmd
All Implemented Interfaces:
Serializable, Command<List<org.flowable.entitylink.api.history.HistoricEntityLink>>

public class GetHistoricEntityLinkParentsForTaskCmd extends Object implements Command<List<org.flowable.entitylink.api.history.HistoricEntityLink>>, Serializable
See Also:
  • Field Details

    • taskId

      protected String taskId
  • Constructor Details

    • GetHistoricEntityLinkParentsForTaskCmd

      public GetHistoricEntityLinkParentsForTaskCmd(String taskId)
  • Method Details

    • execute

      public List<org.flowable.entitylink.api.history.HistoricEntityLink> execute(CommandContext commandContext)
      Specified by:
      execute in interface Command<List<org.flowable.entitylink.api.history.HistoricEntityLink>>