public class ObjectDeltaCollectionsUtil extends Object
| Constructor and Description |
|---|
ObjectDeltaCollectionsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkConsistence(Collection<? extends ObjectDelta<?>> deltas) |
static <T extends Objectable> |
summarize(List<ObjectDelta<T>> deltas)
Returns a delta that is a "sum" of all the deltas in the collection.
|
static <T extends Objectable> |
summarize(ObjectDelta<T>... deltas)
Returns a delta that is a "sum" of all the deltas in the collection.
|
static <T extends Objectable> |
union(ObjectDelta<T>... deltas)
Union of several object deltas.
|
@SafeVarargs public static <T extends Objectable> ObjectDelta<T> summarize(ObjectDelta<T>... deltas) throws SchemaException
SchemaExceptionpublic static <T extends Objectable> ObjectDelta<T> summarize(List<ObjectDelta<T>> deltas) throws SchemaException
SchemaExceptionpublic static <T extends Objectable> ObjectDelta<T> union(ObjectDelta<T>... deltas) throws SchemaException
SchemaExceptionpublic static void checkConsistence(Collection<? extends ObjectDelta<?>> deltas)
Copyright © 2022 Evolveum. All rights reserved.