Class TransformationalMetadataComputation
- java.lang.Object
-
- com.evolveum.midpoint.model.common.mapping.metadata.ValueMetadataComputation
-
- com.evolveum.midpoint.model.common.mapping.metadata.TransformationalMetadataComputation
-
public class TransformationalMetadataComputation extends ValueMetadataComputation
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransformationalMetadataComputation
forMapping(List<PrismValue> inputValues, ItemValueMetadataProcessingSpec processingSpec, MappingImpl<?,?> mapping)
List<PrismValue>
getInputValues()
List<QName>
getSourceNames()
-
Methods inherited from class com.evolveum.midpoint.model.common.mapping.metadata.ValueMetadataComputation
execute, getContextDescription, getEnv, getMappingSpecification, getOutputMetadataValue, getOutputMetadataValueBean, getScope
-
-
-
-
Method Detail
-
forMapping
public static TransformationalMetadataComputation forMapping(List<PrismValue> inputValues, ItemValueMetadataProcessingSpec processingSpec, MappingImpl<?,?> mapping)
-
getInputValues
public List<PrismValue> getInputValues()
-
-