Package io.atlasmap.api
Interface AtlasContext
- All Known Implementing Classes:
DefaultAtlasContext
public interface AtlasContext
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(AtlasSession session) processPreview(Mapping mapping) Deprecated.voidprocessValidation(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)