Package io.atlasmap.core
Class PropertyModule
java.lang.Object
io.atlasmap.core.BaseAtlasModule
io.atlasmap.core.PropertyModule
- All Implemented Interfaces:
AtlasModuleMXBean
,AtlasModule
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncloneField
(Field field) isSupportedField
(Field field) void
void
void
void
void
void
processPreValidation
(AtlasInternalSession session) void
readSourceValue
(AtlasInternalSession session) Read source field value from source document and store into source field object.void
setDocName
(String docName) void
writeTargetValue
(AtlasInternalSession session) Write target field value into target document.Methods inherited from class io.atlasmap.core.BaseAtlasModule
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, setUri
-
Constructor Details
-
PropertyModule
-
-
Method Details
-
processPreValidation
- Throws:
AtlasException
-
processPreSourceExecution
- Throws:
AtlasException
-
readSourceValue
Description copied from interface:AtlasModule
Read source field value from source document and store into source field object.- Parameters:
session
- current session- Throws:
AtlasException
- failed to read source value
-
processPostSourceExecution
- Throws:
AtlasException
-
processPreTargetExecution
- Throws:
AtlasException
-
writeTargetValue
Description copied from interface:AtlasModule
Write target field value into target document.- Parameters:
session
- current session- Throws:
AtlasException
- faield to write target field value
-
processPostTargetExecution
- Throws:
AtlasException
-
processPostValidation
- Specified by:
processPostValidation
in interfaceAtlasModule
- Overrides:
processPostValidation
in classBaseAtlasModule
- Throws:
AtlasException
-
isSupportedField
- Specified by:
isSupportedField
in interfaceAtlasModule
- Overrides:
isSupportedField
in classBaseAtlasModule
-
cloneField
- Throws:
AtlasException
-
setDocName
- Specified by:
setDocName
in interfaceAtlasModule
- Overrides:
setDocName
in classBaseAtlasModule
-
getDocName
- Specified by:
getDocName
in interfaceAtlasModule
- Overrides:
getDocName
in classBaseAtlasModule
-
createField
-