Uses of Class
com.evolveum.midpoint.schema.processor.ClockworkSettings
Packages that use ClockworkSettings
-
Uses of ClockworkSettings in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return ClockworkSettingsModifier and TypeMethodDescriptionstatic ClockworkSettings
ClockworkSettings.empty()
ClockworkSettings.executeOptions
(ModelExecuteOptionsType value) ClockworkSettings.limitPropagation
(Boolean value) ClockworkSettings.objectTemplateRef
(ObjectReferenceType value) static ClockworkSettings
ClockworkSettings.of
(@NotNull ObjectSynchronizationType syncBean) static ClockworkSettings
ClockworkSettings.of
(@Nullable SynchronizationReactionsDefaultSettingsType bean) ClockworkSettings.reconcileAll
(Boolean value) Methods in com.evolveum.midpoint.schema.processor with parameters of type ClockworkSettingsModifier and TypeMethodDescriptionstatic @NotNull SynchronizationReactionDefinition
SynchronizationReactionDefinition.of
(@NotNull LegacySynchronizationReactionType legacyBean, boolean addCreateCasesAction, @NotNull ClockworkSettings defaultSettings) static @NotNull SynchronizationReactionDefinition
SynchronizationReactionDefinition.of
(@NotNull SynchronizationReactionType bean, @NotNull ClockworkSettings defaultSettings) Constructors in com.evolveum.midpoint.schema.processor with parameters of type ClockworkSettingsModifierConstructorDescriptionLegacy
(@NotNull SynchronizationActionType legacyBean, @NotNull ClockworkSettings defaultSettings) New
(@NotNull AbstractSynchronizationActionType bean, @NotNull ClockworkSettings defaultSettings)