Class ObjectDeltaUtil
- java.lang.Object
-
- com.evolveum.midpoint.prism.delta.ObjectDeltaUtil
-
public class ObjectDeltaUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectDeltaUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <O extends Objectable>
voidapplyTo(PrismObject<O> targetObject, Collection<? extends ItemDelta<?,?>> modifications)
static boolean
isEmpty(ObjectDeltaType deltaType)
-
-
-
Method Detail
-
isEmpty
public static boolean isEmpty(ObjectDeltaType deltaType)
-
applyTo
public static <O extends Objectable> void applyTo(PrismObject<O> targetObject, Collection<? extends ItemDelta<?,?>> modifications) throws SchemaException
- Throws:
SchemaException
-
-