fr.cnes.sitools.userstorage
Class UserStorageResource

java.lang.Object
  extended by ExtendedWadlServerResource
      extended by fr.cnes.sitools.common.resource.AbstractSitoolsResource
          extended by fr.cnes.sitools.common.SitoolsResource
              extended by fr.cnes.sitools.userstorage.AbstractUserStorageResource
                  extended by fr.cnes.sitools.userstorage.UserStorageResource

public final class UserStorageResource
extends AbstractUserStorageResource

Resource for managing single user disk space

Author:
jp.boignard (AKKA Technologies)

Field Summary
 
Fields inherited from class fr.cnes.sitools.userstorage.AbstractUserStorageResource
IDENTIFIER_PARAM_NAME
 
Fields inherited from class fr.cnes.sitools.common.SitoolsResource
DEFAULT_MEDIATYPE
 
Constructor Summary
UserStorageResource()
           
 
Method Summary
 void describeDelete(org.restlet.ext.wadl.MethodInfo info)
           
 void describeGet(org.restlet.ext.wadl.MethodInfo info)
           
 void describePost(org.restlet.ext.wadl.MethodInfo info)
           
 void describePut(org.restlet.ext.wadl.MethodInfo info)
           
 org.restlet.representation.Representation doDelete(org.restlet.representation.Representation representation, org.restlet.representation.Variant variant)
          DELETE
 org.restlet.representation.Representation doPost(org.restlet.representation.Representation representation, org.restlet.representation.Variant variant)
          POST treatment
 org.restlet.representation.Representation doPut(org.restlet.representation.Representation representation, org.restlet.representation.Variant variant)
          PUT treatment
 void sitoolsDescribe()
          Method implementation mandatory
 
Methods inherited from class fr.cnes.sitools.userstorage.AbstractUserStorageResource
doInit, getAction, getIdentifier, getRepresentation, getStore, getUserStorageManagement
 
Methods inherited from class fr.cnes.sitools.common.SitoolsResource
addStandardGetRequestInfo, addStandardInternalServerErrorInfo, addStandardNotificationInfo, addStandardObjectResponseInfo, addStandardPostOrPutRequestInfo, addStandardResourceCollectionFilterInfo, addStandardResponseInfo, addStandardSimpleResponseInfo, configure, getNotificationObject, getRepresentation, getSettings, getSitoolsApplication, getSitoolsSetting, trace, trace
 
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

UserStorageResource

public UserStorageResource()
Method Detail

sitoolsDescribe

public void sitoolsDescribe()
Description copied from class: AbstractSitoolsResource
Method implementation mandatory

Specified by:
sitoolsDescribe in class AbstractSitoolsResource

describeGet

public void describeGet(org.restlet.ext.wadl.MethodInfo info)

doPost

@Post
public org.restlet.representation.Representation doPost(org.restlet.representation.Representation representation,
                                                             org.restlet.representation.Variant variant)
POST treatment

Parameters:
representation - the representation as input
variant - the variant used
Returns:
Representation

describePost

public void describePost(org.restlet.ext.wadl.MethodInfo info)

doDelete

@Delete
public org.restlet.representation.Representation doDelete(org.restlet.representation.Representation representation,
                                                                 org.restlet.representation.Variant variant)
DELETE

Parameters:
representation - the representation as input
variant - the variant used
Returns:
Representation

describeDelete

public void describeDelete(org.restlet.ext.wadl.MethodInfo info)

doPut

@Put
public org.restlet.representation.Representation doPut(org.restlet.representation.Representation representation,
                                                           org.restlet.representation.Variant variant)
PUT treatment

Parameters:
representation - the representation used
variant - the variant used
Returns:
Representation

describePut

public void describePut(org.restlet.ext.wadl.MethodInfo info)


Copyright © 2010-2013 CNES. All Rights Reserved.