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 TypeClassDescriptionenum
Notification classification.interface
A notification configuration defining what notifications should be supplied by the server.Fields in org.neo4j.driver with annotations of type PreviewModifier and TypeFieldDescriptionstatic final NotificationSeverity
NotificationSeverity.OFF
A 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.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 aGqlStatusErrorClassification
enum 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 aString
value.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 TypeInterfaceDescriptioninterface
The 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()
ReturnsNotificationClassification
derived 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 aString
value retrieved directly from the diagnostic record.