Class IncWorklistUpdateData

    • Field Detail

      • subClass

        @Size(min=1)
        public @Size(min=1) String subClass
        This is used as additional information for rich type hierarchies.
      • incUpdId

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

        @NotNull
        public @NotNull Long remAliveTime
      • closed

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

      • IncWorklistUpdateData

        public IncWorklistUpdateData()