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 TypeMethodDescriptionvoidAtlasContext.process(AtlasSession session) voidAtlasContext.processValidation(AtlasSession session) voidAtlasMappingBuilder.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 TypeMethodDescriptionvoidDefaultAtlasMappingBuilder.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 voidAtlasUtil.addAudit(AtlasSession session, Validation validation) voidDefaultAtlasContext.process(AtlasSession userSession) Process session lifecycle.voidDefaultAtlasContext.processValidation(AtlasSession userSession) voidDefaultAtlasPropertyStrategy.readProperty(AtlasSession session, PropertyField propertyField) protected voidDefaultAtlasContext.setDefaultSessionProperties(AtlasSession session) voidDefaultAtlasPropertyStrategy.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 TypeMethodDescriptionvoidAtlasPropertyStrategy.readProperty(AtlasSession session, PropertyField propertyField) Read a source property value and set into source Field.voidAtlasPropertyStrategy.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 TypeMethodDescriptionvoidCamelAtlasPropertyStrategy.readProperty(AtlasSession session, PropertyField propertyField) voidCamelAtlasPropertyStrategy.writeProperty(AtlasSession session, PropertyField propertyField)