public class ConsoleService extends Object implements AdvertisableService
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_PATH |
| Constructor and Description |
|---|
ConsoleService(org.neo4j.kernel.configuration.Config config,
Database database,
javax.servlet.http.HttpServletRequest req,
OutputFormat output,
CypherExecutor cypherExecutor) |
ConsoleService(ConsoleSessionFactory sessionFactory,
Database database,
org.neo4j.kernel.logging.Logging logging,
OutputFormat output) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
exec(org.neo4j.server.rest.repr.InputFormat input,
String data) |
String |
getName() |
String |
getServerPath() |
javax.ws.rs.core.Response |
getServiceDefinition() |
public static final String SERVICE_PATH
public ConsoleService(@Context
org.neo4j.kernel.configuration.Config config,
@Context
Database database,
@Context
javax.servlet.http.HttpServletRequest req,
@Context
OutputFormat output,
@Context
CypherExecutor cypherExecutor)
public ConsoleService(ConsoleSessionFactory sessionFactory, Database database, org.neo4j.kernel.logging.Logging logging, OutputFormat output)
public String getName()
getName in interface AdvertisableServicepublic String getServerPath()
getServerPath in interface AdvertisableServicepublic javax.ws.rs.core.Response getServiceDefinition()
public javax.ws.rs.core.Response exec(@Context
org.neo4j.server.rest.repr.InputFormat input,
String data)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.