com.ibm.bpe.api
Interface ProcessResult
All Superinterfaces:
java.io.Serializable
- public interface ProcessResult
- extends java.io.Serializable
BusinessFlowManagerService.setInlineCustomProperty(PIID[],InlineCustomProperty)
call.
Since:
7.5.1
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getPIID()
Returns the object identifier of the process instance that has been processed.
|
|
getProcessException()
Returns the ProcessException object that describes any error that occurred during processing.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
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.