Package org.neo4j.gds.core.write
Class ExporterContext.ProcedureContextWrapper
java.lang.Object
org.neo4j.gds.core.write.ExporterContext.ProcedureContextWrapper
- All Implemented Interfaces:
ExporterContext
- Enclosing interface:
- ExporterContext
public static final class ExporterContext.ProcedureContextWrapper
extends Object
implements ExporterContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.neo4j.gds.core.write.ExporterContext
ExporterContext.ProcedureContextWrapper -
Constructor Summary
ConstructorsConstructorDescriptionProcedureContextWrapper(org.neo4j.kernel.api.procedure.Context procedureContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.neo4j.kernel.internal.GraphDatabaseAPI@Nullable org.neo4j.kernel.impl.coreapi.InternalTransactionorg.neo4j.internal.kernel.api.security.SecurityContext
-
Constructor Details
-
ProcedureContextWrapper
public ProcedureContextWrapper(org.neo4j.kernel.api.procedure.Context procedureContext)
-
-
Method Details
-
graphDatabaseAPI
public org.neo4j.kernel.internal.GraphDatabaseAPI graphDatabaseAPI()- Specified by:
graphDatabaseAPIin interfaceExporterContext
-
internalTransaction
@Nullable public @Nullable org.neo4j.kernel.impl.coreapi.InternalTransaction internalTransaction()- Specified by:
internalTransactionin interfaceExporterContext
-
securityContext
public org.neo4j.internal.kernel.api.security.SecurityContext securityContext()- Specified by:
securityContextin interfaceExporterContext
-