public class PropertyModule extends BaseAtlasModule
| Constructor and Description |
|---|
PropertyModule(io.atlasmap.spi.AtlasPropertyStrategy propertyStrategy) |
| Modifier and Type | Method and Description |
|---|---|
io.atlasmap.v2.PropertyField |
cloneField(io.atlasmap.v2.Field field) |
String |
getDocName() |
Boolean |
isSupportedField(io.atlasmap.v2.Field field) |
void |
processPostSourceExecution(io.atlasmap.spi.AtlasInternalSession session) |
void |
processPostTargetExecution(io.atlasmap.spi.AtlasInternalSession session) |
void |
processPostValidation(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 |
setDocName(String docName) |
void |
writeTargetValue(io.atlasmap.spi.AtlasInternalSession session) |
applySourceFieldActions, applyTargetFieldActions, createCollectionHelper, destroy, getClassLoader, getClassName, getCollectionHelper, getConversionService, getDataFormats, getDataSourceMetadata, getDocId, 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, readAndResetStatistics, setAutomaticallyProcessOutputFieldActions, setClassLoader, setConversionService, setDataSourceMetadata, setDocId, setFieldActionService, setMode, setStatisticsEnabled, setUripublic PropertyModule(io.atlasmap.spi.AtlasPropertyStrategy propertyStrategy)
public void processPreValidation(io.atlasmap.spi.AtlasInternalSession session)
throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionpublic void processPreSourceExecution(io.atlasmap.spi.AtlasInternalSession session)
throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionpublic void readSourceValue(io.atlasmap.spi.AtlasInternalSession session)
throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionpublic void processPostSourceExecution(io.atlasmap.spi.AtlasInternalSession session)
throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionpublic void processPreTargetExecution(io.atlasmap.spi.AtlasInternalSession session)
throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionpublic void writeTargetValue(io.atlasmap.spi.AtlasInternalSession session)
throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionpublic void processPostTargetExecution(io.atlasmap.spi.AtlasInternalSession session)
throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionpublic void processPostValidation(io.atlasmap.spi.AtlasInternalSession session)
throws io.atlasmap.api.AtlasException
processPostValidation in interface io.atlasmap.spi.AtlasModuleprocessPostValidation in class BaseAtlasModuleio.atlasmap.api.AtlasExceptionpublic Boolean isSupportedField(io.atlasmap.v2.Field field)
isSupportedField in interface io.atlasmap.spi.AtlasModuleisSupportedField in class BaseAtlasModulepublic io.atlasmap.v2.PropertyField cloneField(io.atlasmap.v2.Field field)
throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionpublic void setDocName(String docName)
setDocName in interface io.atlasmap.spi.AtlasModulesetDocName in class BaseAtlasModulepublic String getDocName()
getDocName in interface io.atlasmap.spi.AtlasModulegetDocName in class BaseAtlasModuleCopyright © 2021 JBoss by Red Hat. All rights reserved.