|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WsStemSaveResult.WsStemSaveResultCode>
edu.internet2.middleware.grouper.ws.coresoap.WsStemSaveResult.WsStemSaveResultCode
public static enum WsStemSaveResult.WsStemSaveResultCode
result code of a request
Enum Constant Summary | |
---|---|
EXCEPTION
problem with saving |
|
INSUFFICIENT_PRIVILEGES
user not allowed |
|
INVALID_QUERY
invalid query, can only happen if lite query |
|
STEM_NOT_FOUND
the save was not found |
|
SUCCESS_INSERTED
successful addition |
|
SUCCESS_NO_CHANGES_NEEDED
successful addition |
|
SUCCESS_UPDATED
successful addition |
|
TRANSACTION_ROLLED_BACK
was a success but rolled back |
Method Summary | |
---|---|
abstract WsStemSaveLiteResult.WsStemSaveLiteResultCode |
convertToLiteCode()
if there is one result, convert to the results 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 WsStemSaveResult.WsStemSaveResultCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WsStemSaveResult.WsStemSaveResultCode[] |
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 WsStemSaveResult.WsStemSaveResultCode SUCCESS_INSERTED
public static final WsStemSaveResult.WsStemSaveResultCode SUCCESS_UPDATED
public static final WsStemSaveResult.WsStemSaveResultCode SUCCESS_NO_CHANGES_NEEDED
public static final WsStemSaveResult.WsStemSaveResultCode INVALID_QUERY
public static final WsStemSaveResult.WsStemSaveResultCode STEM_NOT_FOUND
public static final WsStemSaveResult.WsStemSaveResultCode EXCEPTION
public static final WsStemSaveResult.WsStemSaveResultCode TRANSACTION_ROLLED_BACK
public static final WsStemSaveResult.WsStemSaveResultCode INSUFFICIENT_PRIVILEGES
Method Detail |
---|
public static WsStemSaveResult.WsStemSaveResultCode[] values()
for (WsStemSaveResult.WsStemSaveResultCode c : WsStemSaveResult.WsStemSaveResultCode.values()) System.out.println(c);
public static WsStemSaveResult.WsStemSaveResultCode 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)
clientVersion
-
public boolean isSuccess()
public abstract WsStemSaveLiteResult.WsStemSaveLiteResultCode convertToLiteCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |