public interface AtlasContext
Modifier and Type | Method and Description |
---|---|
AtlasSession |
createSession() |
AtlasContextFactory |
getContextFactory() |
void |
process(AtlasSession session) |
io.atlasmap.v2.Audits |
processPreview(io.atlasmap.v2.Mapping mapping)
Deprecated.
Use
AtlasPreviewContext#processPreview(Mapping) |
void |
processValidation(AtlasSession session) |
AtlasContextFactory getContextFactory()
AtlasSession createSession() throws AtlasException
AtlasException
void process(AtlasSession session) throws AtlasException
AtlasException
void processValidation(AtlasSession session) throws AtlasException
AtlasException
@Deprecated io.atlasmap.v2.Audits processPreview(io.atlasmap.v2.Mapping mapping) throws AtlasException
AtlasPreviewContext#processPreview(Mapping)
mapping
- A mapping item to process previewAtlasException
Copyright © 2021 JBoss by Red Hat. All rights reserved.