com.crystaldecisions.sdk.occa.infostore
Interface ICommitResult


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

getErrors

ICommitErrors getErrors()

Returns a collection of ICommitResult that contains information on any errors that may have occurred during the commit.

Returns:
ICommitErrors

getWarnings

ICommitWarnings getWarnings()

Returns a collection of ICommitWarning that contains informatio on any warnings that may have occurred during the commit.

Returns:
ICommitWarnings

getFatalException

SDKException getFatalException()

Returns the SDKException that may have been thrown during the commit.

Returns:
SDKException

getRenameResults

java.util.List getRenameResults()
Returns a list containing an IRenameRecord instance for each object that was renamed during the commit.

Returns:
a list of rename records.