|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectExtendedWadlServerResource
fr.cnes.sitools.common.resource.AbstractSitoolsResource
fr.cnes.sitools.common.SitoolsResource
fr.cnes.sitools.security.UsersAndGroupsResource
fr.cnes.sitools.security.GroupsResource
public final class GroupsResource
Groups resource
Field Summary |
---|
Fields inherited from class fr.cnes.sitools.common.SitoolsResource |
---|
DEFAULT_MEDIATYPE |
Constructor Summary | |
---|---|
GroupsResource()
|
Method Summary | |
---|---|
void |
describeGet(org.restlet.ext.wadl.MethodInfo info,
java.lang.String path)
|
void |
describePost(org.restlet.ext.wadl.MethodInfo info)
|
org.restlet.representation.Representation |
getJSON()
Get JSON representation |
org.restlet.representation.Representation |
getObject()
Get Java Class representation |
org.restlet.representation.Representation |
getXML()
Get XML representation |
org.restlet.representation.Representation |
newGroup(org.restlet.representation.Representation representation,
org.restlet.representation.Variant variant)
Create a new Group |
void |
sitoolsDescribe()
Method implementation mandatory |
Methods inherited from class fr.cnes.sitools.security.UsersAndGroupsResource |
---|
checkPropertiesName, doInit, getGroupName, getGroupObject, getMediaTypes, getRepresentation, getStore, getUserId, getUsersAndGroupsAdministration |
Methods inherited from class fr.cnes.sitools.common.resource.AbstractSitoolsResource |
---|
getMediaType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupsResource()
Method Detail |
---|
public void sitoolsDescribe()
AbstractSitoolsResource
sitoolsDescribe
in class AbstractSitoolsResource
@Get(value="xml") public org.restlet.representation.Representation getXML()
public void describeGet(org.restlet.ext.wadl.MethodInfo info, java.lang.String path)
@Get(value="json") public org.restlet.representation.Representation getJSON()
@Get(value="class") public org.restlet.representation.Representation getObject()
@Post public org.restlet.representation.Representation newGroup(org.restlet.representation.Representation representation, org.restlet.representation.Variant variant)
representation
- Group representationvariant
- client preferred media type
public void describePost(org.restlet.ext.wadl.MethodInfo info)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |