|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WsGetMembersResults.WsGetMembersResultsCode>
edu.internet2.middleware.grouper.ws.coresoap.WsGetMembersResults.WsGetMembersResultsCode
public static enum WsGetMembersResults.WsGetMembersResultsCode
result code of a request. The possible result codes of WsGetMembersResultCode (with http status codes) are: SUCCESS(200), EXCEPTION(500), INVALID_QUERY(400)
Enum Constant Summary | |
---|---|
EXCEPTION
something bad happened (lite status code 500) (success: F) |
|
INVALID_QUERY
invalid query (e.g. |
|
PROBLEM_GETTING_MEMBERS
something bad happened with some of the member retrieval (lite status code 500) (success: F) |
|
SUCCESS
found the members (lite status code 200) (success: T) |
Method Summary | |
---|---|
int |
getHttpStatusCode()
get the http result code for this status code |
boolean |
isSuccess()
if this is a successful result |
java.lang.String |
nameForVersion(GrouperVersion clientVersion)
get the name label for a certain version of client |
static WsGetMembersResults.WsGetMembersResultsCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WsGetMembersResults.WsGetMembersResultsCode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.internet2.middleware.grouper.ws.WsResultCode |
---|
name |
Enum Constant Detail |
---|
public static final WsGetMembersResults.WsGetMembersResultsCode SUCCESS
public static final WsGetMembersResults.WsGetMembersResultsCode EXCEPTION
public static final WsGetMembersResults.WsGetMembersResultsCode PROBLEM_GETTING_MEMBERS
public static final WsGetMembersResults.WsGetMembersResultsCode INVALID_QUERY
Method Detail |
---|
public static WsGetMembersResults.WsGetMembersResultsCode[] values()
for (WsGetMembersResults.WsGetMembersResultsCode c : WsGetMembersResults.WsGetMembersResultsCode.values()) System.out.println(c);
public static WsGetMembersResults.WsGetMembersResultsCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String nameForVersion(GrouperVersion clientVersion)
nameForVersion
in interface WsResultCode
clientVersion
-
public boolean isSuccess()
isSuccess
in interface WsResultCode
public int getHttpStatusCode()
getHttpStatusCode
in interface WsResultCode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |