Uses of Class
org.odpi.egeria.connectors.juxt.crux.auditlog.CruxOMRSAuditCode
-
Packages that use CruxOMRSAuditCode Package Description org.odpi.egeria.connectors.juxt.crux.auditlog Defines the audit and error logging messages used by the Crux repository connector.org.odpi.egeria.connectors.juxt.crux.repositoryconnector Defines and implements the Crux repository connector as an Open Connector Framework (OCF) connector, implementing the repository connector (MetadataCollection) interface. -
-
Uses of CruxOMRSAuditCode in org.odpi.egeria.connectors.juxt.crux.auditlog
Methods in org.odpi.egeria.connectors.juxt.crux.auditlog that return CruxOMRSAuditCode Modifier and Type Method Description static CruxOMRSAuditCodeCruxOMRSAuditCode. valueOf(String name)Returns the enum constant of this type with the specified name.static CruxOMRSAuditCode[]CruxOMRSAuditCode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CruxOMRSAuditCode in org.odpi.egeria.connectors.juxt.crux.repositoryconnector
Methods in org.odpi.egeria.connectors.juxt.crux.repositoryconnector with parameters of type CruxOMRSAuditCode Modifier and Type Method Description voidCruxOMRSRepositoryConnector. logProblem(String className, String methodName, CruxOMRSAuditCode 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.
-