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 AuditStatusAtlasUtil.toAuditStatus(ValidationStatus vstatus) Methods in io.atlasmap.core with parameters of type AuditStatusModifier and TypeMethodDescriptionstatic voidAtlasUtil.addAudit(AtlasInternalSession session, Field field, String message, AuditStatus status, String value) static voidAtlasUtil.addAudit(AtlasInternalSession session, String docId, String message, AuditStatus status, String value) static AuditAtlasUtil.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 AuditStatusAudit.getStatus()Gets the value of the status property.static AuditStatusReturns 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 TypeMethodDescriptionvoidAudit.setStatus(AuditStatus value) Sets the value of the status property.