Package io.atlasmap.core
Class DefaultAtlasSession
java.lang.Object
io.atlasmap.core.DefaultAtlasSession
- All Implemented Interfaces:
AtlasSession
,AtlasInternalSession
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.atlasmap.spi.AtlasInternalSession
AtlasInternalSession.Head
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFieldReader
(String docId) <T extends AtlasFieldReader>
TgetFieldReader
(String docId, Class<T> clazz) getFieldWriter
(String docId) <T extends AtlasFieldWriter>
TgetFieldWriter
(String docId, Class<T> clazz) Deprecated.getSourceDocument
(String docId) getTargetDocument
(String docId) boolean
boolean
hasSourceDocument
(String docId) boolean
hasTargetDocument
(String docId) boolean
hasWarns()
head()
protected void
removeFieldReader
(String docId) removeFieldWriter
(String docId) resolveModule
(String docId) void
setAtlasContext
(AtlasContext atlasContext) void
void
void
setDefaultSourceDocument
(Object sourceDoc) void
setDefaultTargetDocument
(Object targetDoc) void
setFieldReader
(String docId, AtlasFieldReader reader) void
setFieldWriter
(String docId, AtlasFieldWriter writer) void
setSourceDocument
(String docId, Object sourceDoc) void
setTargetDocument
(String docId, Object targetDoc) void
setValidations
(Validations validations)
-
Constructor Details
-
DefaultAtlasSession
- Throws:
AtlasException
-
-
Method Details
-
initialize
protected void initialize() -
getAtlasContext
- Specified by:
getAtlasContext
in interfaceAtlasSession
-
setAtlasContext
- Specified by:
setAtlasContext
in interfaceAtlasSession
-
getMapping
- Specified by:
getMapping
in interfaceAtlasSession
-
getValidations
- Specified by:
getValidations
in interfaceAtlasSession
-
setValidations
- Specified by:
setValidations
in interfaceAtlasSession
-
getAudits
- Specified by:
getAudits
in interfaceAtlasSession
-
setAudits
- Specified by:
setAudits
in interfaceAtlasSession
-
getDefaultSourceDocument
- Specified by:
getDefaultSourceDocument
in interfaceAtlasSession
-
getSourceDocument
- Specified by:
getSourceDocument
in interfaceAtlasSession
-
hasSourceDocument
- Specified by:
hasSourceDocument
in interfaceAtlasSession
-
getSourceDocumentMap
- Specified by:
getSourceDocumentMap
in interfaceAtlasSession
-
getDefaultTargetDocument
- Specified by:
getDefaultTargetDocument
in interfaceAtlasSession
-
getTargetDocument
- Specified by:
getTargetDocument
in interfaceAtlasSession
-
hasTargetDocument
- Specified by:
hasTargetDocument
in interfaceAtlasSession
-
getTargetDocumentMap
- Specified by:
getTargetDocumentMap
in interfaceAtlasSession
-
setDefaultSourceDocument
- Specified by:
setDefaultSourceDocument
in interfaceAtlasSession
-
setSourceDocument
- Specified by:
setSourceDocument
in interfaceAtlasSession
-
setDefaultTargetDocument
- Specified by:
setDefaultTargetDocument
in interfaceAtlasSession
-
setTargetDocument
- Specified by:
setTargetDocument
in interfaceAtlasSession
-
getFieldReader
- Specified by:
getFieldReader
in interfaceAtlasInternalSession
-
getFieldReader
- Specified by:
getFieldReader
in interfaceAtlasInternalSession
-
setFieldReader
- Specified by:
setFieldReader
in interfaceAtlasInternalSession
-
removeFieldReader
- Specified by:
removeFieldReader
in interfaceAtlasInternalSession
-
getFieldWriter
- Specified by:
getFieldWriter
in interfaceAtlasInternalSession
-
getFieldWriter
- Specified by:
getFieldWriter
in interfaceAtlasInternalSession
-
setFieldWriter
- Specified by:
setFieldWriter
in interfaceAtlasInternalSession
-
removeFieldWriter
- Specified by:
removeFieldWriter
in interfaceAtlasInternalSession
-
head
- Specified by:
head
in interfaceAtlasInternalSession
-
getProperties
Deprecated.- Specified by:
getProperties
in interfaceAtlasSession
-
getSourceProperties
- Specified by:
getSourceProperties
in interfaceAtlasSession
-
getTargetProperties
- Specified by:
getTargetProperties
in interfaceAtlasSession
-
getAtlasPropertyStrategy
- Specified by:
getAtlasPropertyStrategy
in interfaceAtlasSession
-
setAtlasPropertyStrategy
- Specified by:
setAtlasPropertyStrategy
in interfaceAtlasSession
-
errorCount
- Specified by:
errorCount
in interfaceAtlasSession
-
hasErrors
public boolean hasErrors()- Specified by:
hasErrors
in interfaceAtlasSession
-
hasWarns
public boolean hasWarns()- Specified by:
hasWarns
in interfaceAtlasSession
-
warnCount
- Specified by:
warnCount
in interfaceAtlasSession
-
resolveModule
- Specified by:
resolveModule
in interfaceAtlasInternalSession
-
getConstantModule
-
getSourcePropertyModule
-
getTargetPropertyModule
-