|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RAMStatusCodes
Represents the outcome of an operation. Status codes are used with the RAMStatus class.
| Field Summary | |
|---|---|
static int |
ADD_FAILED
Target Object was not added |
static int |
ADD_SUCCESSFUL
Target Object was added successfully |
static int |
ARCHIVE_FAILED
Target Object was not archived |
static int |
ARCHIVE_SUCCESSFUL
Target Object was archived successfully |
static int |
COMPLETE
RAM Operation is complete |
static int |
CREATE_FAILED
Target Object was not created |
static int |
CREATE_SUCCESSFUL
Target Object was created successfully |
static int |
DELETE_FAILED
Target Object was not deleted |
static int |
DELETE_SUCCESSFUL
Target Object was deleted successfully |
static int |
IN_PROGRESS
RAM Operation is in progress |
static int |
REGISTER_FAILED
Target Object was not registered |
static int |
REGISTER_SUCCESSFUL
Target Object was registered successfully |
static int |
REMOVE_FAILED
Target Object was not removed |
static int |
REMOVE_SUCCESSFUL
Target Object was removed successfully |
static int |
RETIRE_FAILED
Target Object was not retired |
static int |
RETIRE_SUCCESSFUL
Target Object was retired successfully |
static int |
UNKNOWN_ERROR
Unknown Error |
static int |
UPDATE_FAILED
Target Object was not updated |
static int |
UPDATE_SUCCESSFUL
Target Object was updated successfully |
static int |
VALIDATION_FAILED
Target Object was not validated |
static int |
VALIDATION_SUCCESSFUL
Target Object was validated successfully |
| Field Detail |
|---|
static final int IN_PROGRESS
static final int COMPLETE
static final int CREATE_SUCCESSFUL
static final int UPDATE_SUCCESSFUL
static final int DELETE_SUCCESSFUL
static final int RETIRE_SUCCESSFUL
static final int ARCHIVE_SUCCESSFUL
static final int REGISTER_SUCCESSFUL
static final int ADD_SUCCESSFUL
static final int REMOVE_SUCCESSFUL
static final int VALIDATION_SUCCESSFUL
static final int UNKNOWN_ERROR
static final int CREATE_FAILED
static final int UPDATE_FAILED
static final int DELETE_FAILED
static final int RETIRE_FAILED
static final int ARCHIVE_FAILED
static final int REGISTER_FAILED
static final int ADD_FAILED
static final int REMOVE_FAILED
static final int VALIDATION_FAILED
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||