Package | Description |
---|---|
com.evolveum.midpoint.common.mapping | |
com.evolveum.midpoint.model.lens | |
com.evolveum.midpoint.model.lens.projector |
Modifier and Type | Method and Description |
---|---|
Mapping<V> |
Mapping.clone()
Shallow clone.
|
<V extends PrismValue> |
MappingFactory.createMapping(MappingType mappingType,
String shortDesc) |
Modifier and Type | Method and Description |
---|---|
Mapping<? extends PrismPropertyValue<?>> |
AccountConstruction.getAttributeConstruction(QName attrName) |
Mapping<?> |
ItemValueWithOrigin.getMapping() |
Modifier and Type | Method and Description |
---|---|
Collection<Mapping<? extends PrismPropertyValue<?>>> |
AccountConstruction.getAttributeMappings() |
Modifier and Type | Method and Description |
---|---|
void |
AccountConstruction.addAttributeConstruction(Mapping<? extends PrismPropertyValue<?>> valueConstruction) |
static <V extends PrismValue> |
ItemValueWithOrigin.createOutputTriple(Mapping<V> mapping) |
static <V extends PrismValue,F extends ObjectType,P extends ObjectType> |
LensUtil.evaluateMapping(Mapping<V> mapping,
LensContext<F,P> lensContext,
OperationResult parentResult) |
Constructor and Description |
---|
ItemValueWithOrigin(V propertyValue,
Mapping<V> mapping,
AccountConstruction accountConstruction) |
Modifier and Type | Method and Description |
---|---|
void |
MappingInitializer.initialize(Mapping<V> mapping) |
Copyright © 2013 evolveum. All rights reserved.