Class GetEntityLinkChildrenForTaskCmd

java.lang.Object
org.flowable.engine.impl.cmd.GetEntityLinkChildrenForTaskCmd
All Implemented Interfaces:
Serializable, Command<List<org.flowable.entitylink.api.EntityLink>>

public class GetEntityLinkChildrenForTaskCmd extends Object implements Command<List<org.flowable.entitylink.api.EntityLink>>, Serializable
Author:
Tijs Rademakers
See Also:
  • Field Details

    • taskId

      protected String taskId
  • Constructor Details

    • GetEntityLinkChildrenForTaskCmd

      public GetEntityLinkChildrenForTaskCmd(String taskId)
  • Method Details

    • execute

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