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