java.lang.Object
io.atlasmap.core.DefaultAtlasContext
org.qubership.integration.platform.engine.mapper.atlasmap.CustomAtlasContext
All Implemented Interfaces:
io.atlasmap.api.AtlasContext, io.atlasmap.mxbean.AtlasContextMXBean

public class CustomAtlasContext extends io.atlasmap.core.DefaultAtlasContext
  • Constructor Summary

    Constructors
    Constructor
    Description
    CustomAtlasContext(io.atlasmap.core.DefaultAtlasContextFactory factory, io.atlasmap.api.AtlasContextFactory.Format format, InputStream stream)
     
    CustomAtlasContext(io.atlasmap.core.DefaultAtlasContextFactory factory, io.atlasmap.v2.AtlasMapping mapping)
     
    CustomAtlasContext(io.atlasmap.core.DefaultAtlasContextFactory factory, URI atlasMappingUri)
     
    CustomAtlasContext(URI atlasMappingUri)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.atlasmap.api.AtlasSession
     
    protected void
    processSourceFieldMapping(io.atlasmap.core.DefaultAtlasSession session)
     

    Methods inherited from class io.atlasmap.core.DefaultAtlasContext

    applyFieldActions, createSession, getADMArchiveHandler, getClassName, getContextFactory, getJmxObjectName, getLookupTables, getMapping, getMappingName, getMappingUri, getSourceModules, getTargetModules, getThreadName, getUuid, getVersion, init, process, processCombineField, processPreview, processSeparateField, processValidation, registerJmx, resolveModule, setDefaultSessionProperties, setJmxObjectName, setLookupTables, setMappingUri, setSourceModules, setTargetModules, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CustomAtlasContext

      public CustomAtlasContext(URI atlasMappingUri)
    • CustomAtlasContext

      public CustomAtlasContext(io.atlasmap.core.DefaultAtlasContextFactory factory, URI atlasMappingUri)
    • CustomAtlasContext

      public CustomAtlasContext(io.atlasmap.core.DefaultAtlasContextFactory factory, io.atlasmap.v2.AtlasMapping mapping)
    • CustomAtlasContext

      public CustomAtlasContext(io.atlasmap.core.DefaultAtlasContextFactory factory, io.atlasmap.api.AtlasContextFactory.Format format, InputStream stream) throws io.atlasmap.api.AtlasException
      Throws:
      io.atlasmap.api.AtlasException
  • Method Details

    • processSourceFieldMapping

      protected void processSourceFieldMapping(io.atlasmap.core.DefaultAtlasSession session)
      Overrides:
      processSourceFieldMapping in class io.atlasmap.core.DefaultAtlasContext
    • createSession

      public io.atlasmap.api.AtlasSession createSession() throws io.atlasmap.api.AtlasException
      Specified by:
      createSession in interface io.atlasmap.api.AtlasContext
      Overrides:
      createSession in class io.atlasmap.core.DefaultAtlasContext
      Throws:
      io.atlasmap.api.AtlasException