Products | Versions |
---|---|
TIBCO iProcess Server Objects (Java) | - |
Not Applicable | - |
Description:
Product Name : TIBCO iProcess Server Objects (Java)
Release Version : 11.1.0-Hotfix01
Release Date : June 2009
=======================================================
This is the first 11.1.0.x hotfix on
- AIX
- HP-UX
- HP Itanium
- Linux
- Windows
=======================================================
Closed Issues in 11.1.0-Hotfix01
Defect Id: MR 38452
The usernames and passwords returned by the getDatabaseConfig method
are frequently corrupted.
Defect Id: MR 38405
New methods need to be added to lock the first available work item.
Implemented. The following objects and methods have been added to
TIBCO iProcess Server Objects (Java) to allow you to lock the first
available work item in a list of work items:
- lockFirstItem - This new method has been added to the
sPageableListR object. It is used to lock the first available
work item in a list of work items when you are using pageable
lists.
- lockFirstWorkItem - This new method has been added to the sWorkQ
and xWorkQ objects. It is used to lock the first available work
item in a list of vWorkItem objects when you are using
"single-block item access" lists (i.e., the makeWorkItemList
method was used to create the list of vWorkItem objects).
- lockFirstAWorkItem - This new method has been added to the sWorkQ
and xWorkQ objects. It is used to lock the first available work
item in a list of vAWorkItem objects when you are using
"single-block item access" lists (i.e., the makeAWorkItemList
method was used to create the list of vAWorkItem objects).
- vWILocked - This new object is returned by the three new "lock"
methods listed above. This object contains the following methods,
which provide information about the work item that was locked:
- getIndex - Returns the index at which the first available
work item was found.
- getLockedItem - Returns the locked work item.
- getWIFieldGroup - Returns a vWIFieldGroup object, which
represents the set of fields in the work item that was locked.
Note that to make use of these new lock methods, you must be using
a TIBCO iProcess Objects Server that has implemented MR 38404.
For more information about these new objects/methods, see the
enclosed TIBCO iProcess Server Objects (Java) Programmer's Guide.
=======================================================
NOTE: See attached Readme document for installation instructions.
=======================================================
The TIBCO iProcess Server Objects (Java) 11.1.0 HotFix 01 can be downloaded from our support-ftp.tibco.com. You will be able to download by clicking on the link below after you provide your TIBCO Support Web username and password in the url:
ftp://username:password@support-ftp.tibco.com
Directory path:
available_downloads/StaffwareProcessSuite/iProcess/ServerObjects/java/11.1.0/hotfix-01
=======================================================