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 BooleannotifyOnlyThis 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 IntegerupdateModeThresholdMap<@NotBlank String,@NotNull String>userAttributesClientWorklistItemFilterworklistFilter
-
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
-
-