|
SAP NetWeaver 7.30 (SP02) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IExceptionSequence
Interface for sequences of exceptions.
This interface is to be implemented by excptions that are thrown on PCD operations that affect more that one PCD object, such as recursive copy and delete. The interface to allows to retrieve the object for which the operation failed.
Created: Sep 28, 2004
Copyright (c) SAP AG 2004
| Method Summary | |
|---|---|
void |
addException(IExceptionSequence exception)
Adds another exeption to the seqeunce. |
IExceptionSequence |
getNextException()
Returns the next exception of the sequence |
Iterator |
getNextExceptions()
Returns the next exceptions as iterator. |
String |
getObjectName()
Returns the name of the object for which the operation failed. |
boolean |
hasNextException()
Returns if there are more exception in the sequence. |
boolean |
operationPartiallyCompleted()
Returns if the operation was partially completed, e. g. if some objects could be deleted in a recursive delete operation. |
void |
setPartialCompletion(boolean partialCompletion)
Set partial completion flag |
| Method Detail |
|---|
boolean hasNextException()
IExceptionSequence getNextException()
Iterator getNextExceptions()
String getObjectName()
void addException(IExceptionSequence exception)
exception - Exceptionvoid setPartialCompletion(boolean partialCompletion)
partialCompletion - True if some operations succeededboolean operationPartiallyCompleted()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/pcd/gl/api
|
api
|
EP-PIN
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] EP-BASIS
|
[sap.com]
|
api
|
BC-PIN-PCD
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/pcd/gl/api
|
-
|
EP-PIN
|
|
SAP NetWeaver 7.30 (SP02) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||