Class ObjectDeltaUtil
java.lang.Object
com.evolveum.midpoint.prism.delta.ObjectDeltaUtil
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic <O extends Objectable>
voidapplyTo(PrismObject<O> targetObject, Collection<? extends ItemDelta<?, ?>> modifications) static booleanisEmpty(ObjectDeltaType deltaType)  
- 
Constructor Details
- 
ObjectDeltaUtil
public ObjectDeltaUtil() 
 - 
 - 
Method Details
- 
isEmpty
 - 
applyTo
public static <O extends Objectable> void applyTo(PrismObject<O> targetObject, Collection<? extends ItemDelta<?, ?>> modifications) throws SchemaException- Throws:
 SchemaException
 
 -