public abstract class ParameterList extends Object
| Constructor and Description |
|---|
ParameterList(Map<String,Object> data) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBoolean(String name) |
Boolean[] |
getBooleanList(String name) |
Byte |
getByte(String name) |
Byte[] |
getByteList(String name) |
Character |
getCharacter(String name) |
Character[] |
getCharacterList(String name) |
Double |
getDouble(String name) |
Double[] |
getDoubleList(String name) |
Float |
getFloat(String name) |
Float[] |
getFloatList(String name) |
Integer |
getInteger(String name) |
Integer[] |
getIntegerList(String name) |
Long |
getLong(String name) |
Long[] |
getLongList(String name) |
Map |
getMap(String name) |
org.neo4j.graphdb.Node |
getNode(org.neo4j.kernel.internal.GraphDatabaseAPI graphDb,
String name) |
org.neo4j.graphdb.Node[] |
getNodeList(org.neo4j.kernel.internal.GraphDatabaseAPI graphDb,
String name) |
org.neo4j.graphdb.Relationship |
getRelationship(org.neo4j.kernel.internal.GraphDatabaseAPI graphDb,
String name) |
org.neo4j.graphdb.Relationship[] |
getRelationshipList(org.neo4j.kernel.internal.GraphDatabaseAPI graphDb,
String name) |
Short |
getShort(String name) |
Short[] |
getShortList(String name) |
String |
getString(String name) |
String[] |
getStringList(String name) |
URI |
getUri(String name) |
URI[] |
getUriList(String name) |
public String getString(String name) throws BadInputException
BadInputExceptionpublic String[] getStringList(String name) throws BadInputException
BadInputExceptionpublic Integer getInteger(String name) throws BadInputException
BadInputExceptionpublic Integer[] getIntegerList(String name) throws BadInputException
BadInputExceptionpublic Long getLong(String name) throws BadInputException
BadInputExceptionpublic Long[] getLongList(String name) throws BadInputException
BadInputExceptionpublic Byte getByte(String name) throws BadInputException
BadInputExceptionpublic Byte[] getByteList(String name) throws BadInputException
BadInputExceptionpublic Character getCharacter(String name) throws BadInputException
BadInputExceptionpublic Character[] getCharacterList(String name) throws BadInputException
BadInputExceptionpublic Boolean getBoolean(String name) throws BadInputException
BadInputExceptionpublic Boolean[] getBooleanList(String name) throws BadInputException
BadInputExceptionpublic Short getShort(String name) throws BadInputException
BadInputExceptionpublic Short[] getShortList(String name) throws BadInputException
BadInputExceptionpublic Float getFloat(String name) throws BadInputException
BadInputExceptionpublic Float[] getFloatList(String name) throws BadInputException
BadInputExceptionpublic Double getDouble(String name) throws BadInputException
BadInputExceptionpublic Double[] getDoubleList(String name) throws BadInputException
BadInputExceptionpublic org.neo4j.graphdb.Node getNode(org.neo4j.kernel.internal.GraphDatabaseAPI graphDb,
String name)
throws BadInputException
BadInputExceptionpublic org.neo4j.graphdb.Node[] getNodeList(org.neo4j.kernel.internal.GraphDatabaseAPI graphDb,
String name)
throws BadInputException
BadInputExceptionpublic org.neo4j.graphdb.Relationship getRelationship(org.neo4j.kernel.internal.GraphDatabaseAPI graphDb,
String name)
throws BadInputException
BadInputExceptionpublic org.neo4j.graphdb.Relationship[] getRelationshipList(org.neo4j.kernel.internal.GraphDatabaseAPI graphDb,
String name)
throws BadInputException
BadInputExceptionpublic URI getUri(String name) throws BadInputException
BadInputExceptionpublic URI[] getUriList(String name) throws BadInputException
BadInputExceptionpublic Map getMap(String name) throws BadInputException
BadInputExceptionCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.