Class WorklistUpdateConfiguration
java.lang.Object
de.aristaflow.ilm.model.worklistmodel.WorklistUpdateConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription@NotNull BooleanThis corresponds toWorklistUpdateConfiguration.getIncrementalUpdateThreshold()but in the ILM no incremental updates will be pushed but rather a notification that updates are available.@NotNull Integer -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
updateModeThreshold
-
updateIntervals
-
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
-
userAttributes
-
-
Constructor Details
-
WorklistUpdateConfiguration
public WorklistUpdateConfiguration()
-