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
  • Constructor Details

    • ProcedureContextWrapper

      public ProcedureContextWrapper(org.neo4j.kernel.api.procedure.Context procedureContext)
  • Method Details

    • graphDatabaseAPI

      public org.neo4j.kernel.internal.GraphDatabaseAPI graphDatabaseAPI()
      Specified by:
      graphDatabaseAPI in interface ExporterContext
    • internalTransaction

      @Nullable public @Nullable org.neo4j.kernel.impl.coreapi.InternalTransaction internalTransaction()
      Specified by:
      internalTransaction in interface ExporterContext
    • securityContext

      public org.neo4j.internal.kernel.api.security.SecurityContext securityContext()
      Specified by:
      securityContext in interface ExporterContext