Class GetEntityLinkChildrenWithSameRootAsCaseInstanceCmd

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

public class GetEntityLinkChildrenWithSameRootAsCaseInstanceCmd extends Object implements Command<List<org.flowable.entitylink.api.EntityLink>>
Author:
Filip Hrisafov
  • Field Details

    • caseInstanceId

      protected String caseInstanceId
  • Constructor Details

    • GetEntityLinkChildrenWithSameRootAsCaseInstanceCmd

      public GetEntityLinkChildrenWithSameRootAsCaseInstanceCmd(String caseInstanceId)
  • 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>>