public interface MappingResults
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.util.List<MappingResult> |
getAllResults()
A list of all the mapping results between the source and target.
|
java.util.List<MappingResult> |
getErrorResults()
A list of all error results that occurred.
|
java.util.List<MappingResult> |
getResults(MappingResultsCriteria criteria)
Get all results that meet the given result criteria.
|
java.lang.Object |
getSource()
The source object that was mapped from.
|
java.lang.Object |
getTarget()
The target object that was mapped to.
|
boolean |
hasErrorResults()
Whether some results were errors.
|
java.lang.Object getSource()
java.lang.Object getTarget()
java.util.List<MappingResult> getAllResults()
boolean hasErrorResults()
java.util.List<MappingResult> getErrorResults()
java.util.List<MappingResult> getResults(MappingResultsCriteria criteria)
criteria
- the mapping result criteria