|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
A custom form class that extends the base class must override this method. The overridden method provides the keep functionality and calls this super class method (using this.jsxsuper();) upon successful completion, as follows:
•
• The XML request is obtained using createKeepRequest. This request is then submitted to the Action Processor using socketRequest.
• Note that the com.tibco.bpm.ipc.Socket class presents the user with a message dialog if any errors are encountered. The Socket class can be checked for any error conditions using the methods shown in the example below.The following is an example usage from com.tibco.bpm.ipc.FormTemplate:
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |