Skip navigation links
A B C D E F G H I L P R S U V W 

A

addAudit(AuditStatus, String, String, String) - Method in interface io.atlasmap.spi.AtlasInternalSession.Head
 
AtlasActionProcessor - Annotation Type in io.atlasmap.spi
 
AtlasCollectionHelper - Interface in io.atlasmap.spi
 
AtlasCombineStrategy - Interface in io.atlasmap.spi
Deprecated.
COMBINE/SEPARATE mode has been deprecated. Use transformations with multiple field selection.
AtlasConstants - Class in io.atlasmap.api
 
AtlasContext - Interface in io.atlasmap.api
 
AtlasContextFactory - Interface in io.atlasmap.api
 
AtlasContextFactoryMXBean - Interface in io.atlasmap.mxbean
 
AtlasContextMXBean - Interface in io.atlasmap.mxbean
 
AtlasConversionConcern - Enum in io.atlasmap.spi
 
AtlasConversionException - Exception in io.atlasmap.api
 
AtlasConversionException() - Constructor for exception io.atlasmap.api.AtlasConversionException
 
AtlasConversionException(String, Throwable) - Constructor for exception io.atlasmap.api.AtlasConversionException
 
AtlasConversionException(String) - Constructor for exception io.atlasmap.api.AtlasConversionException
 
AtlasConversionException(Throwable) - Constructor for exception io.atlasmap.api.AtlasConversionException
 
AtlasConversionInfo - Annotation Type in io.atlasmap.spi
 
AtlasConversionService - Interface in io.atlasmap.spi
 
AtlasConverter<T> - Interface in io.atlasmap.api
Deprecated.
AtlasConverter<T> - Interface in io.atlasmap.spi
 
AtlasException - Exception in io.atlasmap.api
 
AtlasException() - Constructor for exception io.atlasmap.api.AtlasException
 
AtlasException(String, Throwable) - Constructor for exception io.atlasmap.api.AtlasException
 
AtlasException(String) - Constructor for exception io.atlasmap.api.AtlasException
 
AtlasException(Throwable) - Constructor for exception io.atlasmap.api.AtlasException
 
AtlasFieldAction - Interface in io.atlasmap.api
Deprecated.
AtlasFieldAction - Interface in io.atlasmap.spi
 
AtlasFieldActionInfo - Annotation Type in io.atlasmap.spi
Deprecated.
AtlasFieldActionService - Interface in io.atlasmap.spi
 
AtlasFieldReader - Interface in io.atlasmap.spi
 
AtlasFieldWriter - Interface in io.atlasmap.spi
 
AtlasInternalSession - Interface in io.atlasmap.spi
 
AtlasInternalSession.Head - Interface in io.atlasmap.spi
 
AtlasModule - Interface in io.atlasmap.spi
A SPI contract between AtlasMap core and modules.
AtlasModuleDetail - Annotation Type in io.atlasmap.spi
 
AtlasModuleInfo - Interface in io.atlasmap.spi
 
AtlasModuleInfoMXBean - Interface in io.atlasmap.mxbean
 
AtlasModuleInfoRegistry - Interface in io.atlasmap.spi
 
AtlasModuleMode - Enum in io.atlasmap.spi
 
AtlasModuleMXBean - Interface in io.atlasmap.mxbean
 
AtlasNotFoundException - Exception in io.atlasmap.api
 
AtlasNotFoundException() - Constructor for exception io.atlasmap.api.AtlasNotFoundException
 
AtlasNotFoundException(String, Throwable) - Constructor for exception io.atlasmap.api.AtlasNotFoundException
 
AtlasNotFoundException(String) - Constructor for exception io.atlasmap.api.AtlasNotFoundException
 
AtlasNotFoundException(Throwable) - Constructor for exception io.atlasmap.api.AtlasNotFoundException
 
AtlasPropertyStrategy - Interface in io.atlasmap.spi
 
AtlasPropertyType - Enum in io.atlasmap.spi
 
AtlasSeparateStrategy - Interface in io.atlasmap.spi
Deprecated.
COMBINE/SEPARATE mode has been deprecated. Use transformations with multiple field selection.
AtlasSession - Interface in io.atlasmap.api
 
AtlasUnsupportedException - Exception in io.atlasmap.api
 
AtlasUnsupportedException() - Constructor for exception io.atlasmap.api.AtlasUnsupportedException
 
AtlasUnsupportedException(String, Throwable) - Constructor for exception io.atlasmap.api.AtlasUnsupportedException
 
AtlasUnsupportedException(String) - Constructor for exception io.atlasmap.api.AtlasUnsupportedException
 
AtlasUnsupportedException(Throwable) - Constructor for exception io.atlasmap.api.AtlasUnsupportedException
 
AtlasValidationException - Exception in io.atlasmap.api
 
AtlasValidationException() - Constructor for exception io.atlasmap.api.AtlasValidationException
 
AtlasValidationException(String, Throwable) - Constructor for exception io.atlasmap.api.AtlasValidationException
 
AtlasValidationException(String) - Constructor for exception io.atlasmap.api.AtlasValidationException
 
AtlasValidationException(Throwable) - Constructor for exception io.atlasmap.api.AtlasValidationException
 
AtlasValidationService - Interface in io.atlasmap.api
 
AtlasValidator - Interface in io.atlasmap.spi
 

B

boxOrUnboxPrimitive(Class<?>) - Method in interface io.atlasmap.spi.AtlasConversionService
 
boxOrUnboxPrimitive(String) - Method in interface io.atlasmap.spi.AtlasConversionService
 

C

classFromFieldType(FieldType) - Method in interface io.atlasmap.spi.AtlasConversionService
 
cloneField(Field) - Method in interface io.atlasmap.spi.AtlasModule
 
combineValues(Map<Integer, String>) - Method in interface io.atlasmap.spi.AtlasCombineStrategy
Deprecated.
 
combineValues(Map<Integer, String>, StringDelimiter) - Method in interface io.atlasmap.spi.AtlasCombineStrategy
Deprecated.
 
combineValues(Map<Integer, String>, StringDelimiter, Integer) - Method in interface io.atlasmap.spi.AtlasCombineStrategy
Deprecated.
 
combineValues(Map<Integer, String>, String) - Method in interface io.atlasmap.spi.AtlasCombineStrategy
Deprecated.
 
convertType(Object, FieldType, FieldType) - Method in interface io.atlasmap.spi.AtlasConversionService
Perform type conversion with specifying FieldType.
convertType(Object, String, FieldType, String) - Method in interface io.atlasmap.spi.AtlasConversionService
Perform type conversion with specifying FieldType.
convertType(Object, String, Class<?>, String) - Method in interface io.atlasmap.spi.AtlasConversionService
Perform type conversion with specifying target Class regardless of AtlasMap FieldType.
copyCollectionIndexes(Field, Field, Field, Field) - Method in interface io.atlasmap.spi.AtlasCollectionHelper
Copies over collection indexes from source to target applying adjustments if collection counts differ
copyPrimitive(Object) - Method in interface io.atlasmap.spi.AtlasConversionService
 
create(List<Expression>) - Method in interface io.atlasmap.spi.FunctionFactory
 
createContext(File) - Method in interface io.atlasmap.api.AtlasContextFactory
 
createContext(URI) - Method in interface io.atlasmap.api.AtlasContextFactory
 
createSession() - Method in interface io.atlasmap.api.AtlasContext
 

D

DEFAULT_SOURCE_DOCUMENT_ID - Static variable in class io.atlasmap.api.AtlasConstants
 
DEFAULT_TARGET_DOCUMENT_ID - Static variable in class io.atlasmap.api.AtlasConstants
 
destroy() - Method in interface io.atlasmap.api.AtlasContextFactory
 
destroy() - Method in interface io.atlasmap.spi.AtlasModule
 
determineSourceCollectionCount(Field, Field) - Method in interface io.atlasmap.spi.AtlasCollectionHelper
Determines source collection count based on path and actions
determineTargetCollectionCount(Field) - Method in interface io.atlasmap.spi.AtlasCollectionHelper
Determines target collection count based on path and actions

E

errorCount() - Method in interface io.atlasmap.api.AtlasSession
 

F

FieldDirection - Enum in io.atlasmap.spi
 
fieldTypeFromClass(Class<?>) - Method in interface io.atlasmap.spi.AtlasConversionService
 
fieldTypeFromClass(String) - Method in interface io.atlasmap.spi.AtlasConversionService
 
findActionDetail(Action, FieldType) - Method in interface io.atlasmap.spi.AtlasFieldActionService
 
findMatchingConverter(FieldType, FieldType) - Method in interface io.atlasmap.spi.AtlasConversionService
 
findMatchingConverter(String, String) - Method in interface io.atlasmap.spi.AtlasConversionService
 
fromName(String) - Static method in enum io.atlasmap.spi.StringDelimiter
 
fromValue(String) - Static method in enum io.atlasmap.spi.AtlasConversionConcern
 
fromValue(String) - Static method in enum io.atlasmap.spi.AtlasModuleMode
 
fromValue(String) - Static method in enum io.atlasmap.spi.AtlasPropertyType
 
FunctionFactory - Interface in io.atlasmap.spi
 

G

getAll() - Method in interface io.atlasmap.spi.AtlasModuleInfoRegistry
 
getAll() - Static method in enum io.atlasmap.spi.AtlasPropertyType
 
getAllNames() - Static method in enum io.atlasmap.spi.StringDelimiter
 
getAllRegexes() - Static method in enum io.atlasmap.spi.StringDelimiter
 
getAllValues() - Static method in enum io.atlasmap.spi.AtlasPropertyType
 
getAtlasContext() - Method in interface io.atlasmap.api.AtlasSession
 
getAudits() - Method in interface io.atlasmap.api.AtlasSession
 
getAudits() - Method in interface io.atlasmap.spi.AtlasInternalSession.Head
 
getClassLoader() - Method in interface io.atlasmap.spi.AtlasModule
 
getClassName() - Method in interface io.atlasmap.mxbean.AtlasContextFactoryMXBean
 
getClassName() - Method in interface io.atlasmap.mxbean.AtlasContextMXBean
 
getClassName() - Method in interface io.atlasmap.mxbean.AtlasModuleInfoMXBean
 
getClassName() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getCollectionHelper() - Method in interface io.atlasmap.spi.AtlasModule
 
getCombineStrategy() - Method in interface io.atlasmap.api.AtlasContextFactory
 
getContextFactory() - Method in interface io.atlasmap.api.AtlasContext
 
getConversionService() - Method in interface io.atlasmap.api.AtlasContextFactory
 
getConversionService() - Method in interface io.atlasmap.spi.AtlasModule
 
getDataFormats() - Method in interface io.atlasmap.mxbean.AtlasModuleInfoMXBean
 
getDataFormats() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getDataFormats() - Method in interface io.atlasmap.spi.AtlasModuleInfo
 
getDataSourceMetadata() - Method in interface io.atlasmap.spi.AtlasModule
 
getDefaultSourceDocument() - Method in interface io.atlasmap.api.AtlasSession
 
getDefaultTargetDocument() - Method in interface io.atlasmap.api.AtlasSession
 
getDelimiter() - Method in interface io.atlasmap.spi.AtlasCombineStrategy
Deprecated.
 
getDelimiter() - Method in interface io.atlasmap.spi.AtlasSeparateStrategy
Deprecated.
 
getDocId() - Method in interface io.atlasmap.spi.AtlasModule
 
getFieldActionService() - Method in interface io.atlasmap.api.AtlasContextFactory
 
getFieldActionService() - Method in interface io.atlasmap.spi.AtlasModule
 
getFieldReader(String) - Method in interface io.atlasmap.spi.AtlasInternalSession
 
getFieldReader(String, Class<T>) - Method in interface io.atlasmap.spi.AtlasInternalSession
 
getFieldWriter(String) - Method in interface io.atlasmap.spi.AtlasInternalSession
 
getFieldWriter(String, Class<T>) - Method in interface io.atlasmap.spi.AtlasInternalSession
 
getLimit() - Method in interface io.atlasmap.spi.AtlasCombineStrategy
Deprecated.
 
getLimit() - Method in interface io.atlasmap.spi.AtlasSeparateStrategy
Deprecated.
 
getLookupTable() - Method in interface io.atlasmap.spi.AtlasInternalSession.Head
 
getMapping() - Method in interface io.atlasmap.api.AtlasSession
 
getMapping() - Method in interface io.atlasmap.spi.AtlasInternalSession.Head
 
getMappingName() - Method in interface io.atlasmap.mxbean.AtlasContextMXBean
 
getMappingUri() - Method in interface io.atlasmap.mxbean.AtlasContextMXBean
 
getMessage(AtlasConversionInfo) - Method in enum io.atlasmap.spi.AtlasConversionConcern
 
getMode() - Method in interface io.atlasmap.spi.AtlasModule
 
getModeName() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getModuleClass() - Method in interface io.atlasmap.spi.AtlasModuleInfo
 
getModuleClassName() - Method in interface io.atlasmap.mxbean.AtlasModuleInfoMXBean
 
getName() - Method in interface io.atlasmap.mxbean.AtlasModuleInfoMXBean
 
getName() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getName() - Method in interface io.atlasmap.spi.AtlasCombineStrategy
Deprecated.
 
getName() - Method in interface io.atlasmap.spi.AtlasModuleInfo
 
getName() - Method in interface io.atlasmap.spi.AtlasSeparateStrategy
Deprecated.
 
getName() - Method in interface io.atlasmap.spi.FunctionFactory
 
getName() - Method in enum io.atlasmap.spi.StringDelimiter
 
getPackageNames() - Method in interface io.atlasmap.mxbean.AtlasModuleInfoMXBean
 
getPackageNames() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getPackageNames() - Method in interface io.atlasmap.spi.AtlasModuleInfo
 
getProperties() - Method in interface io.atlasmap.api.AtlasContextFactory
 
getProperties() - Method in interface io.atlasmap.api.AtlasSession
 
getPropertyStrategy() - Method in interface io.atlasmap.api.AtlasContextFactory
 
getRegex() - Method in enum io.atlasmap.spi.StringDelimiter
 
getSeparateStrategy() - Method in interface io.atlasmap.api.AtlasContextFactory
 
getSourceCount() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getSourceDocument(String) - Method in interface io.atlasmap.api.AtlasSession
 
getSourceDocumentMap() - Method in interface io.atlasmap.api.AtlasSession
 
getSourceErrorCount() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getSourceField() - Method in interface io.atlasmap.spi.AtlasInternalSession.Head
 
getSourceMaxExecutionTime() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getSourceMinExecutionTime() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getSourceSuccessCount() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getSourceTotalExecutionTime() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getTargetCount() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getTargetDocument(String) - Method in interface io.atlasmap.api.AtlasSession
 
getTargetDocumentMap() - Method in interface io.atlasmap.api.AtlasSession
 
getTargetErrorCount() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getTargetField() - Method in interface io.atlasmap.spi.AtlasInternalSession.Head
 
getTargetMaxExecutionTime() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getTargetMinExecutionTime() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getTargetSuccessCount() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getTargetTotalExecutionTime() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getThreadName() - Method in interface io.atlasmap.mxbean.AtlasContextFactoryMXBean
 
getThreadName() - Method in interface io.atlasmap.mxbean.AtlasContextMXBean
 
getUri() - Method in interface io.atlasmap.spi.AtlasModule
 
getUri() - Method in interface io.atlasmap.spi.AtlasModuleInfo
 
getUriDataType() - Method in interface io.atlasmap.spi.AtlasModule
 
getUriParameters() - Method in interface io.atlasmap.spi.AtlasModule
 
getUuid() - Method in interface io.atlasmap.mxbean.AtlasContextFactoryMXBean
 
getUuid() - Method in interface io.atlasmap.mxbean.AtlasContextMXBean
 
getUuid() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
getValidations() - Method in interface io.atlasmap.api.AtlasSession
 
getValidationService() - Method in interface io.atlasmap.api.AtlasContextFactory
 
getValue() - Method in enum io.atlasmap.spi.StringDelimiter
 
getVersion() - Method in interface io.atlasmap.mxbean.AtlasContextFactoryMXBean
 
getVersion() - Method in interface io.atlasmap.mxbean.AtlasContextMXBean
 
getVersion() - Method in interface io.atlasmap.mxbean.AtlasModuleInfoMXBean
 
getVersion() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 

H

hasError() - Method in interface io.atlasmap.spi.AtlasInternalSession.Head
 
hasErrors() - Method in interface io.atlasmap.api.AtlasSession
 
hasSourceDocument(String) - Method in interface io.atlasmap.api.AtlasSession
 
hasTargetDocument(String) - Method in interface io.atlasmap.api.AtlasSession
 
hasWarns() - Method in interface io.atlasmap.api.AtlasSession
 
head() - Method in interface io.atlasmap.spi.AtlasInternalSession
 

I

init() - Method in interface io.atlasmap.api.AtlasContextFactory
 
init() - Method in interface io.atlasmap.spi.AtlasModule
 
io.atlasmap.api - package io.atlasmap.api
 
io.atlasmap.mxbean - package io.atlasmap.mxbean
 
io.atlasmap.spi - package io.atlasmap.spi
 
isAssignableFieldType(FieldType, FieldType) - Method in interface io.atlasmap.spi.AtlasConversionService
 
isBoxedPrimitive(Class<?>) - Method in interface io.atlasmap.spi.AtlasConversionService
 
isConvertionAvailableFor(Object, Class<?>) - Method in interface io.atlasmap.spi.AtlasConversionService
 
isPrimitive(String) - Method in interface io.atlasmap.spi.AtlasConversionService
 
isPrimitive(Class<?>) - Method in interface io.atlasmap.spi.AtlasConversionService
 
isPrimitive(FieldType) - Method in interface io.atlasmap.spi.AtlasConversionService
 
isSourceSupported() - Method in interface io.atlasmap.mxbean.AtlasModuleInfoMXBean
 
isSourceSupported() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
isSourceSupported() - Method in interface io.atlasmap.spi.AtlasModuleInfo
 
isStatisticsEnabled() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
isStatisticsEnabled() - Method in interface io.atlasmap.spi.AtlasModule
 
isStatisticsSupported() - Method in interface io.atlasmap.spi.AtlasModule
 
isSupportedField(Field) - Method in interface io.atlasmap.spi.AtlasModule
 
isTargetSupported() - Method in interface io.atlasmap.mxbean.AtlasModuleInfoMXBean
 
isTargetSupported() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
isTargetSupported() - Method in interface io.atlasmap.spi.AtlasModuleInfo
 

L

listActionDetails() - Method in interface io.atlasmap.spi.AtlasFieldActionService
 
listSupportedModes() - Method in interface io.atlasmap.spi.AtlasModule
 
lookupByUri(String) - Method in interface io.atlasmap.spi.AtlasModuleInfoRegistry
 

P

populateTargetField(AtlasInternalSession) - Method in interface io.atlasmap.spi.AtlasModule
Populate target field value, usually by just copy from source field value.
process(AtlasSession) - Method in interface io.atlasmap.api.AtlasContext
 
processActions(AtlasInternalSession, Field) - Method in interface io.atlasmap.spi.AtlasFieldActionService
 
processPostSourceExecution(AtlasInternalSession) - Method in interface io.atlasmap.spi.AtlasModule
 
processPostTargetExecution(AtlasInternalSession) - Method in interface io.atlasmap.spi.AtlasModule
 
processPostValidation(AtlasInternalSession) - Method in interface io.atlasmap.spi.AtlasModule
 
processPreSourceExecution(AtlasInternalSession) - Method in interface io.atlasmap.spi.AtlasModule
 
processPreTargetExecution(AtlasInternalSession) - Method in interface io.atlasmap.spi.AtlasModule
 
processPreValidation(AtlasInternalSession) - Method in interface io.atlasmap.spi.AtlasModule
 
processPreview(Mapping) - Method in interface io.atlasmap.api.AtlasContext
 
processPropertyField(AtlasMapping, PropertyField, Map<String, Object>) - Method in interface io.atlasmap.spi.AtlasPropertyStrategy
 
processValidation(AtlasSession) - Method in interface io.atlasmap.api.AtlasContext
 

R

read(AtlasInternalSession) - Method in interface io.atlasmap.spi.AtlasFieldReader
 
readAndResetStatistics() - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
readSourceValue(AtlasInternalSession) - Method in interface io.atlasmap.spi.AtlasModule
Read source field value from source document and store into source field object.
register(AtlasModuleInfo) - Method in interface io.atlasmap.spi.AtlasModuleInfoRegistry
 
removeFieldReader(String) - Method in interface io.atlasmap.spi.AtlasInternalSession
 
removeFieldWriter(String) - Method in interface io.atlasmap.spi.AtlasInternalSession
 

S

separateValue(String) - Method in interface io.atlasmap.spi.AtlasSeparateStrategy
Deprecated.
 
separateValue(String, StringDelimiter) - Method in interface io.atlasmap.spi.AtlasSeparateStrategy
Deprecated.
 
separateValue(String, StringDelimiter, Integer) - Method in interface io.atlasmap.spi.AtlasSeparateStrategy
Deprecated.
 
setAtlasContext(AtlasContext) - Method in interface io.atlasmap.api.AtlasSession
 
setAudits(Audits) - Method in interface io.atlasmap.api.AtlasSession
 
setClassLoader(ClassLoader) - Method in interface io.atlasmap.spi.AtlasModule
 
setConversionService(AtlasConversionService) - Method in interface io.atlasmap.spi.AtlasModule
 
setDataSourceMetadata(DataSourceMetadata) - Method in interface io.atlasmap.spi.AtlasModule
 
setDefaultSourceDocument(Object) - Method in interface io.atlasmap.api.AtlasSession
 
setDefaultTargetDocument(Object) - Method in interface io.atlasmap.api.AtlasSession
 
setDelimiter(StringDelimiter) - Method in interface io.atlasmap.spi.AtlasCombineStrategy
Deprecated.
 
setDelimiter(StringDelimiter) - Method in interface io.atlasmap.spi.AtlasSeparateStrategy
Deprecated.
 
setDocId(String) - Method in interface io.atlasmap.spi.AtlasModule
 
setFieldActionService(AtlasFieldActionService) - Method in interface io.atlasmap.spi.AtlasModule
 
setFieldReader(String, AtlasFieldReader) - Method in interface io.atlasmap.spi.AtlasInternalSession
 
setFieldWriter(String, AtlasFieldWriter) - Method in interface io.atlasmap.spi.AtlasInternalSession
 
setLimit(Integer) - Method in interface io.atlasmap.spi.AtlasCombineStrategy
Deprecated.
 
setLimit(Integer) - Method in interface io.atlasmap.spi.AtlasSeparateStrategy
Deprecated.
 
setLookupTable(LookupTable) - Method in interface io.atlasmap.spi.AtlasInternalSession.Head
 
setMapping(Mapping) - Method in interface io.atlasmap.spi.AtlasInternalSession.Head
 
setMode(AtlasModuleMode) - Method in interface io.atlasmap.spi.AtlasModule
 
setProperties(Map<String, String>) - Method in interface io.atlasmap.api.AtlasContextFactory
 
setProperties(Properties) - Method in interface io.atlasmap.api.AtlasContextFactory
 
setSourceDocument(String, Object) - Method in interface io.atlasmap.api.AtlasSession
 
setSourceField(Field) - Method in interface io.atlasmap.spi.AtlasInternalSession.Head
 
setStatisticsEnabled(boolean) - Method in interface io.atlasmap.mxbean.AtlasModuleMXBean
 
setTargetDocument(String, Object) - Method in interface io.atlasmap.api.AtlasSession
 
setTargetField(Field) - Method in interface io.atlasmap.spi.AtlasInternalSession.Head
 
setUri(String) - Method in interface io.atlasmap.spi.AtlasModule
 
setValidations(Validations) - Method in interface io.atlasmap.api.AtlasSession
 
size() - Method in interface io.atlasmap.spi.AtlasModuleInfoRegistry
 
StringDelimiter - Enum in io.atlasmap.spi
 
supports(Class<?>) - Method in interface io.atlasmap.spi.AtlasValidator
 

U

unregisterAll() - Method in interface io.atlasmap.spi.AtlasModuleInfoRegistry
 
unset() - Method in interface io.atlasmap.spi.AtlasInternalSession.Head
 

V

validate(Object, List<Validation>, String) - Method in interface io.atlasmap.spi.AtlasValidator
 
validate(Object, List<Validation>, String, ValidationStatus) - Method in interface io.atlasmap.spi.AtlasValidator
 
validateMapping(AtlasMapping) - Method in interface io.atlasmap.api.AtlasValidationService
 
value() - Method in enum io.atlasmap.spi.AtlasConversionConcern
 
value() - Method in enum io.atlasmap.spi.AtlasModuleMode
 
value() - Method in enum io.atlasmap.spi.AtlasPropertyType
 
value() - Method in enum io.atlasmap.spi.FieldDirection
 
valueOf(String) - Static method in enum io.atlasmap.spi.AtlasConversionConcern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.atlasmap.spi.AtlasModuleMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.atlasmap.spi.AtlasPropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.atlasmap.spi.FieldDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.atlasmap.spi.StringDelimiter
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.atlasmap.spi.AtlasConversionConcern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.atlasmap.spi.AtlasModuleMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.atlasmap.spi.AtlasPropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.atlasmap.spi.FieldDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.atlasmap.spi.StringDelimiter
Returns an array containing the constants of this enum type, in the order they are declared.

W

warnCount() - Method in interface io.atlasmap.api.AtlasSession
 
write(AtlasInternalSession) - Method in interface io.atlasmap.spi.AtlasFieldWriter
 
writeTargetValue(AtlasInternalSession) - Method in interface io.atlasmap.spi.AtlasModule
Write target field value into target document.
A B C D E F G H I L P R S U V W 
Skip navigation links

Copyright © 2020 JBoss by Red Hat. All rights reserved.