Class WorklistUpdateNotification
- java.lang.Object
-
- de.aristaflow.ilm.model.worklistmodel.WorklistUpdateNotification
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WorklistUpdate
public class WorklistUpdateNotification extends Object implements Serializable
- See Also:
WorklistUpdate
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull Integer
maxPriority
@NotNull @Valid WorklistRevision
sourceRevision
@Size(min=1) String
subClass
This is used as additional information for rich type hierarchies.@NotNull @Positive Long
targetRevision
@NotNull UUID
worklistId
-
Constructor Summary
Constructors Constructor Description WorklistUpdateNotification()
-
-
-
Field Detail
-
subClass
@Size(min=1) public @Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
worklistId
@NotNull public @NotNull UUID worklistId
-
sourceRevision
@NotNull @Valid public @NotNull @Valid WorklistRevision sourceRevision
-
targetRevision
@NotNull @Positive public @NotNull @Positive Long targetRevision
-
maxPriority
@NotNull public @NotNull Integer maxPriority
-
-