org.neo4j.server.plugins
Interface PluginInvocator
- All Known Implementing Classes:
- PluginManager
public interface PluginInvocator
invoke
<T> Representation invoke(AbstractGraphDatabase graphDb,
String name,
Class<T> type,
String method,
T context,
ParameterList params)
throws PluginLookupException,
BadInputException,
PluginInvocationFailureException,
BadPluginInvocationException
- Throws:
PluginLookupException
BadInputException
PluginInvocationFailureException
BadPluginInvocationException
describe
ExtensionPointRepresentation describe(String name,
Class<?> type,
String method)
throws PluginLookupException
- Throws:
PluginLookupException
describeAll
List<ExtensionPointRepresentation> describeAll(String extensionName)
throws PluginLookupException
- Throws:
PluginLookupException
extensionNames
Set<String> extensionNames()
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.