Class WorklistUpdateConfiguration
- java.lang.Object
-
- de.aristaflow.ilm.model.worklistmodel.WorklistUpdateConfiguration
-
- All Implemented Interfaces:
Serializable
public class WorklistUpdateConfiguration extends Object implements Serializable
- See Also:
WorklistUpdateConfiguration
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull Boolean
notifyOnly
This corresponds toWorklistUpdateConfiguration.getIncrementalUpdateThreshold()
but in the ILM no incremental updates will be pushed but rather a notification that updates are available.HashMap<@NotNull Integer,@NotNull Long>
updateIntervals
@NotNull Integer
updateModeThreshold
Map<@NotBlank String,String>
userAttributes
ClientWorklistItemFilter
worklistFilter
-
Constructor Summary
Constructors Constructor Description WorklistUpdateConfiguration()
-
-
-
Field Detail
-
updateModeThreshold
@NotNull public @NotNull Integer updateModeThreshold
-
notifyOnly
@NotNull public @NotNull Boolean notifyOnly
This corresponds toWorklistUpdateConfiguration.getIncrementalUpdateThreshold()
but in the ILM no incremental updates will be pushed but rather a notification that updates are available. This avoids having a callback (IncrementalWorklistUpdate
) used within a callback (ClientWorklist
).
If this is set, asynchronous worklist updates will only be notified asynchronously but not provided directly.
-
worklistFilter
public ClientWorklistItemFilter worklistFilter
-
-