Uses of Enum Class
io.atlasmap.v2.AuditStatus
-
Uses of AuditStatus in io.atlasmap.core
Modifier and TypeMethodDescriptionstatic AuditStatus
AtlasUtil.toAuditStatus
(ValidationStatus vstatus) Modifier and TypeMethodDescriptionstatic void
AtlasUtil.addAudit
(AtlasInternalSession session, Field field, String message, AuditStatus status, String value) static void
AtlasUtil.addAudit
(AtlasInternalSession session, String docId, String message, AuditStatus status, String value) static Audit
AtlasUtil.createAudit
(AuditStatus status, String docId, String docName, String path, String value, String message) -
Uses of AuditStatus in io.atlasmap.spi
Modifier and TypeMethodDescriptionAtlasInternalSession.Head.addAudit
(AuditStatus status, Field field, String message) -
Uses of AuditStatus in io.atlasmap.v2
Modifier and TypeMethodDescriptionstatic AuditStatus
Audit.getStatus()
Gets the value of the status property.static AuditStatus
Returns the enum constant of this class with the specified name.static AuditStatus[]
AuditStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Audit.setStatus
(AuditStatus value) Sets the value of the status property.