Package | Description |
---|---|
com.evolveum.midpoint.common.expression |
Modifier and Type | Class and Description |
---|---|
class |
ObjectDeltaObject<T extends ObjectType>
A DTO class defining old object state (before change), delta (change) and new object state (after change).
|
class |
Source<V extends PrismValue> |
Modifier and Type | Method and Description |
---|---|
<V extends PrismValue> |
ObjectDeltaObject.findIdi(ItemPath path) |
<X extends PrismValue> |
ItemDeltaItem.findIdi(ItemPath path) |
<X> ItemDeltaItem<PrismPropertyValue<X>> |
ItemDeltaItem.resolveStructuredProperty(ItemPath resolvePath,
PrismPropertyDefinition outputDefinition,
ItemPath outputPath) |
static <V extends PrismValue> |
ExpressionUtil.toItemDeltaItem(Object object,
ObjectResolver objectResolver,
String string,
OperationResult result) |
Constructor and Description |
---|
ItemDeltaItem(ItemDeltaItem<V> idi) |
Source(ItemDeltaItem<V> idi,
QName name) |
Copyright © 2013 evolveum. All rights reserved.