org.neo4j.server.plugins
Class ParameterList
java.lang.Object
org.neo4j.server.plugins.ParameterList
public abstract class ParameterList
- extends Object
ParameterList
public ParameterList(Map<String,Object> data)
asMap
public Map<String,Object> asMap()
getString
public String getString(String name)
throws BadInputException
- Throws:
BadInputException
getStringList
public String[] getStringList(String name)
throws BadInputException
- Throws:
BadInputException
getInteger
public Integer getInteger(String name)
throws BadInputException
- Throws:
BadInputException
getIntegerList
public Integer[] getIntegerList(String name)
throws BadInputException
- Throws:
BadInputException
getLong
public Long getLong(String name)
throws BadInputException
- Throws:
BadInputException
getLongList
public Long[] getLongList(String name)
throws BadInputException
- Throws:
BadInputException
getByte
public Byte getByte(String name)
throws BadInputException
- Throws:
BadInputException
getByteList
public Byte[] getByteList(String name)
throws BadInputException
- Throws:
BadInputException
getCharacter
public Character getCharacter(String name)
throws BadInputException
- Throws:
BadInputException
getCharacterList
public Character[] getCharacterList(String name)
throws BadInputException
- Throws:
BadInputException
getBoolean
public Boolean getBoolean(String name)
throws BadInputException
- Throws:
BadInputException
getBooleanList
public Boolean[] getBooleanList(String name)
throws BadInputException
- Throws:
BadInputException
getShort
public Short getShort(String name)
throws BadInputException
- Throws:
BadInputException
getShortList
public Short[] getShortList(String name)
throws BadInputException
- Throws:
BadInputException
getFloat
public Float getFloat(String name)
throws BadInputException
- Throws:
BadInputException
getFloatList
public Float[] getFloatList(String name)
throws BadInputException
- Throws:
BadInputException
getDouble
public Double getDouble(String name)
throws BadInputException
- Throws:
BadInputException
getDoubleList
public Double[] getDoubleList(String name)
throws BadInputException
- Throws:
BadInputException
getNode
public Node getNode(GraphDatabaseAPI graphDb,
String name)
throws BadInputException
- Throws:
BadInputException
getNodeList
public Node[] getNodeList(GraphDatabaseAPI graphDb,
String name)
throws BadInputException
- Throws:
BadInputException
getRelationship
public Relationship getRelationship(GraphDatabaseAPI graphDb,
String name)
throws BadInputException
- Throws:
BadInputException
getRelationshipList
public Relationship[] getRelationshipList(GraphDatabaseAPI graphDb,
String name)
throws BadInputException
- Throws:
BadInputException
getUri
public URI getUri(String name)
throws BadInputException
- Throws:
BadInputException
getUriList
public URI[] getUriList(String name)
throws BadInputException
- Throws:
BadInputException
getMap
public Map getMap(String name)
throws BadInputException
- Throws:
BadInputException
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.