|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WsDeleteMemberResult.WsDeleteMemberResultCode>
edu.internet2.middleware.grouper.ws.coresoap.WsDeleteMemberResult.WsDeleteMemberResultCode
public static enum WsDeleteMemberResult.WsDeleteMemberResultCode
result code of a request
Enum Constant Summary | |
---|---|
EXCEPTION
problem with deletion |
|
GROUP_NOT_FOUND
cant find group |
|
INSUFFICIENT_PRIVILEGES
user not allowed |
|
INVALID_QUERY
invalid request |
|
SUBJECT_DUPLICATE
subject duplicate found |
|
SUBJECT_NOT_FOUND
the subject was not found |
|
SUCCESS
successful addition |
|
SUCCESS_BUT_HAS_EFFECTIVE
successful addition |
|
SUCCESS_WASNT_IMMEDIATE
successful addition |
|
SUCCESS_WASNT_IMMEDIATE_BUT_HAS_EFFECTIVE
successful addition |
|
TRANSACTION_ROLLED_BACK
if one item failed in the transaction, then roll back |
Method Summary | |
---|---|
abstract WsDeleteMemberLiteResult.WsDeleteMemberLiteResultCode |
convertToLiteCode()
if there is one result, convert to the results code |
abstract boolean |
isSuccess()
if this is a successful result |
static WsDeleteMemberResult.WsDeleteMemberResultCode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WsDeleteMemberResult.WsDeleteMemberResultCode[] |
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 |
Enum Constant Detail |
---|
public static final WsDeleteMemberResult.WsDeleteMemberResultCode GROUP_NOT_FOUND
public static final WsDeleteMemberResult.WsDeleteMemberResultCode INVALID_QUERY
public static final WsDeleteMemberResult.WsDeleteMemberResultCode SUCCESS
public static final WsDeleteMemberResult.WsDeleteMemberResultCode SUCCESS_BUT_HAS_EFFECTIVE
public static final WsDeleteMemberResult.WsDeleteMemberResultCode SUCCESS_WASNT_IMMEDIATE
public static final WsDeleteMemberResult.WsDeleteMemberResultCode SUCCESS_WASNT_IMMEDIATE_BUT_HAS_EFFECTIVE
public static final WsDeleteMemberResult.WsDeleteMemberResultCode SUBJECT_NOT_FOUND
public static final WsDeleteMemberResult.WsDeleteMemberResultCode EXCEPTION
public static final WsDeleteMemberResult.WsDeleteMemberResultCode INSUFFICIENT_PRIVILEGES
public static final WsDeleteMemberResult.WsDeleteMemberResultCode TRANSACTION_ROLLED_BACK
public static final WsDeleteMemberResult.WsDeleteMemberResultCode SUBJECT_DUPLICATE
Method Detail |
---|
public static WsDeleteMemberResult.WsDeleteMemberResultCode[] values()
for (WsDeleteMemberResult.WsDeleteMemberResultCode c : WsDeleteMemberResult.WsDeleteMemberResultCode.values()) System.out.println(c);
public static WsDeleteMemberResult.WsDeleteMemberResultCode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic abstract boolean isSuccess()
public abstract WsDeleteMemberLiteResult.WsDeleteMemberLiteResultCode convertToLiteCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |