|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICommitResult
| Method Summary | |
|---|---|
ICommitErrors |
getErrors()
Returns a collection of ICommitResult that contains information on any errors
that may have occurred during the commit. |
SDKException |
getFatalException()
Returns the SDKException that may have been thrown during the commit. |
java.util.List |
getRenameResults()
Returns a list containing an IRenameRecord instance for each object that was renamed during the commit. |
ICommitWarnings |
getWarnings()
Returns a collection of ICommitWarning that contains informatio on any warnings
that may have occurred during the commit. |
| Method Detail |
|---|
ICommitErrors getErrors()
Returns a collection of ICommitResult that contains information on any errors
that may have occurred during the commit.
ICommitWarnings getWarnings()
Returns a collection of ICommitWarning that contains informatio on any warnings
that may have occurred during the commit.
SDKException getFatalException()
Returns the SDKException that may have been thrown during the commit.
java.util.List getRenameResults()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||