Class GetEntityLinkChildrenForProcessInstanceCmd

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

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

    • processInstanceId

      protected String processInstanceId
  • Constructor Details

    • GetEntityLinkChildrenForProcessInstanceCmd

      public GetEntityLinkChildrenForProcessInstanceCmd(String processInstanceId)
  • 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>>