Uses of Enum Class
io.atlasmap.v2.AuditStatus
Packages that use AuditStatus
-
Uses of AuditStatus in io.atlasmap.core
Methods in io.atlasmap.core that return AuditStatusModifier and TypeMethodDescriptionstatic AuditStatus
AtlasUtil.toAuditStatus
(ValidationStatus vstatus) Methods in io.atlasmap.core with parameters of type AuditStatusModifier 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
Methods in io.atlasmap.spi with parameters of type AuditStatusModifier and TypeMethodDescriptionAtlasInternalSession.Head.addAudit
(AuditStatus status, Field field, String message) -
Uses of AuditStatus in io.atlasmap.v2
Fields in io.atlasmap.v2 declared as AuditStatusMethods in io.atlasmap.v2 that return AuditStatusModifier 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.Methods in io.atlasmap.v2 with parameters of type AuditStatusModifier and TypeMethodDescriptionvoid
Audit.setStatus
(AuditStatus value) Sets the value of the status property.