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

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

public class workflowAssignment
extends java.lang.Object

workflowAssignment/{assignmentID} is a JAX-RS resource which returns the details of the logged in user.

 The service returns an assigned WorkflowActivity by ID Details of the Person entry and the ISIM SystemUser account
 This class has a Path annotation with the value "workflowAssignment/{assignmentID}" which
 means the resource will be available at:
 http://<hostname>:<port>/<context root>/goonapi/workflowAssignment/{assignmentID}
 


Constructor Summary
workflowAssignment()
           
 
Method Summary
 java.lang.String GET(javax.servlet.http.HttpServletRequest requestObj, javax.servlet.http.HttpServletResponse responseObj, java.lang.Long id)
          Processes a GET request and returns the stored message.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

workflowAssignment

public workflowAssignment()
Method Detail

GET

public java.lang.String GET(@Context
                            javax.servlet.http.HttpServletRequest requestObj,
                            @Context
                            javax.servlet.http.HttpServletResponse responseObj,
                            java.lang.Long id)
                     throws java.lang.Exception
Processes a GET request and returns the stored message.

Returns:
the stored message
Throws:
java.lang.Exception