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 IntegermaxPriority@NotNull @Valid WorklistRevisionsourceRevision@Size(min=1) StringsubClassThis is used as additional information for rich type hierarchies.@NotNull @Positive LongtargetRevision@NotNull UUIDworklistId
-
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
-
-