|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStoreResource
Represents a store resource.
Method Summary | |
---|---|
void |
remove(org.restlet.representation.Representation rep)
Delete a store item. |
org.restlet.representation.Representation |
retrieve()
Retrieve a store item. |
void |
store(org.restlet.representation.Representation rep)
Update or create a store item. |
Method Detail |
---|
@Get org.restlet.representation.Representation retrieve() throws WrongNodeTypeException, org.neo4j.server.rest.web.NodeNotFoundException, org.json.JSONException
org.neo4j.server.rest.web.NodeNotFoundException
WrongNodeTypeException
org.json.JSONException
@Put void store(org.restlet.representation.Representation rep) throws org.json.JSONException, java.io.IOException, org.neo4j.graphdb.NotFoundException, WrongNodeTypeException
rep
- Representation of the store item to store.
java.io.IOException
org.json.JSONException
WrongNodeTypeException
org.neo4j.graphdb.NotFoundException
@Delete void remove(org.restlet.representation.Representation rep) throws org.json.JSONException
rep
- Representation of the store item to delete.
org.json.JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |