Modifier and Type | Method and Description |
---|---|
PrismValueDeltaSetTriple<V> |
Expression.evaluate(ExpressionEvaluationContext context) |
PrismValueDeltaSetTriple<V> |
ExpressionEvaluator.evaluate(ExpressionEvaluationContext parameters) |
PrismValueDeltaSetTriple<V> |
ItemDeltaItem.toDeltaSetTriple() |
static <V extends PrismValue> |
ExpressionUtil.toOutputTriple(PrismValueDeltaSetTriple<V> resultTriple,
ItemDefinition outputDefinition,
ItemPath residualPath,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static <V extends PrismValue> |
ExpressionUtil.toOutputTriple(PrismValueDeltaSetTriple<V> resultTriple,
ItemDefinition outputDefinition,
ItemPath residualPath,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismValueDeltaSetTriple<V> |
AsIsExpressionEvaluator.evaluate(ExpressionEvaluationContext params) |
PrismValueDeltaSetTriple<V> |
GenerateExpressionEvaluator.evaluate(ExpressionEvaluationContext params) |
PrismValueDeltaSetTriple<V> |
PathExpressionEvaluator.evaluate(ExpressionEvaluationContext params) |
PrismValueDeltaSetTriple<V> |
LiteralExpressionEvaluator.evaluate(ExpressionEvaluationContext params) |
Constructor and Description |
---|
LiteralExpressionEvaluator(PrismValueDeltaSetTriple<V> outputTriple) |
Modifier and Type | Class and Description |
---|---|
class |
SourceTriple<V extends PrismValue> |
Modifier and Type | Method and Description |
---|---|
PrismValueDeltaSetTriple<V> |
ScriptExpressionEvaluator.evaluate(ExpressionEvaluationContext context) |
Modifier and Type | Method and Description |
---|---|
PrismValueDeltaSetTriple<V> |
Mapping.getOutputTriple() |
Modifier and Type | Method and Description |
---|---|
PrismValueDeltaSetTriple<PrismPropertyValue<AccountConstruction>> |
LensProjectionContext.getAccountConstructionDeltaSetTriple() |
Modifier and Type | Method and Description |
---|---|
void |
LensProjectionContext.setAccountConstructionDeltaSetTriple(PrismValueDeltaSetTriple<PrismPropertyValue<AccountConstruction>> accountConstructionDeltaSetTriple) |
Modifier and Type | Method and Description |
---|---|
<V extends PrismValue> |
MappingEvaluationHelper.evaluateMappingSetProjection(Collection<MappingType> mappingTypes,
String mappingDesc,
XMLGregorianCalendar now,
MappingInitializer<V> initializer,
Item<V> aPrioriValue,
ItemDelta<V> aPrioriDelta,
PrismObject<? extends ShadowType> aPrioriObject,
Boolean evaluateCurrent,
org.apache.commons.lang.mutable.MutableBoolean strongMappingWasUsed,
LensContext<UserType,ShadowType> context,
LensProjectionContext<ShadowType> accCtx,
OperationResult result)
strongMappingWasUsed: Returns true here if the value was (at least partly) determined by a strong mapping.
|
Modifier and Type | Method and Description |
---|---|
PrismValueDeltaSetTriple<V> |
PrismValueDeltaSetTriple.clone() |
static <V extends PrismValue> |
PrismValueDeltaSetTriple.diffPrismValueDeltaSetTriple(Collection<V> valuesOld,
Collection<V> valuesNew)
Compares two (unordered) collections and creates a triple describing the differences.
|
PrismValueDeltaSetTriple<V> |
ItemDelta.toDeltaSetTriple() |
static <T extends PrismValue> |
ItemDelta.toDeltaSetTriple(Item<T> item,
ItemDelta<T> delta) |
static <T extends PrismValue> |
ItemDelta.toDeltaSetTriple(Item<T> item,
ItemDelta<T> delta,
boolean oldValuesValid,
boolean newValuesValid)
Deprecated.
|
PrismValueDeltaSetTriple<V> |
ItemDelta.toDeltaSetTriple(Item<V> itemOld) |
Modifier and Type | Method and Description |
---|---|
protected void |
PrismValueDeltaSetTriple.copyValues(PrismValueDeltaSetTriple<V> clone) |
<O extends PrismValue> |
PrismValueDeltaSetTriple.distributeAs(V myMember,
PrismValueDeltaSetTriple<O> otherTriple,
O otherMember)
Distributes a value in this triple similar to the placement of other value in the other triple.
|
Modifier and Type | Method and Description |
---|---|
static <T,V extends PrismValue> |
PrismAsserts.assertTripleMinus(PrismValueDeltaSetTriple<V> triple,
T... expectedValues) |
static <V extends PrismValue> |
PrismAsserts.assertTripleNoMinus(PrismValueDeltaSetTriple<V> triple) |
static <V extends PrismValue> |
PrismAsserts.assertTripleNoPlus(PrismValueDeltaSetTriple<V> triple) |
static <V extends PrismValue> |
PrismAsserts.assertTripleNoZero(PrismValueDeltaSetTriple<V> triple) |
static <T,V extends PrismValue> |
PrismAsserts.assertTriplePlus(PrismValueDeltaSetTriple<V> triple,
T... expectedValues) |
static <T,V extends PrismValue> |
PrismAsserts.assertTripleZero(PrismValueDeltaSetTriple<V> triple,
T... expectedValues) |
Copyright © 2013 evolveum. All rights reserved.