com.goonit.imapi.jaxrs.servlet.isim
Class myActivities

java.lang.Object
  extended by com.goonit.imapi.jaxrs.servlet.isim.myActivities

public class myActivities
extends java.lang.Object

myActivities is a RESTFul service which Lists the logged in user's activities. This class has a Path annotation with the value "/myActivities/" which means the resource will be available at: http://<hostname>:<port>/<context root>/<servlet path>/person/{personDN} Only the GET activities is currently implemented.


Constructor Summary
myActivities()
           
 
Method Summary
 java.lang.String GET(javax.servlet.http.HttpServletRequest requestObj, javax.servlet.http.HttpServletResponse responseObj, java.lang.String strDN)
          Processes a GET request (READ) and returns a JSON object with the Activities for the logged in user.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

myActivities

public myActivities()
Method Detail

GET

public java.lang.String GET(@Context
                            javax.servlet.http.HttpServletRequest requestObj,
                            @Context
                            javax.servlet.http.HttpServletResponse responseObj,
                            java.lang.String strDN)
                     throws java.rmi.RemoteException,
                            com.ibm.itim.apps.ApplicationException
Processes a GET request (READ) and returns a JSON object with the Activities for the logged in user.

Throws:
java.rmi.RemoteException
com.ibm.itim.apps.ApplicationException