Skip navigation links
Neo4j
A C D F I M N O P T U V 

A

Admin - Annotation Type in org.neo4j.procedure
This annotation marks a Procedure as only being executable by a user with admin permissions.

C

check() - Method in interface org.neo4j.procedure.TerminationGuard
Check that the surrounding executing query has not yet been terminated or timed out.
Context - Annotation Type in org.neo4j.procedure
This marks a field in a class with Procedure methods as part of the context the procedure is invoked in.

D

DEFAULT_VALUE - Static variable in annotation type org.neo4j.procedure.Name
 
Description - Annotation Type in org.neo4j.procedure
A procedure can optionally be annotated with a @Description("a description").

F

failure() - Method in interface org.neo4j.procedure.ProcedureTransaction
Marks this transaction as failed, which means that it will unconditionally be rolled back when Transaction.close() is called.

I

Internal - Annotation Type in org.neo4j.procedure
This annotation marks a Procedure as being hidden, i.e.

M

Mode - Enum in org.neo4j.procedure
The procedure mode affects how the procedure will execute, and which capabilities it requires.

N

Name - Annotation Type in org.neo4j.procedure
This defines the name of an input argument for a procedure.

O

org.neo4j.procedure - package org.neo4j.procedure
 

P

PerformsWrites - Annotation Type in org.neo4j.procedure
Deprecated.
Procedure - Annotation Type in org.neo4j.procedure
Declares a method as a Procedure, meaning the method can be called from the cypher query language.
ProcedureTransaction - Interface in org.neo4j.procedure
ProcedureTransaction allows to mark a transaction for termination, this will make it so that it can not commit.

T

terminate() - Method in interface org.neo4j.procedure.ProcedureTransaction
Marks this transaction as terminated, which means that it will be, much like in the case of failure, unconditionally rolled back when Transaction.close() is called.
TerminationGuard - Interface in org.neo4j.procedure
TerminationGuard allows a long running procedure to check at regular intervals if the surrounding executing query has been terminated by the user or a database administrator or was timed out for some other reason.

U

UserAggregationFunction - Annotation Type in org.neo4j.procedure
Declares a method as an aggregation function, meaning the method can be called from the cypher query language.
UserAggregationResult - Annotation Type in org.neo4j.procedure
Declares a method as the result method of an aggregation.
UserAggregationUpdate - Annotation Type in org.neo4j.procedure
Declares a method as the update method of an aggregation.
UserFunction - Annotation Type in org.neo4j.procedure
Declares a method as a Function, meaning the method can be called from the cypher query language.

V

valueOf(String) - Static method in enum org.neo4j.procedure.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.neo4j.procedure.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
A C D F I M N O P T U V 
Skip navigation links
Neo4j

Copyright © 2002–2020 The Neo4j Graph Database Project. All rights reserved.