Uses of Class
com.evolveum.midpoint.schema.processor.ClockworkSettings
-
Uses of ClockworkSettings in com.evolveum.midpoint.schema.processor
Modifier 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) Modifier 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) ModifierConstructorDescriptionLegacy
(@NotNull SynchronizationActionType legacyBean, @NotNull ClockworkSettings defaultSettings) New
(@NotNull AbstractSynchronizationActionType bean, @NotNull ClockworkSettings defaultSettings)