com.ibm.bpe.api

Interface ProcessResult

All Superinterfaces:
java.io.Serializable

  1. public interface ProcessResult
  2. extends java.io.Serializable
Returns the result of an API call that processes multiple process instances, for example, the result of a BusinessFlowManagerService.setInlineCustomProperty(PIID[],InlineCustomProperty) call.
Since:
7.5.1

Field Summary

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

Method Summary

Modifier and Type Method and Description
  1. PIID
getPIID()
Returns the object identifier of the process instance that has been processed.
  1. ProcessException
getProcessException()
Returns the ProcessException object that describes any error that occurred during processing.

Field Detail

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

Method Detail

getPIID

  1. PIID getPIID()
Returns the object identifier of the process instance that has been processed.

getProcessException

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