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 ProcessingScope
SyncTaskHelper. createProcessingScopeForShadow(@NotNull ShadowType shadow, Task task, OperationResult opResult)
CreatesProcessingScope
for a single shadow.@NotNull ProcessingScope
SyncTaskHelper. getProcessingScopeCheckingMaintenance(@NotNull ResourceObjectSetType resourceObjectSet, Task task, OperationResult opResult)
Returns the specification of objects against which the synchronization will be done (ProcessingScope
).static ProcessingScope
ProcessingScope. of(@NotNull ResourceType resource, @NotNull ResourceObjectSetType resourceObjectSet)
static ProcessingScope
ProcessingScope. of(@NotNull ResourceType resource, @NotNull ShadowType shadow)
See the note in class-level javadoc.
-