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

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

Deprecated. use /workflowActivity

@Deprecated
public class workflowDetail
extends java.lang.Object


Constructor Summary
workflowDetail()
          Deprecated.  
 
Method Summary
 java.lang.String GET(javax.servlet.http.HttpServletRequest requestObj, javax.servlet.http.HttpServletResponse responseObj, java.lang.Long id)
          Deprecated. Processes a GET request and returns the stored message.
 java.lang.String POST(java.lang.String userName, java.lang.String password, javax.servlet.http.HttpServletRequest requestObj, javax.servlet.http.HttpServletResponse responseObj)
          Deprecated. Processes a POST request and returns the incoming request message.
 java.lang.String PUT(byte[] incomingMessage)
          Deprecated. Processes a PUT request and returns the incoming request message.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

workflowDetail

public workflowDetail()
Deprecated. 
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
Deprecated. 
Processes a GET request and returns the stored message.

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

POST

public java.lang.String POST(java.lang.String userName,
                             java.lang.String password,
                             @Context
                             javax.servlet.http.HttpServletRequest requestObj,
                             @Context
                             javax.servlet.http.HttpServletResponse responseObj)
                      throws java.rmi.RemoteException,
                             com.ibm.itim.apps.ApplicationException
Deprecated. 
Processes a POST request and returns the incoming request message.

Parameters:
incomingMessage - the request body is mapped to the String by the JAX-RS runtime using a built-in entity provider
Returns:
the original request body
Throws:
com.ibm.itim.apps.ApplicationException
java.rmi.RemoteException

PUT

public java.lang.String PUT(byte[] incomingMessage)
Deprecated. 
Processes a PUT request and returns the incoming request message.

Parameters:
incomingMessage - the request body is mapped to the byte[] by the JAX-RS runtime using a built-in entity provider
Returns:
the original request body in a JAX-RS Response object