Standard
properties on the pxThread page
|
The standard properties in the Code-Pega-Thread
class are typically found on the Thread page of the clipboard,
the page named pxThread
. This is a reserved,
system-maintained page; your application can read but not
directly set these values (). A thread corresponds to a clipboard context.
This table identifies some important Code-Pega-Thread properties in alphabetical order .
In V5.4 and later, Process
Commander automatically maintains certain properties on each
pxThread
page for a requestor and in some cases,
also maintains these properties on the pxRequestor
page, depending on the value of the Place properties on thread page only check box on the Advanced tab of the application rule directly
referenced in the requestor's current access group. As a
best practice for applications that are developed in V5.4 and
later, select the Place properties on thread page only check box, to
instruct Process Commander to maintain these properties on the
pxThread
pages and to allow rapid application
switching. Properties marked with the dot () have correct values on the thread pages, and do not
appear on the pxRequestor
page, when the Place properties on thread page only option is selected. These
properties appear on both a pxThread
page
and the pxRequestor
page, with correct values
only on the pxRequestor
page, when the Place properties on thread page only option is not selected. The
check box setting does not alter the results of rule execution.
Property |
Purpose |
More ... |
pxApplicationRuleSets | Value List of
RuleSets provide by application rule. |
application rule |
pxCurrentAccessGroup | Key of current access group of this Thread. | access group |
pxCurrentApplication | Key of current application rule in force for this Thread. | application rule |
pxCurrentWorkPool | Current work pool | Work pool name |
pyDesktopType | Developer or
User , from the portal rule |
portal |
pxDevelopRuleSet
pxDevelopVersion |
Local customization RuleSet and version for this user, from the Settings tab of the access group. | |
pxHomeDirectory | Subdirectory on the
application server node that contains all the directories
for static content. Normally /webwb . |
static content |
pxMethodStatus | Result of most recent method executed in an activity. | How to test method results using a transition. |
pxSecuritySnapShot | Page containing security details, including pyUserRuleSets properties. | |
pyStaticServerGIF pyStaticServerJS pyStaticServerCSS |
Allow selected static content to be served from an edge server rather than from the Process Commander node. | How to capture and deploy static content to an edge server |
pxThreadName | Name of this Thread. | Thread |
pyUserPortals | Value list of portal rules for this requestor, determined from the access group. Meaningful only for BROWSER requestors. | portal rule |
pyUserWorkPools | Work pools available to this user, from the access group. | work pool |