Class FlowHierarchyData


  • public class FlowHierarchyData
    extends Object
    • Constructor Detail

      • FlowHierarchyData

        public FlowHierarchyData​(@Nullable
                                 Integer parentFlowId,
                                 @NotNull
                                 Set<Integer> childFlowIds)
    • Method Detail

      • getParentFlowId

        @Nullable
        public Integer getParentFlowId()
      • getChildFlowIds

        @NotNull
        public Set<Integer> getChildFlowIds()
      • addChild

        public void addChild​(int flowId)
      • removeChild

        public void removeChild​(int flowId)