Class QipGeneratedValueAtlasModule

java.lang.Object
io.atlasmap.core.BaseAtlasModule
org.qubership.integration.platform.engine.mapper.atlasmap.QipGeneratedValueAtlasModule
All Implemented Interfaces:
io.atlasmap.mxbean.AtlasModuleMXBean, io.atlasmap.spi.AtlasModule

public class QipGeneratedValueAtlasModule extends io.atlasmap.core.BaseAtlasModule
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.atlasmap.v2.Field
    cloneField(io.atlasmap.v2.Field field)
     
    io.atlasmap.v2.Field
     
    isSupportedField(io.atlasmap.v2.Field field)
     
    void
    processPostSourceExecution(io.atlasmap.spi.AtlasInternalSession session)
     
    void
    processPostTargetExecution(io.atlasmap.spi.AtlasInternalSession session)
     
    void
    processPreSourceExecution(io.atlasmap.spi.AtlasInternalSession session)
     
    void
    processPreTargetExecution(io.atlasmap.spi.AtlasInternalSession session)
     
    void
    processPreValidation(io.atlasmap.spi.AtlasInternalSession session)
     
    void
    readSourceValue(io.atlasmap.spi.AtlasInternalSession session)
     
    void
    writeTargetValue(io.atlasmap.spi.AtlasInternalSession session)
     

    Methods inherited from class io.atlasmap.core.BaseAtlasModule

    applySourceFieldActions, applyTargetFieldActions, createCollectionHelper, destroy, getClassLoader, getClassName, getCollectionHelper, getConversionService, getDataFormats, getDataSourceMetadata, getDocId, getDocName, getFieldActionService, getMode, getModeName, getName, getPackageNames, getSourceCount, getSourceErrorCount, getSourceMaxExecutionTime, getSourceMinExecutionTime, getSourceSuccessCount, getSourceTotalExecutionTime, getTargetCount, getTargetErrorCount, getTargetMaxExecutionTime, getTargetMinExecutionTime, getTargetSuccessCount, getTargetTotalExecutionTime, getUri, getUriDataType, getUriParameters, getUuid, getVersion, init, isAutomaticallyProcessOutputFieldActions, isSourceSupported, isStatisticsEnabled, isStatisticsSupported, isTargetSupported, listSupportedModes, populateTargetField, processLookupField, processPostValidation, readAndResetStatistics, setAutomaticallyProcessOutputFieldActions, setClassLoader, setConversionService, setDataSourceMetadata, setDocId, setDocName, setFieldActionService, setMode, setStatisticsEnabled, setUri

    Methods inherited from class java.lang.Object

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

    • QipGeneratedValueAtlasModule

      public QipGeneratedValueAtlasModule()
  • Method Details

    • isSupportedField

      public Boolean isSupportedField(io.atlasmap.v2.Field field)
      Specified by:
      isSupportedField in interface io.atlasmap.spi.AtlasModule
      Overrides:
      isSupportedField in class io.atlasmap.core.BaseAtlasModule
    • processPreValidation

      public void processPreValidation(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException
      Throws:
      io.atlasmap.api.AtlasException
    • processPreSourceExecution

      public void processPreSourceExecution(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException
      Throws:
      io.atlasmap.api.AtlasException
    • processPreTargetExecution

      public void processPreTargetExecution(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException
      Throws:
      io.atlasmap.api.AtlasException
    • readSourceValue

      public void readSourceValue(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException
      Throws:
      io.atlasmap.api.AtlasException
    • processPostSourceExecution

      public void processPostSourceExecution(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException
      Throws:
      io.atlasmap.api.AtlasException
    • writeTargetValue

      public void writeTargetValue(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException
      Throws:
      io.atlasmap.api.AtlasException
    • processPostTargetExecution

      public void processPostTargetExecution(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException
      Throws:
      io.atlasmap.api.AtlasException
    • cloneField

      public io.atlasmap.v2.Field cloneField(io.atlasmap.v2.Field field) throws io.atlasmap.api.AtlasException
      Throws:
      io.atlasmap.api.AtlasException
    • createField

      public io.atlasmap.v2.Field createField()