Accessing Configuration Parameters Through the Object Model

Each of the configuration parameters can be accessed through TIBCO iProcess Objects or TIBCO iProcess Server Objects object models using the following properties/methods:

TIBCO iProcess Objects (COM): ConfigInfos property on SWNodeInfoEx
TIBCO iProcess Objects (Java and C++): getConfigInfos method on SWNodeInfoEx
TIBCO iProcess Server Objects (.NET): ConfigInfos property on vANode
TIBCO iProcess Server Objects (Java): getConfigInfos method on vANode

These properties/methods all return a list of objects, each representing one of the TIBCO iProcess Objects Server configuration parameters, as well as the value of each of the parameters. See the following pages for the names of the available parameters.

In addition to the TIBCO iProcess Objects Server configuration parameters, the following parameters are also returned by the ConfigInfos/getConfigInfos property/method. These additional parameters allow you to determine if the TIBCO iProcess Objects Server supports new features that have been added to the server:

UVAPISupported - Indicates if the User Validation API is supported. This feature was added to the TIBCO iProcess Objects Server in CR 10355.
QCountsAudMsgSupported - Indicates if the audit text message is available on the SWAuditStep object (in TIBCO iProcess Objects) or the vAuditStep object (in TIBCO iProcess Server Objects). This feature was added to the TIBCO iProcess Objects Server in CR 12407.
MultipleInstanceSupported - Indicates if multiple instances of the TIBCO iProcess Objects Server can be run. This feature was added to the TIBCO iProcess Objects Server in CR 10974.
XPCCaseFilteringSupported - Indicates whether or not all cases will be filtered by the database. This feature was added to the TIBCO iProcess Objects Server in CR 13182.
F3WISFilteringSupported - Indicates whether or not all work items will be filtered by the Work Item Server (WIS). This feature was added to the TIBCO iProcess Objects Server in CR 12744.
MemosSupported - Indicates if fields of type swMemo are supported. This feature was added to the TIBCO iProcess Objects Server in CR 8427.
SmartHeapSupported - Indicates if SmartHeap was compiled and linked into TIBCO iProcess Objects Server.
SmartHeapVersion - Contains the version number, in the format XX.XX.XX, if SmartHeap is supported.

These parameters (except SmartHeapVersion) will return a value of 1 if the TIBCO iProcess Objects Server supports that feature; they will return a value of 0 if the TIBCO iProcess Objects Server does not support the feature.