com.ibm.task.api

Interface BusinessCategoryResult

All Superinterfaces:
java.io.Serializable

  1. public interface BusinessCategoryResult
  2. extends java.io.Serializable
Returns the result of an API call that processes multiple business categories, for example, the result of a setPriorityOfBusinessCategories call.
Since:
6.2.0.3

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. BCID
getBCID()
Returns the object identifier of the business category that has been processed.
  1. java.lang.String
getBusinessCategoryName()
Returns the name of the business category that has been processed.
  1. TaskException
getTaskException()
Returns the TaskException object that describes any error that occurred during processing.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getBCID

  1. BCID getBCID()
Returns the object identifier of the business category that has been processed. May be null when the business category name is specified.

getBusinessCategoryName

  1. java.lang.String getBusinessCategoryName( )
Returns the name of the business category that has been processed. May be null when the object identifier of the business category is specified.

getTaskException

  1. TaskException getTaskException( )
Returns the TaskException object that describes any error that occurred during processing. Returns null if processing completed successfully.