Uses of Class
com.evolveum.midpoint.provisioning.api.ResourceObjectShadowChangeDescription
-
Packages that use ResourceObjectShadowChangeDescription Package Description com.evolveum.midpoint.model.impl.lens com.evolveum.midpoint.model.impl.sync com.evolveum.midpoint.provisioning.api -
-
Uses of ResourceObjectShadowChangeDescription in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens with parameters of type ResourceObjectShadowChangeDescription Modifier and Type Method Description <F extends ObjectType>
LensContext<F>ContextFactory. createSyncContext(Class<F> focusClass, ResourceObjectShadowChangeDescription change)
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 with parameters of type ResourceObjectShadowChangeDescription Modifier and Type Method Description void
SynchronizationServiceImpl. notifyChange(@NotNull ResourceObjectShadowChangeDescription change, Task task, OperationResult parentResult)
-
Uses of ResourceObjectShadowChangeDescription in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api that return ResourceObjectShadowChangeDescription Modifier and Type Method Description ResourceObjectShadowChangeDescription
SynchronizationEvent. getChangeDescription()
The description of the change.Methods in com.evolveum.midpoint.provisioning.api with parameters of type ResourceObjectShadowChangeDescription Modifier and Type Method Description void
ResourceObjectChangeListener. notifyChange(@NotNull ResourceObjectShadowChangeDescription change, Task task, OperationResult parentResult)
Processes a notification about a specific change that happened on the resource.
-