Uses of Class
com.evolveum.midpoint.provisioning.api.ResourceObjectShadowChangeDescription
Packages that use ResourceObjectShadowChangeDescription
Package
Description
-
Uses of ResourceObjectShadowChangeDescription in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens with parameters of type ResourceObjectShadowChangeDescriptionModifier 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
Methods in com.evolveum.midpoint.model.impl.sync that return ResourceObjectShadowChangeDescriptionMethods in com.evolveum.midpoint.model.impl.sync with parameters of type ResourceObjectShadowChangeDescriptionModifier and TypeMethodDescriptionvoid
SynchronizationServiceImpl.notifyChange
(@NotNull ResourceObjectShadowChangeDescription change, @NotNull Task task, @NotNull OperationResult parentResult) Constructors in com.evolveum.midpoint.model.impl.sync with parameters of type ResourceObjectShadowChangeDescriptionModifierConstructorDescriptionSynchronizationContext
(@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
Fields in com.evolveum.midpoint.model.impl.sync.action declared as ResourceObjectShadowChangeDescriptionModifier and TypeFieldDescriptionprotected final @NotNull ResourceObjectShadowChangeDescription
BaseAction.change
-
Uses of ResourceObjectShadowChangeDescription in com.evolveum.midpoint.model.impl.sync.reactions
Fields in com.evolveum.midpoint.model.impl.sync.reactions declared as ResourceObjectShadowChangeDescriptionModifier and TypeFieldDescriptionfinal @NotNull ResourceObjectShadowChangeDescription
ActionInstantiationContext.change
Constructors in com.evolveum.midpoint.model.impl.sync.reactions with parameters of type ResourceObjectShadowChangeDescriptionModifierConstructorDescriptionActionInstantiationContext
(SynchronizationContext.Complete<F> syncCtx, @NotNull ResourceObjectShadowChangeDescription change, @NotNull SynchronizationReactionDefinition reactionDefinition, @NotNull SynchronizationActionDefinition actionDefinition) -
Uses of ResourceObjectShadowChangeDescription in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api that return ResourceObjectShadowChangeDescriptionModifier and TypeMethodDescriptionSynchronizationEvent.getChangeDescription()
The description of the change.Methods in com.evolveum.midpoint.provisioning.api with parameters of type ResourceObjectShadowChangeDescriptionModifier and TypeMethodDescriptionvoid
ResourceObjectChangeListener.notifyChange
(@NotNull ResourceObjectShadowChangeDescription change, Task task, OperationResult parentResult) Processes a notification about a specific change that happened on the resource.