Uses of Class
com.evolveum.midpoint.provisioning.api.ResourceObjectShadowChangeDescription
Package
Description
-
Uses of ResourceObjectShadowChangeDescription in com.evolveum.midpoint.model.impl.lens
Modifier and TypeMethodDescription<F extends ObjectType>
LensContext<F>ContextFactory.createSyncContext
(Class<F> focusClass, ResourceObjectShadowChangeDescription change, Task task) Creates empty lens context for synchronization purposes, filling in only the very basic metadata (such as channel). -
Uses of ResourceObjectShadowChangeDescription in com.evolveum.midpoint.model.impl.sync
Modifier and TypeMethodDescriptionvoid
SynchronizationServiceImpl.notifyChange
(@NotNull ResourceObjectShadowChangeDescription change, @NotNull Task task, @NotNull OperationResult parentResult) ModifierConstructorDescriptionSynchronizationContext
(@NotNull ResourceObjectShadowChangeDescription change, @NotNull ResourceObjectProcessingContextImpl processingContext, @Nullable ResourceObjectTypeIdentification typeIdentification, @Nullable ResourceObjectDefinition objectDefinition, @Nullable SynchronizationPolicy synchronizationPolicy, @Nullable ObjectSynchronizationDiscriminatorType sorterResult, @Nullable String tag) -
Uses of ResourceObjectShadowChangeDescription in com.evolveum.midpoint.model.impl.sync.action
Modifier and TypeFieldDescriptionprotected final @NotNull ResourceObjectShadowChangeDescription
BaseAction.change
-
Uses of ResourceObjectShadowChangeDescription in com.evolveum.midpoint.model.impl.sync.reactions
Modifier and TypeFieldDescriptionfinal @NotNull ResourceObjectShadowChangeDescription
ActionInstantiationContext.change
ModifierConstructorDescriptionActionInstantiationContext
(SynchronizationContext.Complete<F> syncCtx, @NotNull ResourceObjectShadowChangeDescription change, @NotNull SynchronizationReactionDefinition reactionDefinition, @NotNull SynchronizationActionDefinition actionDefinition) -
Uses of ResourceObjectShadowChangeDescription in com.evolveum.midpoint.provisioning.api
Modifier and TypeMethodDescriptionSynchronizationEvent.getChangeDescription()
The description of the change.Modifier and TypeMethodDescriptionvoid
ResourceObjectChangeListener.notifyChange
(@NotNull ResourceObjectShadowChangeDescription change, Task task, OperationResult parentResult) Processes a notification about a specific change that happened on the resource.