public static interface AtlasInternalSession.Head
Modifier and Type | Method and Description |
---|---|
AtlasInternalSession.Head |
addAudit(io.atlasmap.v2.AuditStatus status,
String docId,
String path,
String format) |
List<io.atlasmap.v2.Audit> |
getAudits() |
io.atlasmap.v2.LookupTable |
getLookupTable() |
io.atlasmap.v2.Mapping |
getMapping() |
io.atlasmap.v2.Field |
getSourceField() |
io.atlasmap.v2.Field |
getTargetField() |
boolean |
hasError() |
AtlasInternalSession.Head |
setLookupTable(io.atlasmap.v2.LookupTable table) |
AtlasInternalSession.Head |
setMapping(io.atlasmap.v2.Mapping mapping) |
AtlasInternalSession.Head |
setSourceField(io.atlasmap.v2.Field sourceField) |
AtlasInternalSession.Head |
setTargetField(io.atlasmap.v2.Field targetField) |
AtlasInternalSession.Head |
unset() |
io.atlasmap.v2.Mapping getMapping()
io.atlasmap.v2.Field getSourceField()
io.atlasmap.v2.Field getTargetField()
io.atlasmap.v2.LookupTable getLookupTable()
AtlasInternalSession.Head setMapping(io.atlasmap.v2.Mapping mapping)
AtlasInternalSession.Head setLookupTable(io.atlasmap.v2.LookupTable table)
AtlasInternalSession.Head setSourceField(io.atlasmap.v2.Field sourceField)
AtlasInternalSession.Head setTargetField(io.atlasmap.v2.Field targetField)
AtlasInternalSession.Head unset()
boolean hasError()
AtlasInternalSession.Head addAudit(io.atlasmap.v2.AuditStatus status, String docId, String path, String format)
List<io.atlasmap.v2.Audit> getAudits()
Copyright © 2019 JBoss by Red Hat. All rights reserved.