Class IncWorklistUpdateData
java.lang.Object
de.aristaflow.ilm.model.worklistmodel.IncWorklistUpdateData
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InitialIncWorklistUpdateData
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription@NotNull BooleanWhether the corresponding iterator has been closed (dropped) since all data is being transferred with this initial data.This will benullif the corresponding incremental worklist update has been closed (dropped) implicitly due to all data being available now.List<@NotNull @Valid ClientWorklistItemUpdate>@NotNull Long@Size(min=1) StringThis is used as additional information for rich type hierarchies. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
subClass
This is used as additional information for rich type hierarchies. -
incUpdId
This will benullif the corresponding incremental worklist update has been closed (dropped) implicitly due to all data being available now. -
remAliveTime
-
closed
Whether the corresponding iterator has been closed (dropped) since all data is being transferred with this initial data. -
itemUpdates
-
-
Constructor Details
-
IncWorklistUpdateData
public IncWorklistUpdateData()
-