Uses of Annotation Interface
org.neo4j.driver.util.Preview
Packages that use Preview
-
Uses of Preview in org.neo4j.driver
Classes in org.neo4j.driver with annotations of type PreviewModifier and TypeInterfaceDescriptioninterfaceAn opaque container for client certificate used for mTLS.interfaceA manager ofClientCertificateinstances used by the driver for mTLS.final classImplementations ofClientCertificateManager.final classCreates new instances ofClientCertificate.enumNotification classification.interfaceA notification configuration defining what notifications should be supplied by the server.interfaceAClientCertificateManagerthat supports rotating itsClientCertificate.Fields in org.neo4j.driver with annotations of type PreviewModifier and TypeFieldDescriptionstatic final NotificationSeverityNotificationSeverity.OFFA special severity level used in configuration to turn off all notifications.Methods in org.neo4j.driver with annotations of type PreviewModifier and TypeMethodDescriptionConfig.disabledNotificationClassifications()Returns a set of disabled notification classifications.SessionConfig.disabledNotificationClassifications()Returns a set of disabled notification classifications.static DriverGraphDatabase.driver(String uri, AuthTokenManager authTokenManager, ClientCertificateManager clientCertificateManager) Returns a driver for a Neo4j instance with the providedAuthTokenManagerandClientCertificateManager.static DriverGraphDatabase.driver(String uri, AuthTokenManager authTokenManager, ClientCertificateManager clientCertificateManager, Config config) Returns a driver for a Neo4j instance with the providedAuthTokenManager,ClientCertificateManagerand driverConfig.static DriverGraphDatabase.driver(String uri, AuthToken authToken, ClientCertificateManager clientCertificateManager) Returns a driver for a Neo4j instance with the providedAuthTokenandClientCertificateManager.static DriverGraphDatabase.driver(String uri, AuthToken authToken, ClientCertificateManager clientCertificateManager, Config config) Returns a driver for a Neo4j instance with the providedAuthToken,ClientCertificateManagerand driverConfig.static DriverGraphDatabase.driver(String uri, ClientCertificateManager clientCertificateManager) Returns a driver for a Neo4j instance with the providedClientCertificateManager.static DriverGraphDatabase.driver(String uri, ClientCertificateManager clientCertificateManager, Config config) Returns a driver for a Neo4j instance with the providedClientCertificateManagerand driverConfig.static DriverGraphDatabase.driver(URI uri, AuthTokenManager authTokenManager, ClientCertificateManager clientCertificateManager) Returns a driver for a Neo4j instance with the providedAuthTokenManagerandClientCertificateManager.static DriverGraphDatabase.driver(URI uri, AuthTokenManager authTokenManager, ClientCertificateManager clientCertificateManager, Config config) Returns a driver for a Neo4j instance with the providedAuthTokenManager,ClientCertificateManagerand driverConfig.static DriverGraphDatabase.driver(URI uri, AuthToken authToken, ClientCertificateManager clientCertificateManager) Returns a driver for a Neo4j instance with the providedAuthTokenandClientCertificateManager.static DriverGraphDatabase.driver(URI uri, AuthToken authToken, ClientCertificateManager clientCertificateManager, Config config) Returns a driver for a Neo4j instance with the providedAuthToken,ClientCertificateManagerand driverConfig.static DriverGraphDatabase.driver(URI uri, ClientCertificateManager clientCertificateManager) Returns a driver for a Neo4j instance with the providedClientCertificateManager.static DriverGraphDatabase.driver(URI uri, ClientCertificateManager clientCertificateManager, Config config) Returns a driver for a Neo4j instance with the providedClientCertificateManagerand driverConfig.Config.minimumNotificationSeverity()Returns a minimum notification severity.SessionConfig.minimumNotificationSeverity()Returns a minimum notification severity.Config.ConfigBuilder.withDisabledNotificationClassifications(Set<NotificationClassification> disabledNotificationClassifications) Sets a set of disabled classifications for notifications produced by the server.SessionConfig.Builder.withDisabledNotificationClassifications(Set<NotificationClassification> disabledNotificationClassifications) Sets a set of disabled classifications for notifications produced by the server.Config.ConfigBuilder.withMinimumNotificationSeverity(NotificationSeverity minimumNotificationSeverity) Sets a minimum severity for notifications produced by the server.SessionConfig.Builder.withMinimumNotificationSeverity(NotificationSeverity minimumNotificationSeverity) Sets a minimum severity for notifications produced by the server. -
Uses of Preview in org.neo4j.driver.exceptions
Methods in org.neo4j.driver.exceptions with annotations of type PreviewModifier and TypeMethodDescriptionNeo4jException.classification()Returns the error classification as aGqlStatusErrorClassificationenum value.Neo4jException.diagnosticRecord()Returns the GQL diagnostic record.Neo4jException.gqlCause()Returns the GQL error cause.Neo4jException.gqlStatus()Returns the GQLSTATUS as defined by the GQL standard.Neo4jException.rawClassification()Returns the error classification as aStringvalue.Neo4jException.statusDescription()Returns the GQLSTATUS description.Constructors in org.neo4j.driver.exceptions with annotations of type PreviewModifierConstructorDescriptionAuthenticationException(String gqlStatus, String statusDescription, String code, String message, Map<String, Value> diagnosticRecord, Throwable cause) Creates a new instance.AuthorizationExpiredException(String gqlStatus, String statusDescription, String code, String message, Map<String, Value> diagnosticRecord, Throwable cause) Creates a new instance.ClientException(String gqlStatus, String statusDescription, String code, String message, Map<String, Value> diagnosticRecord, Throwable cause) Creates a new instance.DatabaseException(String gqlStatus, String statusDescription, String code, String message, Map<String, Value> diagnosticRecord, Throwable cause) Creates a new instance.FatalDiscoveryException(String gqlStatus, String statusDescription, String code, String message, Map<String, Value> diagnosticRecord, Throwable cause) Creates a new instance.Neo4jException(String gqlStatus, String statusDescription, String code, String message, Map<String, Value> diagnosticRecord, Throwable cause) Creates a new instance.SecurityException(String gqlStatus, String statusDescription, String code, String message, Map<String, Value> diagnosticRecord, Throwable cause) Creates a new instance.TokenExpiredException(String gqlStatus, String statusDescription, String code, String message, Map<String, Value> diagnosticRecord, Throwable cause) Creates a new instance.TransactionTerminatedException(String gqlStatus, String statusDescription, String code, String message, Map<String, Value> diagnosticRecord, Throwable cause) Creates a new instance.TransientException(String gqlStatus, String statusDescription, String code, String message, Map<String, Value> diagnosticRecord, Throwable cause) Creates a new instance. -
Uses of Preview in org.neo4j.driver.summary
Classes in org.neo4j.driver.summary with annotations of type PreviewModifier and TypeInterfaceDescriptioninterfaceThe GQL-status object as defined by the GQL standard.Methods in org.neo4j.driver.summary with annotations of type PreviewModifier and TypeMethodDescriptiondefault Optional<NotificationClassification>Notification.classification()ReturnsNotificationClassificationderived from the diagnostic record.ResultSummary.gqlStatusObjects()Returns a sequenced set of GQL-status objects resulting from the request execution.default Optional<InputPosition>Notification.inputPosition()Returns a position in the query where this notification points to.Notification.rawClassification()Returns notification classification from the diagnostic record as aStringvalue retrieved directly from the diagnostic record.