Modifier and Type | Class and Description |
---|---|
class |
SourceTriple<V extends PrismValue> |
Modifier and Type | Method and Description |
---|---|
PrismValueDeltaSetTriple<V> |
ExpressionEvaluator.evaluate(ExpressionEvaluationContext parameters) |
PrismValueDeltaSetTriple<V> |
Expression.evaluate(ExpressionEvaluationContext context) |
PrismValueDeltaSetTriple<V> |
ItemDeltaItem.toDeltaSetTriple() |
static <V extends PrismValue> |
ExpressionUtil.toOutputTriple(PrismValueDeltaSetTriple<V> resultTriple,
ItemDefinition outputDefinition,
ItemPath residualPath,
Protector protector,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static <V extends PrismValue> |
ExpressionUtil.toOutputTriple(PrismValueDeltaSetTriple<V> resultTriple,
ItemDefinition outputDefinition,
ItemPath residualPath,
Protector protector,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismValueDeltaSetTriple<V> |
AbstractValueTransformationExpressionEvaluator.evaluate(ExpressionEvaluationContext context) |
PrismValueDeltaSetTriple<V> |
GenerateExpressionEvaluator.evaluate(ExpressionEvaluationContext params) |
PrismValueDeltaSetTriple<V> |
AsIsExpressionEvaluator.evaluate(ExpressionEvaluationContext params) |
PrismValueDeltaSetTriple<V> |
PathExpressionEvaluator.evaluate(ExpressionEvaluationContext params) |
PrismValueDeltaSetTriple<PrismContainerValue<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowAssociationType>> |
AssociationFromLinkExpressionEvaluator.evaluate(ExpressionEvaluationContext params) |
PrismValueDeltaSetTriple<V> |
LiteralExpressionEvaluator.evaluate(ExpressionEvaluationContext params) |
Constructor and Description |
---|
LiteralExpressionEvaluator(PrismValueDeltaSetTriple<V> outputTriple) |
Modifier and Type | Method and Description |
---|---|
PrismValueDeltaSetTriple<V> |
Mapping.getOutputTriple() |
Modifier and Type | Method and Description |
---|---|
PrismValueDeltaSetTriple<PrismPropertyValue<Boolean>> |
AssignmentEvaluator.evaluateMappingAsCondition(com.evolveum.midpoint.xml.ns._public.common.common_3.MappingType conditionType,
com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType sourceAssignment,
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType source,
Task task,
OperationResult result) |
PrismValueDeltaSetTriple<PrismPropertyValue<Construction>> |
LensProjectionContext.getConstructionDeltaSetTriple() |
Modifier and Type | Method and Description |
---|---|
void |
LensProjectionContext.setConstructionDeltaSetTriple(PrismValueDeltaSetTriple<PrismPropertyValue<Construction>> constructionDeltaSetTriple) |
Modifier and Type | Method and Description |
---|---|
void |
MappingOutputProcessor.process(ItemPath mappingOutputPath,
PrismValueDeltaSetTriple<V> outputTriple) |
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 © 2015 evolveum. All rights reserved.