Class GetHistoricEntityLinkChildrenForTaskCmd

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

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

    • taskId

      protected String taskId
  • Constructor Details

    • GetHistoricEntityLinkChildrenForTaskCmd

      public GetHistoricEntityLinkChildrenForTaskCmd(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>>