Class 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
    • Constructor Detail

      • WorklistUpdateNotification

        public WorklistUpdateNotification()