org.glite.security.voms.service.request
Class DetailedRequest

java.lang.Object
  extended byorg.glite.security.voms.service.request.ShortRequest
      extended byorg.glite.security.voms.service.request.DetailedRequest

public class DetailedRequest
extends ShortRequest

A detailed description of a request.

Author:
Karoly Lorentey

Constructor Summary
DetailedRequest()
           
 
Method Summary
 java.lang.String[] getAcceptedEvents()
          Return a list of events that this request accepts in this state.
 java.lang.String[] getActionParameters()
          Get the parameters of the requested action as an array of strings.
 SOAPChronicleEntry[] getChronicle()
          Get the history of this request.
 java.lang.String getStatusDescription()
          Get the status description of this request.
 void setAcceptedEvents(java.lang.String[] value)
          Set the list of events that this request accepts in this state.
 void setActionParameters(java.lang.String[] value)
          Set the parameters of the requested action as an array of strings.
 void setChronicle(SOAPChronicleEntry[] value)
          Set the history of this request.
 void setStatusDescription(java.lang.String value)
          Set the status description of this request.
 
Methods inherited from class org.glite.security.voms.service.request.ShortRequest
getActionDescription, getContainerName, getId, getRequester, getStatus, getType, setActionDescription, setContainerName, setId, setRequester, setStatus, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetailedRequest

public DetailedRequest()
Method Detail

getActionParameters

public java.lang.String[] getActionParameters()
Get the parameters of the requested action as an array of strings. The array has an even number of members; even-numbered indices contain parameter names, odd-numbered indices contain parameter values.


setActionParameters

public void setActionParameters(java.lang.String[] value)
Set the parameters of the requested action as an array of strings. Only used on the service side.


getStatusDescription

public java.lang.String getStatusDescription()
Get the status description of this request.


setStatusDescription

public void setStatusDescription(java.lang.String value)
Set the status description of this request. Only used on the service side.


getAcceptedEvents

public java.lang.String[] getAcceptedEvents()
Return a list of events that this request accepts in this state.


setAcceptedEvents

public void setAcceptedEvents(java.lang.String[] value)
Set the list of events that this request accepts in this state. Only used on the service side.


getChronicle

public SOAPChronicleEntry[] getChronicle()
Get the history of this request.


setChronicle

public void setChronicle(SOAPChronicleEntry[] value)
Set the history of this request. Only used on the service side.