Uses of Interface
io.atlasmap.api.AtlasSession
Package
Description
-
Uses of AtlasSession in io.atlasmap.api
Modifier and TypeMethodDescriptionvoid
AtlasContext.process
(AtlasSession session) void
AtlasContext.processValidation
(AtlasSession session) void
AtlasMappingBuilder.setAtlasSession
(AtlasSession session) SetAtlasSession
. -
Uses of AtlasSession in io.atlasmap.builder
Modifier and TypeMethodDescriptionDefaultAtlasMappingBuilder.getAtlasSession()
GetDefaultAtlasSession
.Modifier and TypeMethodDescriptionvoid
DefaultAtlasMappingBuilder.setAtlasSession
(AtlasSession session) -
Uses of AtlasSession in io.atlasmap.core
Modifier and TypeMethodDescriptionDefaultAtlasContext.createSession()
DefaultAtlasContext.createSession
(AtlasMapping mappingDefinition) Modifier and TypeMethodDescriptionstatic void
AtlasUtil.addAudit
(AtlasSession session, Validation validation) void
DefaultAtlasContext.process
(AtlasSession userSession) Process session lifecycle.void
DefaultAtlasContext.processValidation
(AtlasSession userSession) void
DefaultAtlasPropertyStrategy.readProperty
(AtlasSession session, PropertyField propertyField) protected void
DefaultAtlasContext.setDefaultSessionProperties
(AtlasSession session) void
DefaultAtlasPropertyStrategy.writeProperty
(AtlasSession session, PropertyField propertyField) -
Uses of AtlasSession in io.atlasmap.spi
Modifier and TypeMethodDescriptionvoid
AtlasPropertyStrategy.readProperty
(AtlasSession session, PropertyField propertyField) Read a source property value and set into source Field.void
AtlasPropertyStrategy.writeProperty
(AtlasSession session, PropertyField propertyField) Write a target property value from target Field. -
Uses of AtlasSession in org.apache.camel.component.atlasmap
Modifier and TypeMethodDescriptionvoid
CamelAtlasPropertyStrategy.readProperty
(AtlasSession session, PropertyField propertyField) void
CamelAtlasPropertyStrategy.writeProperty
(AtlasSession session, PropertyField propertyField)