Class IncWorklistUpdateData
- java.lang.Object
-
- de.aristaflow.ilm.model.worklistmodel.IncWorklistUpdateData
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InitialIncWorklistUpdateData
public class IncWorklistUpdateData extends Object implements Serializable
- See Also:
IncrementalWorklistUpdate
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull Boolean
closed
Whether the corresponding iterator has been closed (dropped) since all data is being transferred with this initial data.UUID
incUpdId
This will benull
if the corresponding incremental worklist update has been closed (dropped) implicitly due to all data being available now.List<@NotNull @Valid ClientWorklistItemUpdate>
itemUpdates
@NotNull Long
remAliveTime
@Size(min=1) String
subClass
This is used as additional information for rich type hierarchies.
-
Constructor Summary
Constructors Constructor Description 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 benull
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.
-
itemUpdates
public List<@NotNull @Valid ClientWorklistItemUpdate> itemUpdates
-
-