Package | Description |
---|---|
com.evolveum.midpoint.schema | |
com.evolveum.midpoint.schema.util | |
com.evolveum.prism.xml.ns._public.types_3 |
Modifier and Type | Method and Description |
---|---|
static Collection<ItemDeltaType> |
DeltaConvertor.toPropertyModificationTypes(ItemDelta delta)
Converts this delta to PropertyModificationType (XML).
|
Modifier and Type | Method and Description |
---|---|
static <V extends PrismValue> |
DeltaConvertor.createItemDelta(ItemDeltaType propMod,
Class<? extends Objectable> objectType,
PrismContext prismContext)
Creates delta from PropertyModificationType (XML).
|
static <V extends PrismValue> |
DeltaConvertor.createItemDelta(ItemDeltaType propMod,
PrismContainerDefinition<?> pcDef) |
Modifier and Type | Method and Description |
---|---|
static <T extends Objectable> |
DeltaConvertor.toModifications(Collection<ItemDeltaType> itemDeltaTypes,
PrismObjectDefinition<T> objDef) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ObjectTypeUtil.isModificationOf(ItemDeltaType modification,
QName elementName) |
static boolean |
ObjectTypeUtil.isModificationOf(ItemDeltaType modification,
QName elementName,
ItemPathType path) |
static String |
SchemaDebugUtil.prettyPrint(ItemDeltaType change) |
Modifier and Type | Field and Description |
---|---|
protected List<ItemDeltaType> |
ObjectDeltaType.itemDelta |
Modifier and Type | Method and Description |
---|---|
ItemDeltaType |
ItemDeltaType.clone() |
ItemDeltaType |
ObjectFactory.createItemDeltaType()
Create an instance of
ItemDeltaType |
Modifier and Type | Method and Description |
---|---|
List<ItemDeltaType> |
ObjectDeltaType.getItemDelta()
Gets the value of the modification property.
|
Copyright © 2014 evolveum. All rights reserved.