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

java.lang.Object
  |
  +--org.edg.security.voms.service.request.ShortRequest
        |
        +--org.edg.security.voms.service.request.DetailedRequest

public class DetailedRequest
extends ShortRequest

A detailed description of a request.

Version:
$Id: DetailedRequest.java,v 1.2 2003/11/04 15:18:11 lorentey Exp $
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)
           
 void setActionParameters(java.lang.String[] value)
           
 void setChronicle(SOAPChronicleEntry[] value)
           
 void setStatusDescription(java.lang.String value)
           
 
Methods inherited from class org.edg.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)

getStatusDescription

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


setStatusDescription

public void setStatusDescription(java.lang.String value)

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)

getChronicle

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


setChronicle

public void setChronicle(SOAPChronicleEntry[] value)