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 TypeClassDescriptionclassclassclassclassMethods 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()voidAtlasContext.process(AtlasSession session) AtlasContext.processPreview(Mapping mapping) Deprecated.AtlasPreviewContext.processPreview(Mapping mapping) voidAtlasContext.processValidation(AtlasSession session) voidAtlasMappingBuilder.setAtlasSession(AtlasSession session) SetAtlasSession.voidAtlasContextFactory.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) voidDefaultAtlasMappingBuilder.setAtlasSession(AtlasSession session) voidvoidvoidAtlasField.writeProperty(String scope, String name) -
Uses of AtlasException in io.atlasmap.core
Methods in io.atlasmap.core that throw AtlasExceptionModifier and TypeMethodDescriptionprotected FieldBaseAtlasModule.applySourceFieldActions(AtlasInternalSession session) protected FieldBaseAtlasModule.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) voidBaseAtlasModule.destroy()voidADMArchiveHandler.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()voidBaseAtlasModule.init()protected voidDefaultAtlasContext.init()TODO: For dynamic re-load.voidADMArchiveHandler.load(AtlasContextFactory.Format format, InputStream in) Load an ADM archive or mapping definition from stream.voidADMArchiveHandler.load(InputStream in) Load an ADM archive from stream.voidLoad an ADM archive file, an exploded directory or mapping definition JSON file.voidADMArchiveHandler.persist()Persist ADM archive into a directory.voidBaseAtlasModule.populateTargetField(AtlasInternalSession session) voidConstantModule.populateTargetField(AtlasInternalSession session) voidDefaultAtlasContext.process(AtlasSession userSession) Process session lifecycle.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) DefaultAtlasContext.processPreview(Mapping mapping) Deprecated.UseAtlasPreviewContext#processPreview(Mapping)DefaultAtlasContext.processSeparateField(DefaultAtlasSession session, Mapping mapping, Field sourceField) voidDefaultAtlasContext.processValidation(AtlasSession userSession) voidConstantModule.readSourceValue(AtlasInternalSession session) voidPropertyModule.readSourceValue(AtlasInternalSession session) voidADMArchiveHandler.setGzippedADMDigest(InputStream is) voidADMArchiveHandler.setLibraryDirectory(Path dir) voidADMArchiveHandler.setMappingDefinitionBytes(InputStream is) voidADMArchiveHandler.setPersistDirectory(Path dir) voidConstantModule.writeTargetValue(AtlasInternalSession session) voidPropertyModule.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()voidCsvFieldWriter.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) voidCsvModule.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 AtlasException in io.atlasmap.dfdl.module
Methods in io.atlasmap.dfdl.module that throw AtlasExceptionModifier and TypeMethodDescriptionprotected StringDfdlModule.convertFromXmlDocument(Document xml) protected DocumentDfdlModule.convertToXmlDocument(String source, boolean namespaced) voidDfdlModule.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) voidJavaFieldWriter.commitWriting(AtlasInternalSession session) voidTargetValueConverter.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<?>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) Class<?>JavaFieldWriterUtil.resolveChildClass(Object parentObject, AtlasPath.SegmentContext segment) Class<?>JavaFieldWriterUtil.resolveCollectionItemClass(Object parentObject, AtlasPath.SegmentContext segmentContext) voidJavaFieldWriterUtil.setChildObject(Object parentObject, Object childObject, AtlasPath.SegmentContext segmentContext) voidJavaFieldWriterUtil.setCollectionItem(Object collectionObject, Object item, AtlasPath.SegmentContext segmentContext) voidJavaFieldWriter.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 TypeJavaChildAccessor.getRawGenericType()RootAccessor.getRawGenericType()FieldAccessor.getRawValue()GetterAccessor.getRawValue()abstract ObjectJavaChildAccessor.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) voidJavaModule.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 AtlasException in io.atlasmap.json.core
Methods in io.atlasmap.json.core that throw AtlasExceptionModifier and TypeMethodDescriptionJsonFieldReader.read(AtlasInternalSession session) voidJsonFieldReader.setDocument(String document) voidJsonFieldWriter.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) voidJsonModule.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 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.ResponseAtlasService.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) voidAtlasModule.destroy()AtlasFieldActionService.findActionDetail(Action action, FieldType type) AtlasFieldActionService.findActionProcessor(Action action, FieldType sourceType) voidAtlasModule.init()voidAtlasModule.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 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) voidXmlFieldReader.setDocument(Document document) voidXmlFieldWriter.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 StringXmlModule.convertFromXmlDocument(Document xml) Convert a target XML document into some format.protected DocumentXmlModule.convertToXmlDocument(String source, boolean namespaced) Convert a source document into XML.voidXmlModule.init()voidXmlModule.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)
AtlasPreviewContext#processPreview(Mapping)