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
Constructors -
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) booleanbooleanhasSourceDocument(String docId) booleanhasTargetDocument(String docId) booleanhasWarns()head()protected voidremoveFieldReader(String docId) removeFieldWriter(String docId) resolveModule(String docId) voidsetAtlasContext(AtlasContext atlasContext) voidvoidvoidsetDefaultSourceDocument(Object sourceDoc) voidsetDefaultTargetDocument(Object targetDoc) voidsetFieldReader(String docId, AtlasFieldReader reader) voidsetFieldWriter(String docId, AtlasFieldWriter writer) voidsetSourceDocument(String docId, Object sourceDoc) voidsetTargetDocument(String docId, Object targetDoc) voidsetValidations(Validations validations)
-
Constructor Details
-
DefaultAtlasSession
- Throws:
AtlasException
-
-
Method Details
-
initialize
protected void initialize() -
getAtlasContext
- Specified by:
getAtlasContextin interfaceAtlasSession
-
setAtlasContext
- Specified by:
setAtlasContextin interfaceAtlasSession
-
getMapping
- Specified by:
getMappingin interfaceAtlasSession
-
getValidations
- Specified by:
getValidationsin interfaceAtlasSession
-
setValidations
- Specified by:
setValidationsin interfaceAtlasSession
-
getAudits
- Specified by:
getAuditsin interfaceAtlasSession
-
setAudits
- Specified by:
setAuditsin interfaceAtlasSession
-
getDefaultSourceDocument
- Specified by:
getDefaultSourceDocumentin interfaceAtlasSession
-
getSourceDocument
- Specified by:
getSourceDocumentin interfaceAtlasSession
-
hasSourceDocument
- Specified by:
hasSourceDocumentin interfaceAtlasSession
-
getSourceDocumentMap
- Specified by:
getSourceDocumentMapin interfaceAtlasSession
-
getDefaultTargetDocument
- Specified by:
getDefaultTargetDocumentin interfaceAtlasSession
-
getTargetDocument
- Specified by:
getTargetDocumentin interfaceAtlasSession
-
hasTargetDocument
- Specified by:
hasTargetDocumentin interfaceAtlasSession
-
getTargetDocumentMap
- Specified by:
getTargetDocumentMapin interfaceAtlasSession
-
setDefaultSourceDocument
- Specified by:
setDefaultSourceDocumentin interfaceAtlasSession
-
setSourceDocument
- Specified by:
setSourceDocumentin interfaceAtlasSession
-
setDefaultTargetDocument
- Specified by:
setDefaultTargetDocumentin interfaceAtlasSession
-
setTargetDocument
- Specified by:
setTargetDocumentin interfaceAtlasSession
-
getFieldReader
- Specified by:
getFieldReaderin interfaceAtlasInternalSession
-
getFieldReader
- Specified by:
getFieldReaderin interfaceAtlasInternalSession
-
setFieldReader
- Specified by:
setFieldReaderin interfaceAtlasInternalSession
-
removeFieldReader
- Specified by:
removeFieldReaderin interfaceAtlasInternalSession
-
getFieldWriter
- Specified by:
getFieldWriterin interfaceAtlasInternalSession
-
getFieldWriter
- Specified by:
getFieldWriterin interfaceAtlasInternalSession
-
setFieldWriter
- Specified by:
setFieldWriterin interfaceAtlasInternalSession
-
removeFieldWriter
- Specified by:
removeFieldWriterin interfaceAtlasInternalSession
-
head
- Specified by:
headin interfaceAtlasInternalSession
-
getProperties
Deprecated.- Specified by:
getPropertiesin interfaceAtlasSession
-
getSourceProperties
- Specified by:
getSourcePropertiesin interfaceAtlasSession
-
getTargetProperties
- Specified by:
getTargetPropertiesin interfaceAtlasSession
-
getAtlasPropertyStrategy
- Specified by:
getAtlasPropertyStrategyin interfaceAtlasSession
-
setAtlasPropertyStrategy
- Specified by:
setAtlasPropertyStrategyin interfaceAtlasSession
-
errorCount
- Specified by:
errorCountin interfaceAtlasSession
-
hasErrors
public boolean hasErrors()- Specified by:
hasErrorsin interfaceAtlasSession
-
hasWarns
public boolean hasWarns()- Specified by:
hasWarnsin interfaceAtlasSession
-
warnCount
- Specified by:
warnCountin interfaceAtlasSession
-
resolveModule
- Specified by:
resolveModulein interfaceAtlasInternalSession
-
getConstantModule
-
getSourcePropertyModule
-
getTargetPropertyModule
-