fr.cnes.sitools.trigger
Class UserTrigger

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.notification.TriggerResource
                  extended by fr.cnes.sitools.trigger.UserTrigger

public class UserTrigger
extends TriggerResource

Invoked when USER event notification

Author:
jp.boignard (AKKA Technologies)

Field Summary
 
Fields inherited from class fr.cnes.sitools.common.SitoolsResource
DEFAULT_MEDIATYPE
 
Constructor Summary
UserTrigger()
           
 
Method Summary
 void event(org.restlet.representation.Representation representation)
          Method applied after POST request
 
Methods inherited from class fr.cnes.sitools.notification.TriggerResource
sitoolsDescribe
 
Methods inherited from class fr.cnes.sitools.common.SitoolsResource
addStandardGetRequestInfo, addStandardInternalServerErrorInfo, addStandardNotificationInfo, addStandardObjectResponseInfo, addStandardPostOrPutRequestInfo, addStandardResourceCollectionFilterInfo, addStandardResponseInfo, addStandardSimpleResponseInfo, configure, getNotificationObject, getRepresentation, getRepresentation, getSettings, getSitoolsApplication, getSitoolsSetting
 
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

UserTrigger

public UserTrigger()
Method Detail

event

@Post
public void event(org.restlet.representation.Representation representation)
Method applied after POST request

Parameters:
representation - the representation sent by the POST


Copyright © 2010-2013 CNES. All Rights Reserved.