Uses of Class
org.neo4j.server.rest.repr.ExtensionPointRepresentation

Packages that use ExtensionPointRepresentation
org.neo4j.server.plugins   
org.neo4j.server.rest.repr   
 

Uses of ExtensionPointRepresentation in org.neo4j.server.plugins
 

Methods in org.neo4j.server.plugins that return ExtensionPointRepresentation
 ExtensionPointRepresentation PluginInvocator.describe(String name, Class<?> type, String method)
           
 ExtensionPointRepresentation PluginManager.describe(String name, Class<?> type, String method)
           
 

Methods in org.neo4j.server.plugins that return types with arguments of type ExtensionPointRepresentation
 List<ExtensionPointRepresentation> PluginInvocator.describeAll(String extensionName)
           
 List<ExtensionPointRepresentation> PluginManager.describeAll(String name)
           
 

Uses of ExtensionPointRepresentation in org.neo4j.server.rest.repr
 

Constructor parameters in org.neo4j.server.rest.repr with type arguments of type ExtensionPointRepresentation
ServerExtensionRepresentation(String name, List<ExtensionPointRepresentation> methods)
           
 



Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.