Package | Description |
---|---|
com.pega.pegarules.pub.clipboard |
Clipboard, Page, and Property interfaces.
|
com.pega.pegarules.pub.context | |
com.pega.pegarules.pub.generator |
Java generation public interfaces and classes.
|
com.pega.pegarules.pub.runtime |
Public interfaces for activities, models, whens, edits, and streams.
|
Modifier and Type | Method and Description |
---|---|
void |
ClipboardProperty.setAsReference(PRThread aThread,
ClipboardProperty aSourceProperty)
Set this property as a reference to another specified property.
|
void |
ClipboardProperty.setAsReference(PRThread aThread,
ClipboardProperty aSourceProperty,
ParameterPage params)
Set this property as a reference to another specified property.
|
void |
ClipboardProperty.setAsReference(PRThread aThread,
java.lang.String aPageName) |
void |
ClipboardProperty.setAsReference(PRThread aThread,
java.lang.String aPageName,
ParameterPage aParams) |
Modifier and Type | Method and Description |
---|---|
static PRThread |
ThreadContainer.get() |
PRThread |
ProcessingStatus.getThread()
Get the Thread being used by this status object.
|
PRThread |
PRRequestor.getThread(java.lang.String aName)
obtain a reference to the specified PRThread instance.
|
Modifier and Type | Method and Description |
---|---|
void |
PRThread.overrideSecuritySnapshotPage(PRThread aThread) |
static void |
ThreadContainer.put(PRThread aThread) |
Modifier and Type | Method and Description |
---|---|
PRThread |
FirstUseAssembler.getThread()
Provides access to the appropriate
PRThread instance for
this execution context. |
Modifier and Type | Method and Description |
---|---|
PRThread |
PublicAPI.getThread()
Identifies the Thread that 'owns' the current processing.
|
Copyright © 2015 Pegasystems Inc. All Rights Reserved.