com.ibm.workplace.wcm.api
Interface LibraryTaskResult


public interface LibraryTaskResult

Represents the result of performing an operation on an item in the repository


Method Summary
 DocumentLibrary[] getDocumentLibraries()
          Returns an array of all DocumentLibrary objects that were created during the operation (either successfully or unsuccessfully)
 ResultType getResultType()
          Retrieves the result type of an operation
 

Method Detail

getResultType

ResultType getResultType()
Retrieves the result type of an operation

Returns:
Result type

getDocumentLibraries

DocumentLibrary[] getDocumentLibraries()
Returns an array of all DocumentLibrary objects that were created during the operation (either successfully or unsuccessfully)

Returns:
an array of DocumentLibrary objects