com.ibm.workplace.wcm.api
Interface ResultTypes


public interface ResultTypes

This interface holds constants that define each of the ResultTypes that are known to the API. These are returned when certain operations are performed on items in the repository


Field Summary
static ResultType LIBRARYLOCK_RETRIEVAL_FAILURE
          The document type for an operation that could not retrieve the lock on the library in which the operation is to be performed
static ResultType OPERATION_PARTIAL_SUCCESS
          The document type for an operation that was partially successful - there were some errors during its execution
static ResultType OPERATION_SUCCESS
          The document type for a completely successful operation
 

Field Detail

OPERATION_SUCCESS

static final ResultType OPERATION_SUCCESS
The document type for a completely successful operation


OPERATION_PARTIAL_SUCCESS

static final ResultType OPERATION_PARTIAL_SUCCESS
The document type for an operation that was partially successful - there were some errors during its execution


LIBRARYLOCK_RETRIEVAL_FAILURE

static final ResultType LIBRARYLOCK_RETRIEVAL_FAILURE
The document type for an operation that could not retrieve the lock on the library in which the operation is to be performed