Uses of Class
io.atlasmap.api.AtlasException
Packages that use AtlasException
Package
Description
-
Uses of AtlasException in io.atlasmap.api
Subclasses of AtlasException in io.atlasmap.apiModifier and TypeClassDescriptionclass
class
class
class
Methods in io.atlasmap.api that throw AtlasExceptionModifier and TypeMethodDescriptionAtlasContextFactory.createContext
(AtlasContextFactory.Format format, InputStream atlasMappingStream) AtlasContextFactory.createContext
(File atlasMappingFile) AtlasContextFactory.createContext
(URI atlasMappingUri) AtlasContextFactory.createPreviewContext()
AtlasContext.createSession()
AtlasContextFactory.getCombineStrategy()
Deprecated.AtlasContextFactory.getConversionService()
AtlasContextFactory.getFieldActionService()
AtlasContextFactory.getPropertyStrategy()
AtlasContextFactory.getSeparateStrategy()
Deprecated.AtlasContextFactory.getValidationService()
void
AtlasContext.process
(AtlasSession session) AtlasContext.processPreview
(Mapping mapping) Deprecated.AtlasPreviewContext.processPreview
(Mapping mapping) void
AtlasContext.processValidation
(AtlasSession session) void
AtlasMappingBuilder.setAtlasSession
(AtlasSession session) SetAtlasSession
.void
AtlasContextFactory.setPropertyStrategy
(AtlasPropertyStrategy strategy) -
Uses of AtlasException in io.atlasmap.builder
Methods in io.atlasmap.builder that throw AtlasExceptionModifier and TypeMethodDescriptionAtlasField.readConstant
(String name) DefaultAtlasMappingBuilder.readConstant
(String name) AtlasField.readProperty
(String scope, String name) DefaultAtlasMappingBuilder.readProperty
(String scope, String name) void
DefaultAtlasMappingBuilder.setAtlasSession
(AtlasSession session) void
void
void
AtlasField.writeProperty
(String scope, String name) -
Uses of AtlasException in io.atlasmap.core
Methods in io.atlasmap.core that throw AtlasExceptionModifier and TypeMethodDescriptionprotected Field
BaseAtlasModule.applySourceFieldActions
(AtlasInternalSession session) protected Field
BaseAtlasModule.applyTargetFieldActions
(AtlasInternalSession session) ConstantModule.cloneField
(Field field) PropertyModule.cloneField
(Field field) ADMArchiveHandler.cloneMappingDefinition()
DefaultAtlasContextFactory.createContext
(AtlasContextFactory.Format format, InputStream stream) DefaultAtlasContextFactory.createContext
(AtlasMapping mapping) DefaultAtlasContextFactory.createContext
(File atlasMappingFile) DefaultAtlasContextFactory.createContext
(URI atlasMappingUri) DefaultAtlasContext.createSession()
DefaultAtlasContext.createSession
(AtlasMapping mappingDefinition) void
BaseAtlasModule.destroy()
void
ADMArchiveHandler.export
(OutputStream out) Export into an ADM archive.DefaultAtlasFieldActionService.findActionDetail
(Action action, FieldType sourceType) 1.DefaultAtlasFieldActionService.findActionProcessor
(Action action, FieldType sourceType) ADMArchiveHandler.getDataSourceMetadata
(boolean isSource, String documentId) ADMArchiveHandler.getDataSourceMetadata
(DataSourceKey key) ADMArchiveHandler.getDataSourceMetadataMap()
byte[]
ADMArchiveHandler.getMappingDefinitionBytes()
void
BaseAtlasModule.init()
protected void
DefaultAtlasContext.init()
TODO: For dynamic re-load.void
ADMArchiveHandler.load
(AtlasContextFactory.Format format, InputStream in) Load an ADM archive or mapping definition from stream.void
ADMArchiveHandler.load
(InputStream in) Load an ADM archive from stream.void
Load an ADM archive file, an exploded directory or mapping definition JSON file.void
ADMArchiveHandler.persist()
Persist ADM archive into a directory.void
BaseAtlasModule.populateTargetField
(AtlasInternalSession session) void
ConstantModule.populateTargetField
(AtlasInternalSession session) void
DefaultAtlasContext.process
(AtlasSession userSession) Process session lifecycle.DefaultAtlasFieldActionService.processActions
(AtlasInternalSession session, Field field) protected void
BaseAtlasModule.processLookupField
(AtlasInternalSession session, LookupTable lookupTable, Object sourceValue, Field targetField) void
ConstantModule.processPostSourceExecution
(AtlasInternalSession session) void
PropertyModule.processPostSourceExecution
(AtlasInternalSession session) void
ConstantModule.processPostTargetExecution
(AtlasInternalSession session) void
PropertyModule.processPostTargetExecution
(AtlasInternalSession session) void
BaseAtlasModule.processPostValidation
(AtlasInternalSession session) void
ConstantModule.processPostValidation
(AtlasInternalSession session) void
PropertyModule.processPostValidation
(AtlasInternalSession session) void
ConstantModule.processPreSourceExecution
(AtlasInternalSession session) void
PropertyModule.processPreSourceExecution
(AtlasInternalSession session) void
ConstantModule.processPreTargetExecution
(AtlasInternalSession session) void
PropertyModule.processPreTargetExecution
(AtlasInternalSession session) void
ConstantModule.processPreValidation
(AtlasInternalSession session) void
PropertyModule.processPreValidation
(AtlasInternalSession session) DefaultAtlasContext.processPreview
(Mapping mapping) Deprecated.UseAtlasPreviewContext#processPreview(Mapping)
DefaultAtlasContext.processSeparateField
(DefaultAtlasSession session, Mapping mapping, Field sourceField) void
DefaultAtlasContext.processValidation
(AtlasSession userSession) void
ConstantModule.readSourceValue
(AtlasInternalSession session) void
PropertyModule.readSourceValue
(AtlasInternalSession session) void
ADMArchiveHandler.setGzippedADMDigest
(InputStream is) void
ADMArchiveHandler.setLibraryDirectory
(Path dir) void
ADMArchiveHandler.setMappingDefinitionBytes
(InputStream is) void
ADMArchiveHandler.setPersistDirectory
(Path dir) void
ConstantModule.writeTargetValue
(AtlasInternalSession session) void
PropertyModule.writeTargetValue
(AtlasInternalSession session) Constructors in io.atlasmap.core that throw AtlasExceptionModifierConstructorDescriptionDefaultAtlasContext
(DefaultAtlasContextFactory factory, AtlasContextFactory.Format format, InputStream stream) DefaultAtlasSession
(DefaultAtlasContext context) -
Uses of AtlasException in io.atlasmap.csv.core
Methods in io.atlasmap.csv.core that throw AtlasExceptionModifier and TypeMethodDescriptionCsvFieldReader.read
(AtlasInternalSession session) CsvFieldReader.readSchema()
Reads only the first row of the document.CsvFieldWriter.toCsv()
void
CsvFieldWriter.write
(AtlasInternalSession session) Write is not performed until after the whole target document is ready and toCsv is called. -
Uses of AtlasException in io.atlasmap.csv.module
Methods in io.atlasmap.csv.module that throw AtlasExceptionModifier and TypeMethodDescriptionCsvModule.cloneField
(Field field) void
CsvModule.processPostSourceExecution
(AtlasInternalSession session) void
CsvModule.processPostTargetExecution
(AtlasInternalSession session) void
CsvModule.processPreSourceExecution
(AtlasInternalSession session) void
CsvModule.processPreTargetExecution
(AtlasInternalSession session) void
CsvModule.processPreValidation
(AtlasInternalSession session) void
CsvModule.readSourceValue
(AtlasInternalSession session) void
CsvModule.writeTargetValue
(AtlasInternalSession session) -
Uses of AtlasException in io.atlasmap.dfdl.module
Methods in io.atlasmap.dfdl.module that throw AtlasExceptionModifier and TypeMethodDescriptionprotected String
DfdlModule.convertFromXmlDocument
(Document xml) protected Document
DfdlModule.convertToXmlDocument
(String source, boolean namespaced) void
DfdlModule.init()
-
Uses of AtlasException in io.atlasmap.java.core
Methods in io.atlasmap.java.core that throw AtlasExceptionModifier and TypeMethodDescriptionJavaFieldWriterUtil.adjustCollectionSize
(Object collectionObject, AtlasPath.SegmentContext segmentContext) void
JavaFieldWriter.commitWriting
(AtlasInternalSession session) void
TargetValueConverter.convertTargetValue
(AtlasInternalSession session, Object parentObject, Field targetField) JavaFieldWriterUtil.createComplexChildObject
(Object parentObject, AtlasPath.SegmentContext segmentContext) JavaFieldWriterUtil.createComplexChildObject
(Object parentObject, AtlasPath.SegmentContext segmentContext, Class<?> clazz) JavaFieldWriterUtil.createComplexCollectionItem
(Object collectionObject, Class<?> itemType, AtlasPath.SegmentContext segmentContext) JavaFieldWriterUtil.createComplexCollectionItem
(Object parentObject, Object collectionObject, AtlasPath.SegmentContext segmentContext) JavaFieldWriterUtil.getChildObject
(Object parentObject, AtlasPath.SegmentContext segment) JavaFieldWriterUtil.getCollectionItem
(Object collectionObject, AtlasPath.SegmentContext segmentContext) JavaFieldWriterUtil.instantiateObject
(Class<?> clz) Class<?>
void
TargetValueConverter.populateTargetField
(AtlasInternalSession session, LookupTable lookupTable, Field sourceField, Object parentObject, Field targetField) void
JavaFieldWriter.populateTargetFieldValue
(AtlasInternalSession session, Object parentObject) JavaFieldWriter.prepareParentObject
(AtlasInternalSession session) JavaFieldReader.read
(AtlasInternalSession session) Class<?>
JavaFieldWriterUtil.resolveChildClass
(Object parentObject, AtlasPath.SegmentContext segment) Class<?>
JavaFieldWriterUtil.resolveCollectionItemClass
(Object parentObject, AtlasPath.SegmentContext segmentContext) void
JavaFieldWriterUtil.setChildObject
(Object parentObject, Object childObject, AtlasPath.SegmentContext segmentContext) void
JavaFieldWriterUtil.setCollectionItem
(Object collectionObject, Object item, AtlasPath.SegmentContext segmentContext) void
JavaFieldWriter.write
(AtlasInternalSession session) -
Uses of AtlasException in io.atlasmap.java.core.accessor
Methods in io.atlasmap.java.core.accessor that throw AtlasExceptionModifier and TypeMethodDescriptionJavaChildAccessor.getCollectionType()
List<?>
JavaChildAccessor.getCollectionValues()
Class<?>
JavaChildAccessor.getFieldClass()
Class<?>
FieldAccessor.getRawClass()
abstract Class<?>
JavaChildAccessor.getRawClass()
Class<?>
RootAccessor.getRawClass()
FieldAccessor.getRawGenericType()
GetterAccessor.getRawGenericType()
abstract Type
JavaChildAccessor.getRawGenericType()
RootAccessor.getRawGenericType()
FieldAccessor.getRawValue()
GetterAccessor.getRawValue()
abstract Object
JavaChildAccessor.getRawValue()
RootAccessor.getRawValue()
JavaChildAccessor.getValue()
JavaChildAccessor.getValueAt
(int pos) -
Uses of AtlasException in io.atlasmap.java.module
Methods in io.atlasmap.java.module that throw AtlasExceptionModifier and TypeMethodDescriptionJavaModule.cloneField
(Field field) void
JavaModule.populateTargetField
(AtlasInternalSession session) void
JavaModule.processPostSourceExecution
(AtlasInternalSession session) void
JavaModule.processPostTargetExecution
(AtlasInternalSession session) void
JavaModule.processPreSourceExecution
(AtlasInternalSession atlasSession) void
JavaModule.processPreTargetExecution
(AtlasInternalSession atlasSession) void
JavaModule.processPreValidation
(AtlasInternalSession atlasSession) void
JavaModule.readSourceValue
(AtlasInternalSession session) void
JavaModule.writeTargetValue
(AtlasInternalSession session) -
Uses of AtlasException in io.atlasmap.json.core
Methods in io.atlasmap.json.core that throw AtlasExceptionModifier and TypeMethodDescriptionJsonFieldReader.read
(AtlasInternalSession session) void
JsonFieldReader.setDocument
(String document) void
JsonFieldWriter.write
(AtlasInternalSession session) -
Uses of AtlasException in io.atlasmap.json.module
Methods in io.atlasmap.json.module that throw AtlasExceptionModifier and TypeMethodDescriptionJsonModule.cloneField
(Field field) void
JsonModule.populateTargetField
(AtlasInternalSession session) void
JsonModule.processPostSourceExecution
(AtlasInternalSession session) void
JsonModule.processPostTargetExecution
(AtlasInternalSession session) void
JsonModule.processPreSourceExecution
(AtlasInternalSession session) void
JsonModule.processPreTargetExecution
(AtlasInternalSession session) void
JsonModule.processPreValidation
(AtlasInternalSession atlasSession) void
JsonModule.readSourceValue
(AtlasInternalSession session) void
JsonModule.writeTargetValue
(AtlasInternalSession session) -
Uses of AtlasException in io.atlasmap.service
Methods in io.atlasmap.service that throw AtlasExceptionModifier and TypeMethodDescriptionAtlasLibraryLoader.getLibraryClassNames()
AtlasLibraryLoader.getSubTypesOf
(Class<?> clazz, boolean allowAbstract) protected javax.ws.rs.core.Response
AtlasService.validateMapping
(Integer mappingDefinitionId, AtlasMapping mapping, javax.ws.rs.core.UriInfo uriInfo) Constructors in io.atlasmap.service that throw AtlasException -
Uses of AtlasException in io.atlasmap.spi
Methods in io.atlasmap.spi that throw AtlasExceptionModifier and TypeMethodDescriptionAtlasModule.cloneField
(Field field) void
AtlasModule.destroy()
AtlasFieldActionService.findActionDetail
(Action action, FieldType type) AtlasFieldActionService.findActionProcessor
(Action action, FieldType sourceType) void
AtlasModule.init()
void
AtlasModule.populateTargetField
(AtlasInternalSession session) Populate target field value, usually by just copy from source field value.AtlasFieldActionService.processActions
(AtlasInternalSession session, Field field) void
AtlasModule.processPostSourceExecution
(AtlasInternalSession session) void
AtlasModule.processPostTargetExecution
(AtlasInternalSession session) void
AtlasModule.processPostValidation
(AtlasInternalSession session) void
AtlasModule.processPreSourceExecution
(AtlasInternalSession session) void
AtlasModule.processPreTargetExecution
(AtlasInternalSession session) void
AtlasModule.processPreValidation
(AtlasInternalSession session) AtlasFieldReader.read
(AtlasInternalSession session) void
AtlasModule.readSourceValue
(AtlasInternalSession session) Read source field value from source document and store into source field object.void
AtlasFieldWriter.write
(AtlasInternalSession session) void
AtlasModule.writeTargetValue
(AtlasInternalSession session) Write target field value into target document. -
Uses of AtlasException in io.atlasmap.standalone
Methods in io.atlasmap.standalone that throw AtlasException -
Uses of AtlasException in io.atlasmap.xml.core
Methods in io.atlasmap.xml.core that throw AtlasExceptionModifier and TypeMethodDescriptionXmlFieldReader.read
(AtlasInternalSession session) void
XmlFieldReader.setDocument
(Document document) void
XmlFieldWriter.write
(AtlasInternalSession session) XmlIOHelper.writeDocumentToString
(boolean stripSpaces, Node node) Constructors in io.atlasmap.xml.core that throw AtlasExceptionModifierConstructorDescriptionXmlFieldWriter
(ClassLoader classLoader, Map<String, String> namespaces, String seedDocument) -
Uses of AtlasException in io.atlasmap.xml.core.schema
Methods in io.atlasmap.xml.core.schema that throw AtlasExceptionModifier and TypeMethodDescriptionAtlasXmlSchemaSetParser.createSchema
(InputStream in) Parse single XML Schema or SchemaSet which contains multiple XML Schema and build aSchema
.AtlasXmlSchemaSetParser.parse
(InputStream in) Parse XML Schema or SchemaSet which contains multiple XML Schema and build aXSSchemaSet
.Parse single XML Schema or SchemaSet which contains multiple XML Schema and build aXSSchemaSet
.Constructors in io.atlasmap.xml.core.schema that throw AtlasException -
Uses of AtlasException in io.atlasmap.xml.module
Methods in io.atlasmap.xml.module that throw AtlasExceptionModifier and TypeMethodDescriptionXmlModule.cloneField
(Field field) protected String
XmlModule.convertFromXmlDocument
(Document xml) Convert a target XML document into some format.protected Document
XmlModule.convertToXmlDocument
(String source, boolean namespaced) Convert a source document into XML.void
XmlModule.init()
void
XmlModule.populateTargetField
(AtlasInternalSession session) void
XmlModule.processPostSourceExecution
(AtlasInternalSession session) void
XmlModule.processPostTargetExecution
(AtlasInternalSession session) void
XmlModule.processPreSourceExecution
(AtlasInternalSession session) void
XmlModule.processPreTargetExecution
(AtlasInternalSession session) void
XmlModule.processPreValidation
(AtlasInternalSession atlasSession) void
XmlModule.readSourceValue
(AtlasInternalSession session) void
XmlModule.writeTargetValue
(AtlasInternalSession session)
AtlasPreviewContext#processPreview(Mapping)