| Package | Description |
|---|---|
| org.neo4j.server.rest.repr | |
| org.neo4j.server.rest.web |
| Modifier and Type | Method and Description |
|---|---|
OutputFormat |
OutputFormatProvider.getValue(com.sun.jersey.api.core.HttpContext context) |
OutputFormat |
RepresentationFormatRepository.outputFormat(List<javax.ws.rs.core.MediaType> acceptable,
URI baseUri,
javax.ws.rs.core.MultivaluedMap<String,String> requestHeaders) |
| Modifier and Type | Method and Description |
|---|---|
OutputFormat |
CypherService.getOutputFormat() |
OutputFormat |
ExtensionService.getOutputFormat() |
OutputFormat |
RestfulGraphDatabase.getOutputFormat() |
| Constructor and Description |
|---|
BatchOperationService(org.neo4j.server.web.WebServer webServer,
OutputFormat output,
org.neo4j.udc.UsageData usage) |
CypherService(org.neo4j.graphdb.GraphDatabaseService database,
org.neo4j.server.database.CypherExecutor cypherExecutor,
org.neo4j.server.rest.repr.InputFormat input,
OutputFormat output,
org.neo4j.udc.UsageData usage) |
ExtensionService(org.neo4j.server.rest.repr.InputFormat input,
OutputFormat output,
PluginInvocator extensions,
org.neo4j.server.database.Database database) |
RestfulGraphDatabase(org.neo4j.server.rest.repr.InputFormat input,
OutputFormat output,
DatabaseActions actions,
org.apache.commons.configuration.Configuration config) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.