Uses of Interface
io.atlasmap.api.AtlasSession
Packages that use AtlasSession
Package
Description
-
Uses of AtlasSession in io.atlasmap.api
Methods in io.atlasmap.api that return AtlasSessionMethods in io.atlasmap.api with parameters of type AtlasSessionModifier and TypeMethodDescriptionvoid
AtlasContext.process
(AtlasSession session) void
AtlasContext.processValidation
(AtlasSession session) void
AtlasMappingBuilder.setAtlasSession
(AtlasSession session) SetAtlasSession
. -
Uses of AtlasSession in io.atlasmap.builder
Methods in io.atlasmap.builder that return AtlasSessionModifier and TypeMethodDescriptionDefaultAtlasMappingBuilder.getAtlasSession()
GetDefaultAtlasSession
.Methods in io.atlasmap.builder with parameters of type AtlasSessionModifier and TypeMethodDescriptionvoid
DefaultAtlasMappingBuilder.setAtlasSession
(AtlasSession session) -
Uses of AtlasSession in io.atlasmap.core
Classes in io.atlasmap.core that implement AtlasSessionMethods in io.atlasmap.core that return AtlasSessionModifier and TypeMethodDescriptionDefaultAtlasContext.createSession()
DefaultAtlasContext.createSession
(AtlasMapping mappingDefinition) Methods in io.atlasmap.core with parameters of type AtlasSessionModifier 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
Subinterfaces of AtlasSession in io.atlasmap.spiMethods in io.atlasmap.spi with parameters of type AtlasSessionModifier 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
Methods in org.apache.camel.component.atlasmap with parameters of type AtlasSessionModifier and TypeMethodDescriptionvoid
CamelAtlasPropertyStrategy.readProperty
(AtlasSession session, PropertyField propertyField) void
CamelAtlasPropertyStrategy.writeProperty
(AtlasSession session, PropertyField propertyField)