| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GroupResource
REST API for CRUD operations on a Group resource
| Method Summary | |
|---|---|
 org.restlet.representation.Representation | 
delete(org.restlet.representation.Variant variant)
delete a group  | 
 org.restlet.representation.Representation | 
getJSON()
Get JSON representation  | 
 org.restlet.representation.Representation | 
getObject()
Get class representation  | 
 org.restlet.representation.Representation | 
getXML()
Get XML representation  | 
 org.restlet.representation.Representation | 
update(org.restlet.representation.Representation representation,
       org.restlet.representation.Variant variant)
update a group  | 
| Method Detail | 
|---|
@Get(value="xml") org.restlet.representation.Representation getXML()
@Get(value="json") org.restlet.representation.Representation getJSON()
@Get(value="class") org.restlet.representation.Representation getObject()
@Put
org.restlet.representation.Representation update(org.restlet.representation.Representation representation,
                                                     org.restlet.representation.Variant variant)
representation - the representation usedvariant - the variant used
@Delete org.restlet.representation.Representation delete(org.restlet.representation.Variant variant)
variant - the variant used
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||