|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.voms.service.request.RequestStatus
An enum of possible request status values.
Field Summary | |
static RequestStatus |
ACCEPTED
Request accepted by the administrator, waiting for database update. |
static RequestStatus |
ADMINISTRATOR_NOTIFIED
Notification sent to the administrator about this request. |
static RequestStatus |
COMPLETED
Reuest completed. |
static RequestStatus |
DENIED
Request denied by the administrator. |
static RequestStatus |
NEW
New, unprocessed status. |
static RequestStatus |
UNKNOWN
Unknown status. |
Method Summary | |
java.lang.String |
getDescription()
Get the long description of this RequestStatus. |
int |
getId()
Get the id of this RequestStatus. |
static RequestStatus |
getInstance(int i)
Return the status corresponding to the given integer. |
static RequestStatus |
getInstance(java.lang.String name)
Return the status with the given name. |
java.lang.String |
getName()
Get the short name of this RequestStatus. |
static java.lang.String[] |
getRequestStatusNames()
Return all RequestStatus names as an array of strings. |
java.lang.String |
toString()
Convert this RequestStatus to a human-readable string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final RequestStatus UNKNOWN
public static final RequestStatus NEW
public static final RequestStatus ADMINISTRATOR_NOTIFIED
public static final RequestStatus ACCEPTED
public static final RequestStatus COMPLETED
public static final RequestStatus DENIED
Method Detail |
public int getId()
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String toString()
public static RequestStatus getInstance(int i)
public static RequestStatus getInstance(java.lang.String name)
public static java.lang.String[] getRequestStatusNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |