Package | Description |
---|---|
com.evolveum.midpoint.model.common.expression | |
com.evolveum.midpoint.model.impl.lens | |
com.evolveum.midpoint.prism.delta |
Modifier and Type | Class and Description |
---|---|
class |
SourceTriple<V extends PrismValue> |
Modifier and Type | Method and Description |
---|---|
static <V extends PrismValue> |
ItemValueWithOrigin.createOutputTriple(Mapping<V> mapping) |
DeltaSetTriple<Construction<F>> |
EvaluatedAssignment.getConstructions() |
DeltaSetTriple<EvaluatedAssignment> |
LensContext.getEvaluatedAssignmentTriple() |
Modifier and Type | Method and Description |
---|---|
Map<QName,DeltaSetTriple<ItemValueWithOrigin<PrismContainerValue<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowAssociationType>>>> |
LensProjectionContext.getSqueezedAssociations() |
Map<QName,DeltaSetTriple<ItemValueWithOrigin<PrismPropertyValue<?>>>> |
LensProjectionContext.getSqueezedAttributes() |
Modifier and Type | Method and Description |
---|---|
static <V extends PrismValue,I extends ItemValueWithOrigin<V>> |
LensUtil.consolidateTripleToDelta(ItemPath itemPath,
DeltaSetTriple<I> triple,
ItemDefinition itemDefinition,
ItemDelta<V> aprioriItemDelta,
PrismContainer<?> itemContainer,
ValueMatcher<?> valueMatcher,
Comparator<V> comparator,
boolean addUnchangedValues,
boolean filterExistingValues,
boolean isExclusiveStrong,
String contextDescription,
boolean applyWeak)
Consolidate the mappings of a single item to a delta.
|
void |
LensContext.setEvaluatedAssignmentTriple(DeltaSetTriple<EvaluatedAssignment> evaluatedAssignmentTriple) |
Modifier and Type | Method and Description |
---|---|
void |
LensProjectionContext.setSqueezedAssociations(Map<QName,DeltaSetTriple<ItemValueWithOrigin<PrismContainerValue<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowAssociationType>>>> squeezedAssociations) |
void |
LensProjectionContext.setSqueezedAttributes(Map<QName,DeltaSetTriple<ItemValueWithOrigin<PrismPropertyValue<?>>>> squeezedAttributes) |
Modifier and Type | Class and Description |
---|---|
class |
PrismValueDeltaSetTriple<V extends PrismValue>
DeltaSetTriple that is limited to hold prism values.
|
Modifier and Type | Method and Description |
---|---|
DeltaSetTriple<T> |
DeltaSetTriple.clone(Cloner<T> cloner) |
static <T> DeltaSetTriple<T> |
DeltaSetTriple.diff(Collection<T> valuesOld,
Collection<T> valuesNew)
Compares two (unordered) collections and creates a triple describing the differences.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DeltaSetTriple.copyValues(DeltaSetTriple<T> clone,
Cloner<T> cloner) |
protected static <T> void |
DeltaSetTriple.diff(Collection<T> valuesOld,
Collection<T> valuesNew,
DeltaSetTriple<T> triple) |
void |
DeltaSetTriple.merge(DeltaSetTriple<T> triple) |
<X> void |
DeltaSetTriple.transform(DeltaSetTriple<X> transformTarget,
Transformer<T,X> transformer) |
Copyright © 2015 evolveum. All rights reserved.