Class MetadataComputationInput.InputDataValue
java.lang.Object
com.evolveum.midpoint.model.common.mapping.metadata.MetadataComputationInput.InputDataValue
- All Implemented Interfaces:
- DebugDumpable
- Enclosing class:
- MetadataComputationInput
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Constructor SummaryConstructorsConstructorDescriptionInputDataValue(PrismValue value, Map<String, Collection<?>> metadataSourceMap) 
- 
Method SummaryModifier and TypeMethodDescriptiondebugDump(int indent) Map<String,Collection<?>> Real values of metadata sources for this mapping.Collection<?>Values of metadata source, assuming that there is a single metadata source.Data value, e.g.Real data value, e.g.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
- 
Constructor Details- 
InputDataValue
 
- 
- 
Method Details- 
getPrismValueData value, e.g. "Jack" (prism value with metadata).
- 
getRealValueReal data value, e.g. "Jack" (String or PolyString with no metadata).
- 
getMetadataSourceMapReal values of metadata sources for this mapping. E.g. for LoA mapping (loa -> loa) here is only single entry: - key = "loa" - values = list of all LoA values for individual yields of prismValue metadata.
- 
getMetadataValuesValues of metadata source, assuming that there is a single metadata source. A convenience method.
- 
debugDump- Specified by:
- debugDumpin interface- DebugDumpable
 
 
-