com.evolveum.midpoint.prism.delta
Class DiffUtil
java.lang.Object
com.evolveum.midpoint.prism.delta.DiffUtil
public class DiffUtil
- extends java.lang.Object
- Author:
- semancik
Method Summary |
static
|
diff(java.io.File oldXmlFile,
java.io.File newXmlFile,
java.lang.Class<T> type,
PrismContext prismContext)
|
static
|
diff(PrismObject<T> oldObject,
PrismObject<T> newObject)
|
static
|
diff(java.lang.String oldXml,
java.lang.String newXml,
java.lang.Class<T> type,
PrismContext prismContext)
|
static
|
diff(T oldObjectType,
T newObjectType,
java.lang.Class<T> type,
PrismContext prismContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiffUtil
public DiffUtil()
diff
public static <T extends Objectable> ObjectDelta<T> diff(PrismObject<T> oldObject,
PrismObject<T> newObject)
diff
public static <T extends Objectable> ObjectDelta<T> diff(T oldObjectType,
T newObjectType,
java.lang.Class<T> type,
PrismContext prismContext)
throws SchemaException
- Throws:
SchemaException
diff
public static <T extends Objectable> ObjectDelta<T> diff(java.lang.String oldXml,
java.lang.String newXml,
java.lang.Class<T> type,
PrismContext prismContext)
throws SchemaException
- Throws:
SchemaException
diff
public static <T extends Objectable> ObjectDelta<T> diff(java.io.File oldXmlFile,
java.io.File newXmlFile,
java.lang.Class<T> type,
PrismContext prismContext)
throws SchemaException
- Throws:
SchemaException
Copyright © 2012 evolveum. All Rights Reserved.