|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The result of a IXFProject.saveItem() call. It contains information, whether the operation was
successfull, and which errors occured.
Copyright 2004 SAP AG
| Field Summary | |
static int |
OK
Constant representing a successfull operation |
static int |
POST_FAILED
Constant representing an operation, that failed because of property errors during post |
static int |
VALIDATION_FAILED
Constant representing an operation, that failed because of validation errors |
| Method Summary | |
int |
getErrorCount()
Gets the number of total errors, which is the sum of schema errors and property errors |
int |
getPropertyErrorCount()
Gets the number of property validation errors |
PropertyValidationError[] |
getPropertyErrors()
Gets detailed inforamation about the property validation errors |
int |
getSchemaErrorCount()
Gets the number of schema validation errors |
SchemaValidationError[] |
getSchemaErrors()
Gets detailed inforamation about the schema validation errors |
int |
getState()
Gets the state of the save operation |
| Field Detail |
public static final int OK
public static final int VALIDATION_FAILED
public static final int POST_FAILED
| Method Detail |
public int getState()
OK, VALIDATION_FAILED or POST_FAILEDpublic int getErrorCount()
public int getSchemaErrorCount()
public int getPropertyErrorCount()
public SchemaValidationError[] getSchemaErrors()
SchemaValidationError, if schema validation was successfullpublic PropertyValidationError[] getPropertyErrors()
PropertyValidationError, if property validation was successfull
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||