|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ErrorCode in org.openspml.v2.msg.pass |
Constructors in org.openspml.v2.msg.pass with parameters of type ErrorCode | |
ExpirePasswordResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode)
|
|
SetPasswordResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode)
|
|
ValidatePasswordResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode,
java.lang.Boolean valid)
|
|
ResetPasswordResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode,
java.lang.String password)
|
Uses of ErrorCode in org.openspml.v2.msg.spml |
Fields in org.openspml.v2.msg.spml declared as ErrorCode | |
static ErrorCode |
ErrorCode.MALFORMED_REQUEST
|
static ErrorCode |
ErrorCode.UNSUPPORTED_OPERATION
|
static ErrorCode |
ErrorCode.UNSUPPORTED_IDENTIFIER_TYPE
|
static ErrorCode |
ErrorCode.NO_SUCH_IDENTIFIER
|
static ErrorCode |
ErrorCode.CUSTOM_ERROR
|
static ErrorCode |
ErrorCode.UNSUPPORTED_EXECUTION_MODE
|
static ErrorCode |
ErrorCode.INVALID_CONTAINMENT
|
static ErrorCode |
ErrorCode.NO_SUCH_REQUEST
|
static ErrorCode |
ErrorCode.UNSUPPORTED_SELECTION_TYPE
|
static ErrorCode |
ErrorCode.RESULT_SET_TOO_LARGE
|
static ErrorCode |
ErrorCode.UNSUPPORTED_PROFILE
|
static ErrorCode |
ErrorCode.INVALID_IDENTIFIER
|
static ErrorCode |
ErrorCode.ALREADY_EXISTS
|
static ErrorCode |
ErrorCode.CONTAINER_NOT_EMPTY
|
Methods in org.openspml.v2.msg.spml that return ErrorCode | |
static ErrorCode[] |
ErrorCode.getConstants()
|
ErrorCode |
Response.getError()
|
Methods in org.openspml.v2.msg.spml with parameters of type ErrorCode | |
void |
Response.setError(ErrorCode error)
|
Constructors in org.openspml.v2.msg.spml with parameters of type ErrorCode | |
ModifyResponse(java.lang.String[] errorMessages,
StatusCode statusCode,
java.lang.String requestID,
ErrorCode error,
PSO pso)
|
|
ListTargetsResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode,
Target[] targets)
|
|
AddResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestID,
ErrorCode error,
PSO pso)
|
|
Response(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode)
|
|
LookupResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestID,
ErrorCode error,
PSO pso)
|
|
DeleteResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode)
|
Uses of ErrorCode in org.openspml.v2.msg.spmlasync |
Constructors in org.openspml.v2.msg.spmlasync with parameters of type ErrorCode | |
StatusResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode,
java.lang.String asyncRequestID)
|
|
CancelResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode,
java.lang.String asyncRequestID)
|
Uses of ErrorCode in org.openspml.v2.msg.spmlbatch |
Constructors in org.openspml.v2.msg.spmlbatch with parameters of type ErrorCode | |
BatchResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode)
|
Uses of ErrorCode in org.openspml.v2.msg.spmlbulk |
Constructors in org.openspml.v2.msg.spmlbulk with parameters of type ErrorCode | |
BulkDeleteResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode)
|
|
BulkModifyResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode)
|
Uses of ErrorCode in org.openspml.v2.msg.spmlsearch |
Constructors in org.openspml.v2.msg.spmlsearch with parameters of type ErrorCode | |
CloseIteratorResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode)
|
|
SearchResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode,
PSO[] pso,
ResultsIterator iterator)
|
|
IterateResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode,
PSO[] pso,
ResultsIterator iterator)
|
Uses of ErrorCode in org.openspml.v2.msg.spmlsuspend |
Constructors in org.openspml.v2.msg.spmlsuspend with parameters of type ErrorCode | |
ActiveResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode,
java.lang.Boolean active)
|
|
SuspendResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode)
|
|
ResumeResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode)
|
Uses of ErrorCode in org.openspml.v2.msg.spmlupdates |
Constructors in org.openspml.v2.msg.spmlupdates with parameters of type ErrorCode | |
IterateResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode)
|
|
UpdatesResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode,
Update[] update,
ResultsIterator iterator,
java.lang.String token)
|
|
CloseIteratorResponse(java.lang.String[] errorMessages,
StatusCode status,
java.lang.String requestId,
ErrorCode errorCode)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |