|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WsStemDeleteResult.WsStemDeleteResultCode>
edu.internet2.middleware.grouper.ws.coresoap.WsStemDeleteResult.WsStemDeleteResultCode
public static enum WsStemDeleteResult.WsStemDeleteResultCode
result code of a request
Enum Constant Summary | |
---|---|
EXCEPTION
problem with deleting |
|
INSUFFICIENT_PRIVILEGES
user not allowed |
|
INVALID_QUERY
invalid query, can only happen if lite query |
|
STEM_UUID_NAME_IDINDEX_DONT_MATCH
if the uuid, name, idIndex do not match |
|
SUCCESS
successful addition |
|
SUCCESS_STEM_NOT_FOUND
the stem was not found |
|
TRANSACTION_ROLLED_BACK
if transactional call, and rolled back, otherwise success |
Method Summary | |
---|---|
abstract WsStemDeleteLiteResult.WsStemDeleteLiteResultCode |
convertToLiteCode()
if there is one result, convert to the results code |
boolean |
isSuccess()
if this is a successful result |
static WsStemDeleteResult.WsStemDeleteResultCode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WsStemDeleteResult.WsStemDeleteResultCode[] |
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 WsStemDeleteResult.WsStemDeleteResultCode STEM_UUID_NAME_IDINDEX_DONT_MATCH
public static final WsStemDeleteResult.WsStemDeleteResultCode TRANSACTION_ROLLED_BACK
public static final WsStemDeleteResult.WsStemDeleteResultCode SUCCESS
public static final WsStemDeleteResult.WsStemDeleteResultCode INVALID_QUERY
public static final WsStemDeleteResult.WsStemDeleteResultCode SUCCESS_STEM_NOT_FOUND
public static final WsStemDeleteResult.WsStemDeleteResultCode EXCEPTION
public static final WsStemDeleteResult.WsStemDeleteResultCode INSUFFICIENT_PRIVILEGES
Method Detail |
---|
public static WsStemDeleteResult.WsStemDeleteResultCode[] values()
for (WsStemDeleteResult.WsStemDeleteResultCode c : WsStemDeleteResult.WsStemDeleteResultCode.values()) System.out.println(c);
public static WsStemDeleteResult.WsStemDeleteResultCode 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 boolean isSuccess()
public abstract WsStemDeleteLiteResult.WsStemDeleteLiteResultCode convertToLiteCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |