+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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()
          Return 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
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD