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

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

Uses of BadInputException in org.neo4j.server.plugins
 

Methods in org.neo4j.server.plugins that throw BadInputException
protected abstract  Boolean ParameterList.convertBoolean(Object value)
           
protected abstract  Byte ParameterList.convertByte(Object value)
           
protected abstract  Character ParameterList.convertCharacter(Object value)
           
protected abstract  Double ParameterList.convertDouble(Object value)
           
protected abstract  Float ParameterList.convertFloat(Object value)
           
protected abstract  Integer ParameterList.convertInteger(Object value)
           
protected abstract  Long ParameterList.convertLong(Object value)
           
protected abstract  org.neo4j.graphdb.Node ParameterList.convertNode(org.neo4j.kernel.GraphDatabaseAPI graphDb, Object value)
           
protected abstract  org.neo4j.graphdb.Relationship ParameterList.convertRelationship(org.neo4j.kernel.GraphDatabaseAPI graphDb, Object value)
           
protected abstract  Short ParameterList.convertShort(Object value)
           
protected abstract  String ParameterList.convertString(Object value)
           
protected  URI ParameterList.convertURI(Object value)
           
 Boolean ParameterList.getBoolean(String name)
           
 Boolean[] ParameterList.getBooleanList(String name)
           
 Byte ParameterList.getByte(String name)
           
 Byte[] ParameterList.getByteList(String name)
           
 Character ParameterList.getCharacter(String name)
           
 Character[] ParameterList.getCharacterList(String name)
           
 Double ParameterList.getDouble(String name)
           
 Double[] ParameterList.getDoubleList(String name)
           
 Float ParameterList.getFloat(String name)
           
 Float[] ParameterList.getFloatList(String name)
           
 Integer ParameterList.getInteger(String name)
           
 Integer[] ParameterList.getIntegerList(String name)
           
 Long ParameterList.getLong(String name)
           
 Long[] ParameterList.getLongList(String name)
           
 Map ParameterList.getMap(String name)
           
 org.neo4j.graphdb.Node ParameterList.getNode(org.neo4j.kernel.GraphDatabaseAPI graphDb, String name)
           
 org.neo4j.graphdb.Node[] ParameterList.getNodeList(org.neo4j.kernel.GraphDatabaseAPI graphDb, String name)
           
 org.neo4j.graphdb.Relationship ParameterList.getRelationship(org.neo4j.kernel.GraphDatabaseAPI graphDb, String name)
           
 org.neo4j.graphdb.Relationship[] ParameterList.getRelationshipList(org.neo4j.kernel.GraphDatabaseAPI graphDb, String name)
           
 Short ParameterList.getShort(String name)
           
 Short[] ParameterList.getShortList(String name)
           
 String ParameterList.getString(String name)
           
 String[] ParameterList.getStringList(String name)
           
 URI ParameterList.getUri(String name)
           
 URI[] ParameterList.getUriList(String name)
           
abstract  Representation PluginPoint.invoke(org.neo4j.kernel.GraphDatabaseAPI graphDb, Object context, ParameterList params)
           
 

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

Methods in org.neo4j.server.rest.repr that throw BadInputException
protected  Boolean RepresentationFormat.convertBoolean(Object value)
           
protected  Byte RepresentationFormat.convertByte(Object value)
           
protected  Character RepresentationFormat.convertCharacter(Object value)
           
protected  Double RepresentationFormat.convertDouble(Object value)
           
protected  Float RepresentationFormat.convertFloat(Object value)
           
protected  Integer RepresentationFormat.convertInteger(Object value)
           
protected  Long RepresentationFormat.convertLong(Object value)
           
protected  org.neo4j.graphdb.Node RepresentationFormat.convertNode(org.neo4j.kernel.GraphDatabaseAPI graphDb, Object value)
           
protected  org.neo4j.graphdb.Relationship RepresentationFormat.convertRelationship(org.neo4j.kernel.GraphDatabaseAPI graphDb, Object value)
           
protected  Short RepresentationFormat.convertShort(Object value)
           
protected  String RepresentationFormat.convertString(Object value)
           
protected  URI RepresentationFormat.convertURI(Object value)
           
protected  org.neo4j.graphdb.Node RepresentationFormat.getNode(org.neo4j.kernel.GraphDatabaseAPI graphDb, String value)
           
protected  org.neo4j.graphdb.Node RepresentationFormat.getNode(org.neo4j.kernel.GraphDatabaseAPI graphDb, URI uri)
           
protected  org.neo4j.graphdb.Relationship RepresentationFormat.getRelationship(org.neo4j.kernel.GraphDatabaseAPI graphDb, URI uri)
           
 List<Object> InputFormat.readList(String input)
           
 Map<String,Object> InputFormat.readMap(String input, String... requiredKeys)
           
 ParameterList RepresentationFormat.readParameterList(String input)
           
 ParameterList InputFormat.readParameterList(String input)
           
 URI InputFormat.readUri(String input)
           
 Object InputFormat.readValue(String input)
           
 



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