org.springframework.data.graph.neo4j.rest.support.index
Class RestIndexManager
java.lang.Object
org.springframework.data.graph.neo4j.rest.support.index.RestIndexManager
- All Implemented Interfaces:
- org.neo4j.graphdb.index.IndexManager
public class RestIndexManager
- extends Object
- implements org.neo4j.graphdb.index.IndexManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestIndexManager
public RestIndexManager(RestRequest restRequest,
RestGraphDatabase restGraphDatabase)
existsForNodes
public boolean existsForNodes(String indexName)
- Specified by:
existsForNodes
in interface org.neo4j.graphdb.index.IndexManager
forNodes
public org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Node> forNodes(String indexName)
- Specified by:
forNodes
in interface org.neo4j.graphdb.index.IndexManager
forNodes
public org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Node> forNodes(String indexName,
Map<String,String> stringStringMap)
- Specified by:
forNodes
in interface org.neo4j.graphdb.index.IndexManager
nodeIndexNames
public String[] nodeIndexNames()
- Specified by:
nodeIndexNames
in interface org.neo4j.graphdb.index.IndexManager
existsForRelationships
public boolean existsForRelationships(String indexName)
- Specified by:
existsForRelationships
in interface org.neo4j.graphdb.index.IndexManager
forRelationships
public org.neo4j.graphdb.index.RelationshipIndex forRelationships(String indexName)
- Specified by:
forRelationships
in interface org.neo4j.graphdb.index.IndexManager
forRelationships
public org.neo4j.graphdb.index.RelationshipIndex forRelationships(String indexName,
Map<String,String> stringStringMap)
- Specified by:
forRelationships
in interface org.neo4j.graphdb.index.IndexManager
relationshipIndexNames
public String[] relationshipIndexNames()
- Specified by:
relationshipIndexNames
in interface org.neo4j.graphdb.index.IndexManager
getConfiguration
public Map<String,String> getConfiguration(org.neo4j.graphdb.index.Index<? extends org.neo4j.graphdb.PropertyContainer> index)
- Specified by:
getConfiguration
in interface org.neo4j.graphdb.index.IndexManager
setConfiguration
public String setConfiguration(org.neo4j.graphdb.index.Index<? extends org.neo4j.graphdb.PropertyContainer> index,
String s,
String s1)
- Specified by:
setConfiguration
in interface org.neo4j.graphdb.index.IndexManager
removeConfiguration
public String removeConfiguration(org.neo4j.graphdb.index.Index<? extends org.neo4j.graphdb.PropertyContainer> index,
String s)
- Specified by:
removeConfiguration
in interface org.neo4j.graphdb.index.IndexManager
Copyright © 2011. All Rights Reserved.