Interface ExporterContext

All Known Implementing Classes:
ExporterContext.ProcedureContextWrapper

public interface ExporterContext
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.neo4j.graphdb.GraphDatabaseService
     
    @Nullable org.neo4j.kernel.impl.coreapi.InternalTransaction
     
    org.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()