Class 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 Detail

      • caseInstanceId

        protected String caseInstanceId
    • Constructor Detail

      • GetEntityLinkChildrenWithSameRootAsCaseInstanceCmd

        public GetEntityLinkChildrenWithSameRootAsCaseInstanceCmd​(String caseInstanceId)
    • Method Detail

      • execute

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