Package io.atlasmap.api
Interface AtlasContext
- All Known Implementing Classes:
DefaultAtlasContext
public interface AtlasContext
-
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(AtlasSession session) processPreview
(Mapping mapping) Deprecated.void
processValidation
(AtlasSession session)
-
Method Details
-
getContextFactory
AtlasContextFactory getContextFactory() -
createSession
- Throws:
AtlasException
-
process
- Throws:
AtlasException
-
processValidation
- Throws:
AtlasException
-
processPreview
Deprecated.UseAtlasPreviewContext#processPreview(Mapping)
- Parameters:
mapping
- A mapping item to process preview- Returns:
- A list of audit log
- Throws:
AtlasException
-
AtlasPreviewContext#processPreview(Mapping)