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 -
Method Summary
Modifier and TypeMethodDescriptionio.atlasmap.v2.FieldcloneField(io.atlasmap.v2.Field field) io.atlasmap.v2.FieldisSupportedField(io.atlasmap.v2.Field field) voidprocessPostSourceExecution(io.atlasmap.spi.AtlasInternalSession session) voidprocessPostTargetExecution(io.atlasmap.spi.AtlasInternalSession session) voidprocessPreSourceExecution(io.atlasmap.spi.AtlasInternalSession session) voidprocessPreTargetExecution(io.atlasmap.spi.AtlasInternalSession session) voidprocessPreValidation(io.atlasmap.spi.AtlasInternalSession session) voidreadSourceValue(io.atlasmap.spi.AtlasInternalSession session) voidwriteTargetValue(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
-
Constructor Details
-
QipGeneratedValueAtlasModule
public QipGeneratedValueAtlasModule()
-
-
Method Details
-
isSupportedField
- Specified by:
isSupportedFieldin interfaceio.atlasmap.spi.AtlasModule- Overrides:
isSupportedFieldin classio.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()
-