Neo4j

org.neo4j.server.plugins
Class PluginPoint

java.lang.Object
  extended by org.neo4j.server.plugins.PluginPoint

public abstract class PluginPoint
extends Object


Method Summary
 Class<?> forType()
           
 String getDescription()
           
abstract  Representation invoke(GraphDatabaseAPI graphDb, Object context, ParameterList params)
           
 String name()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

name

public final String name()

forType

public final Class<?> forType()

getDescription

public String getDescription()

invoke

public abstract Representation invoke(GraphDatabaseAPI graphDb,
                                      Object context,
                                      ParameterList params)
                               throws BadInputException,
                                      BadPluginInvocationException,
                                      PluginInvocationFailureException
Throws:
BadInputException
BadPluginInvocationException
PluginInvocationFailureException

Neo4j

Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.