IBM WebSphere Application ServerTM
Release 8

com.ibm.bpe.api
Interface ProcessResult

All Superinterfaces:
java.io.Serializable

public interface ProcessResult
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
static java.lang.String COPYRIGHT
           
 
Method Summary
 PIID getPIID()
          Returns the object identifier of the process instance that has been processed.
 ProcessException getProcessException()
          Returns the ProcessException object that describes any error that occurred during processing.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getPIID

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


getProcessException

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


IBM WebSphere Application ServerTM
Release 8