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 QName |
ObjectTypeUtil.getElementName(ItemDeltaType propertyModification) |
static boolean |
ObjectTypeUtil.isModificationOf(ItemDeltaType modification,
QName elementName) |
static boolean |
ObjectTypeUtil.isModificationOf(ItemDeltaType modification,
QName elementName,
XPathHolder path) |
static String |
SchemaDebugUtil.prettyPrint(ItemDeltaType change) |
Modifier and Type | Field and Description |
---|---|
protected List<ItemDeltaType> |
ObjectModificationType.modification |
Modifier and Type | Method and Description |
---|---|
List<ItemDeltaType> |
ObjectModificationType.getModification()
Gets the value of the modification property.
|
Modifier and Type | Field and Description |
---|---|
protected List<ItemDeltaType> |
UriStackEntry.extensionDelta |
Modifier and Type | Method and Description |
---|---|
List<ItemDeltaType> |
UriStackEntry.getExtensionDelta()
Gets the value of the extensionDelta property.
|
Modifier and Type | Field and Description |
---|---|
protected List<ItemDeltaType> |
ObjectDeltaType.modification |
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.getModification()
Gets the value of the modification property.
|
Copyright © 2013 evolveum. All rights reserved.