Class IncWorklistData<T extends WorklistItem>

    • Field Detail

      • subClass

        @NotBlank
        public @NotBlank String subClass
        This is used by Jackson for deserialising subclasses.
      • incWlId

        public UUID incWlId
        This will be null if the corresponding incremental worklist has been dropped implicitly due to all data being available now.
      • remAliveTime

        @NotNull
        public @NotNull Long remAliveTime
      • dropped

        @NotNull
        public @NotNull Boolean dropped
        Whether the corresponding iterator has been dropped since all data is being transferred with this initial data.
    • Constructor Detail

      • IncWorklistData

        public IncWorklistData()
        Constructor setting the subclass name.
    • Method Detail

      • getItemsFlatAbstract

        public abstract List<@Valid T> getItemsFlatAbstract()
        This contains all worklist items including items within groups and grouping worklist items.
      • setItemsFlatAbstract

        public abstract void setItemsFlatAbstract​(List<@Valid T> itemsFlat)