Uses of Class
org.odpi.egeria.connectors.juxt.xtdb.auditlog.XtdbOMRSAuditCode
-
Packages that use XtdbOMRSAuditCode Package Description org.odpi.egeria.connectors.juxt.xtdb.auditlog Defines the audit and error logging messages used by the XTDB repository connector.org.odpi.egeria.connectors.juxt.xtdb.repositoryconnector Defines and implements the XTDB repository connector as an Open Connector Framework (OCF) connector, implementing the repository connector (MetadataCollection) interface. -
-
Uses of XtdbOMRSAuditCode in org.odpi.egeria.connectors.juxt.xtdb.auditlog
Methods in org.odpi.egeria.connectors.juxt.xtdb.auditlog that return XtdbOMRSAuditCode Modifier and Type Method Description static XtdbOMRSAuditCodeXtdbOMRSAuditCode. valueOf(String name)Returns the enum constant of this type with the specified name.static XtdbOMRSAuditCode[]XtdbOMRSAuditCode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of XtdbOMRSAuditCode in org.odpi.egeria.connectors.juxt.xtdb.repositoryconnector
Methods in org.odpi.egeria.connectors.juxt.xtdb.repositoryconnector with parameters of type XtdbOMRSAuditCode Modifier and Type Method Description voidXtdbOMRSRepositoryConnector. logProblem(String className, String methodName, XtdbOMRSAuditCode code, Throwable cause, String... params)Log a problem with the connector, preferring the audit log so long as it is available and only falling back to debug-level logging if it is not.
-