Class RefineryObjectFactory
- java.lang.Object
-
- com.evolveum.midpoint.schema.processor.RefineryObjectFactory
-
public class RefineryObjectFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description RefineryObjectFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
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.
-
-