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

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

public class workflowProcessDetail
extends java.lang.Object

workflowProcessDetail/{processID} is a JAX-RS resource which provides general information about a workflow process.

 The Activity could be Approval, RFI, etc
 http://<hostname>:<port>/<context root>/goonapi/workflowActivity/{activityID}
 


Constructor Summary
workflowProcessDetail()
           
 
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

workflowProcessDetail

public workflowProcessDetail()
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:
{"processType":"UD", "requester":{"dn":{"rawDn":"eruid=ITIM Manager,ou=systemUser,ou=itim,ou=goonit,dc=com2"},"type":"U"}, "requesterName":"System Administrator", "timeSubmitted":"Jun 7, 2013 1:53:47 PM", "timeScheduled":"Jun 7, 2013 1:53:47 PM", "requesteeDN":{"rawDn":"erglobalid=8157654929874629362,ou=0,ou=people,erglobalid=00000000000000000000,ou=goonit,dc=com2"}, "requesteeName":"eve goon","tenant":{"rawDn":"ou=goonit,dc=com2"}, "notify":1, "parentProcessId":0, "severityCode":-1, "id":2212164812600876305, "priority":5, "name":"personDeleteProcessName", "description":"personDeleteProcessDesc", "lastModified":"Jun 7, 2013 2:39:34 PM", "state":"C", "timeStarted":"Jun 7, 2013 1:53:47 PM", "timeCompleted":"Jun 7, 2013 2:39:34 PM", "result":"SS", "detail":"" }
Throws:
java.lang.Exception