Uses of Class
com.evolveum.midpoint.model.impl.sync.tasks.ProcessingScope
-
Packages that use ProcessingScope Package Description com.evolveum.midpoint.model.impl.sync.tasks -
-
Uses of ProcessingScope in com.evolveum.midpoint.model.impl.sync.tasks
Methods in com.evolveum.midpoint.model.impl.sync.tasks that return ProcessingScope Modifier and Type Method Description @NotNull ProcessingScopeSyncTaskHelper. createProcessingScopeForShadow(@NotNull ShadowType shadow, Task task, OperationResult opResult)CreatesProcessingScopefor a single shadow.@NotNull ProcessingScopeSyncTaskHelper. getProcessingScopeCheckingMaintenance(@NotNull ResourceObjectSetType resourceObjectSet, Task task, OperationResult opResult)Returns the specification of objects against which the synchronization will be done (ProcessingScope).static ProcessingScopeProcessingScope. of(@NotNull ResourceType resource, @NotNull ResourceObjectSetType resourceObjectSet)static ProcessingScopeProcessingScope. of(@NotNull ResourceType resource, @NotNull ShadowType shadow)See the note in class-level javadoc.
-