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  Node ParameterList.convertNode(AbstractGraphDatabase graphDb, Object value)
           
protected abstract  Relationship ParameterList.convertRelationship(AbstractGraphDatabase 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)
           
 Node ParameterList.getNode(AbstractGraphDatabase graphDb, String name)
           
 Node[] ParameterList.getNodeList(AbstractGraphDatabase graphDb, String name)
           
 Relationship ParameterList.getRelationship(AbstractGraphDatabase graphDb, String name)
           
 Relationship[] ParameterList.getRelationshipList(AbstractGraphDatabase 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(AbstractGraphDatabase 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  Node RepresentationFormat.convertNode(AbstractGraphDatabase graphDb, Object value)
           
protected  Relationship RepresentationFormat.convertRelationship(AbstractGraphDatabase graphDb, Object value)
           
protected  Short RepresentationFormat.convertShort(Object value)
           
protected  String RepresentationFormat.convertString(Object value)
           
protected  URI RepresentationFormat.convertURI(Object value)
           
protected  Node RepresentationFormat.getNode(AbstractGraphDatabase graphDb, String value)
           
protected  Node RepresentationFormat.getNode(AbstractGraphDatabase graphDb, URI uri)
           
protected  Relationship RepresentationFormat.getRelationship(AbstractGraphDatabase graphDb, URI uri)
           
 List<Object> InputFormat.readList(String input)
           
 Map<String,Object> InputFormat.readMap(String input)
           
 ParameterList RepresentationFormat.readParameterList(String input)
           
 ParameterList InputFormat.readParameterList(String input)
           
 URI InputFormat.readUri(String input)
           
 Object InputFormat.readValue(String input)
           
 



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