public interface PluginInvocator
| Modifier and Type | Method and Description |
|---|---|
ExtensionPointRepresentation |
describe(String name,
Class<?> type,
String method) |
List<ExtensionPointRepresentation> |
describeAll(String extensionName) |
Set<String> |
extensionNames() |
<T> org.neo4j.server.rest.repr.Representation |
invoke(org.neo4j.kernel.GraphDatabaseAPI graphDb,
String name,
Class<T> type,
String method,
T context,
org.neo4j.server.plugins.ParameterList params) |
<T> org.neo4j.server.rest.repr.Representation invoke(org.neo4j.kernel.GraphDatabaseAPI graphDb,
String name,
Class<T> type,
String method,
T context,
org.neo4j.server.plugins.ParameterList params)
throws org.neo4j.server.plugins.PluginLookupException,
org.neo4j.server.rest.repr.BadInputException,
org.neo4j.server.plugins.PluginInvocationFailureException,
org.neo4j.server.plugins.BadPluginInvocationException
org.neo4j.server.plugins.PluginLookupExceptionorg.neo4j.server.rest.repr.BadInputExceptionorg.neo4j.server.plugins.PluginInvocationFailureExceptionorg.neo4j.server.plugins.BadPluginInvocationExceptionExtensionPointRepresentation describe(String name, Class<?> type, String method) throws org.neo4j.server.plugins.PluginLookupException
org.neo4j.server.plugins.PluginLookupExceptionList<ExtensionPointRepresentation> describeAll(String extensionName) throws org.neo4j.server.plugins.PluginLookupException
org.neo4j.server.plugins.PluginLookupExceptionCopyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.