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> Representation |
invoke(GraphDatabaseAPI graphDb,
String name,
Class<T> type,
String method,
T context,
ParameterList params) |
<T> Representation invoke(GraphDatabaseAPI graphDb, String name, Class<T> type, String method, T context, ParameterList params) throws PluginLookupException, BadInputException, PluginInvocationFailureException, BadPluginInvocationException
ExtensionPointRepresentation describe(String name, Class<?> type, String method) throws PluginLookupException
PluginLookupExceptionList<ExtensionPointRepresentation> describeAll(String extensionName) throws PluginLookupException
PluginLookupExceptionCopyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.