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 ClockworkSettingsClockworkSettings.empty()ClockworkSettings.executeOptions(ModelExecuteOptionsType value) ClockworkSettings.limitPropagation(Boolean value) ClockworkSettings.objectTemplateRef(ObjectReferenceType value) static ClockworkSettingsClockworkSettings.of(@NotNull ObjectSynchronizationType syncBean) static ClockworkSettingsClockworkSettings.of(@Nullable SynchronizationReactionsDefaultSettingsType bean) ClockworkSettings.reconcileAll(Boolean value) Methods in com.evolveum.midpoint.schema.processor with parameters of type ClockworkSettingsModifier and TypeMethodDescriptionstatic @NotNull SynchronizationReactionDefinitionSynchronizationReactionDefinition.of(@NotNull LegacySynchronizationReactionType legacyBean, boolean addCreateCasesAction, @NotNull ClockworkSettings defaultSettings) static @NotNull SynchronizationReactionDefinitionSynchronizationReactionDefinition.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)