Uses of Interface
com.evolveum.midpoint.schema.processor.ShadowCoordinatesQualifiedObjectDelta
-
Packages that use ShadowCoordinatesQualifiedObjectDelta Package Description com.evolveum.midpoint.schema.processor -
-
Uses of ShadowCoordinatesQualifiedObjectDelta in com.evolveum.midpoint.schema.processor
Classes in com.evolveum.midpoint.schema.processor that implement ShadowCoordinatesQualifiedObjectDelta Modifier and Type Class Description class
ShadowCoordinatesQualifiedObjectDeltaImpl<T extends Objectable>
AnObjectDelta
enriched byResourceShadowCoordinates
(pointing to a resource object type).Methods in com.evolveum.midpoint.schema.processor that return ShadowCoordinatesQualifiedObjectDelta Modifier and Type Method Description static <O extends Objectable,X>
ShadowCoordinatesQualifiedObjectDelta<O>RefineryObjectFactory. createShadowDiscriminatorModificationReplaceProperty(Class<O> type, String resourceOid, ShadowKindType kind, String intent, ItemPath propertyPath, PrismContext prismContext, X... propertyValues)
Convenience method for quick creation of object deltas that replace a single object property.
-