Class RefineryObjectFactory
java.lang.Object
com.evolveum.midpoint.schema.processor.RefineryObjectFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <O extends Objectable,
X>
ShadowCoordinatesQualifiedObjectDelta<O>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.
-
Constructor Details
-
RefineryObjectFactory
public RefineryObjectFactory()
-
-
Method Details
-
createShadowDiscriminatorModificationReplaceProperty
@SafeVarargs public static <O extends Objectable,X> ShadowCoordinatesQualifiedObjectDelta<O> 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. This is used quite often to justify a separate method.
-