Uses of Interface
io.atlasmap.spi.AtlasInternalSession
Packages that use AtlasInternalSession
Package
Description
- 
Uses of AtlasInternalSession in io.atlasmap.coreClasses in io.atlasmap.core that implement AtlasInternalSessionMethods in io.atlasmap.core with parameters of type AtlasInternalSessionModifier and TypeMethodDescriptionstatic voidAtlasUtil.addAudit(AtlasInternalSession session, Field field, String message, AuditStatus status, String value) static voidAtlasUtil.addAudit(AtlasInternalSession session, String docId, String message, AuditStatus status, String value) static voidAtlasUtil.addAudits(AtlasInternalSession session, Field field, List<Audit> audits) protected FieldBaseAtlasModule.applySourceFieldActions(AtlasInternalSession session) protected FieldBaseAtlasModule.applyTargetFieldActions(AtlasInternalSession session) static StringAtlasUtil.getDocumentNameById(AtlasInternalSession session, String docId) voidBaseAtlasModule.populateTargetField(AtlasInternalSession session) voidConstantModule.populateTargetField(AtlasInternalSession session) DefaultAtlasFieldActionService.processActions(AtlasInternalSession session, Field field) protected voidBaseAtlasModule.processLookupField(AtlasInternalSession session, LookupTable lookupTable, Object sourceValue, Field targetField) voidConstantModule.processPostSourceExecution(AtlasInternalSession session) voidPropertyModule.processPostSourceExecution(AtlasInternalSession session) voidConstantModule.processPostTargetExecution(AtlasInternalSession session) voidPropertyModule.processPostTargetExecution(AtlasInternalSession session) voidBaseAtlasModule.processPostValidation(AtlasInternalSession session) voidConstantModule.processPostValidation(AtlasInternalSession session) voidPropertyModule.processPostValidation(AtlasInternalSession session) voidConstantModule.processPreSourceExecution(AtlasInternalSession session) voidPropertyModule.processPreSourceExecution(AtlasInternalSession session) voidConstantModule.processPreTargetExecution(AtlasInternalSession session) voidPropertyModule.processPreTargetExecution(AtlasInternalSession session) voidConstantModule.processPreValidation(AtlasInternalSession session) voidPropertyModule.processPreValidation(AtlasInternalSession session) voidConstantModule.readSourceValue(AtlasInternalSession session) voidPropertyModule.readSourceValue(AtlasInternalSession session) voidConstantModule.writeTargetValue(AtlasInternalSession session) voidPropertyModule.writeTargetValue(AtlasInternalSession session) 
- 
Uses of AtlasInternalSession in io.atlasmap.csv.coreMethods in io.atlasmap.csv.core with parameters of type AtlasInternalSessionModifier and TypeMethodDescriptionCsvFieldReader.read(AtlasInternalSession session) voidCsvFieldWriter.write(AtlasInternalSession session) Write is not performed until after the whole target document is ready and toCsv is called.
- 
Uses of AtlasInternalSession in io.atlasmap.csv.moduleMethods in io.atlasmap.csv.module with parameters of type AtlasInternalSessionModifier and TypeMethodDescriptionvoidCsvModule.processPostSourceExecution(AtlasInternalSession session) voidCsvModule.processPostTargetExecution(AtlasInternalSession session) voidCsvModule.processPreSourceExecution(AtlasInternalSession session) voidCsvModule.processPreTargetExecution(AtlasInternalSession session) voidCsvModule.processPreValidation(AtlasInternalSession session) voidCsvModule.readSourceValue(AtlasInternalSession session) voidCsvModule.writeTargetValue(AtlasInternalSession session) 
- 
Uses of AtlasInternalSession in io.atlasmap.java.coreMethods in io.atlasmap.java.core with parameters of type AtlasInternalSessionModifier and TypeMethodDescriptionvoidJavaFieldWriter.commitWriting(AtlasInternalSession session) voidTargetValueConverter.convertTargetValue(AtlasInternalSession session, Object parentObject, Field targetField) voidTargetValueConverter.populateTargetField(AtlasInternalSession session, LookupTable lookupTable, Field sourceField, Object parentObject, Field targetField) voidJavaFieldWriter.populateTargetFieldValue(AtlasInternalSession session, Object parentObject) JavaFieldWriter.prepareParentObject(AtlasInternalSession session) JavaFieldReader.read(AtlasInternalSession session) voidJavaFieldWriter.write(AtlasInternalSession session) 
- 
Uses of AtlasInternalSession in io.atlasmap.java.moduleMethods in io.atlasmap.java.module with parameters of type AtlasInternalSessionModifier and TypeMethodDescriptionvoidJavaModule.populateTargetField(AtlasInternalSession session) voidJavaModule.processPostSourceExecution(AtlasInternalSession session) voidJavaModule.processPostTargetExecution(AtlasInternalSession session) voidJavaModule.processPreSourceExecution(AtlasInternalSession atlasSession) voidJavaModule.processPreTargetExecution(AtlasInternalSession atlasSession) voidJavaModule.processPreValidation(AtlasInternalSession atlasSession) voidJavaModule.readSourceValue(AtlasInternalSession session) voidJavaModule.writeTargetValue(AtlasInternalSession session) 
- 
Uses of AtlasInternalSession in io.atlasmap.json.coreMethods in io.atlasmap.json.core with parameters of type AtlasInternalSessionModifier and TypeMethodDescriptionJsonFieldReader.read(AtlasInternalSession session) voidJsonFieldWriter.write(AtlasInternalSession session) 
- 
Uses of AtlasInternalSession in io.atlasmap.json.moduleMethods in io.atlasmap.json.module with parameters of type AtlasInternalSessionModifier and TypeMethodDescriptionvoidJsonModule.populateTargetField(AtlasInternalSession session) voidJsonModule.processPostSourceExecution(AtlasInternalSession session) voidJsonModule.processPostTargetExecution(AtlasInternalSession session) voidJsonModule.processPreSourceExecution(AtlasInternalSession session) voidJsonModule.processPreTargetExecution(AtlasInternalSession session) voidJsonModule.processPreValidation(AtlasInternalSession atlasSession) voidJsonModule.readSourceValue(AtlasInternalSession session) voidJsonModule.writeTargetValue(AtlasInternalSession session) 
- 
Uses of AtlasInternalSession in io.atlasmap.spiMethods in io.atlasmap.spi with parameters of type AtlasInternalSessionModifier and TypeMethodDescriptionvoidAtlasModule.populateTargetField(AtlasInternalSession session) Populate target field value, usually by just copy from source field value.AtlasFieldActionService.processActions(AtlasInternalSession session, Field field) voidAtlasModule.processPostSourceExecution(AtlasInternalSession session) voidAtlasModule.processPostTargetExecution(AtlasInternalSession session) voidAtlasModule.processPostValidation(AtlasInternalSession session) voidAtlasModule.processPreSourceExecution(AtlasInternalSession session) voidAtlasModule.processPreTargetExecution(AtlasInternalSession session) voidAtlasModule.processPreValidation(AtlasInternalSession session) AtlasFieldReader.read(AtlasInternalSession session) voidAtlasModule.readSourceValue(AtlasInternalSession session) Read source field value from source document and store into source field object.voidAtlasFieldWriter.write(AtlasInternalSession session) voidAtlasModule.writeTargetValue(AtlasInternalSession session) Write target field value into target document.
- 
Uses of AtlasInternalSession in io.atlasmap.xml.coreMethods in io.atlasmap.xml.core with parameters of type AtlasInternalSessionModifier and TypeMethodDescriptionXmlFieldReader.read(AtlasInternalSession session) voidXmlFieldWriter.write(AtlasInternalSession session) 
- 
Uses of AtlasInternalSession in io.atlasmap.xml.moduleMethods in io.atlasmap.xml.module with parameters of type AtlasInternalSessionModifier and TypeMethodDescriptionvoidXmlModule.populateTargetField(AtlasInternalSession session) voidXmlModule.processPostSourceExecution(AtlasInternalSession session) voidXmlModule.processPostTargetExecution(AtlasInternalSession session) voidXmlModule.processPreSourceExecution(AtlasInternalSession session) voidXmlModule.processPreTargetExecution(AtlasInternalSession session) voidXmlModule.processPreValidation(AtlasInternalSession atlasSession) voidXmlModule.readSourceValue(AtlasInternalSession session) voidXmlModule.writeTargetValue(AtlasInternalSession session)