Package org.neo4j.gds.core.write
Interface ExporterContext
- All Known Implementing Classes:
ExporterContext.ProcedureContextWrapper
public interface ExporterContext
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionorg.neo4j.graphdb.GraphDatabaseService@Nullable org.neo4j.kernel.impl.coreapi.InternalTransactionorg.neo4j.internal.kernel.api.security.SecurityContext
-
Method Details
-
graphDatabaseAPI
org.neo4j.graphdb.GraphDatabaseService graphDatabaseAPI() -
internalTransaction
@Nullable @Nullable org.neo4j.kernel.impl.coreapi.InternalTransaction internalTransaction() -
securityContext
org.neo4j.internal.kernel.api.security.SecurityContext securityContext()
-