Package io.atlasmap.spi
Interface AtlasInternalSession.Head
- Enclosing interface:
AtlasInternalSession
public static interface AtlasInternalSession.Head
-
Method Summary
Modifier and TypeMethodDescriptionaddAudit
(AuditStatus status, Field field, String message) boolean
hasError()
setLookupTable
(LookupTable table) setMapping
(Mapping mapping) setSourceField
(Field sourceField) setTargetField
(Field targetField) unset()
-
Method Details
-
getMapping
Mapping getMapping() -
getSourceField
Field getSourceField() -
getTargetField
Field getTargetField() -
getLookupTable
LookupTable getLookupTable() -
setMapping
-
setLookupTable
-
setSourceField
-
setTargetField
-
unset
AtlasInternalSession.Head unset() -
hasError
boolean hasError() -
addAudit
-
getAudits
-