|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterPage | |
---|---|
com.pega.pegarules.pub.clipboard | Clipboard, Page, and Property interfaces. |
com.pega.pegarules.pub.context | |
com.pega.pegarules.pub.runtime | Public interfaces for activities, models, whens, edits, and streams. |
com.pega.pegarules.pub.util | Miscellaneous public utility classes and interfaces. |
Uses of ParameterPage in com.pega.pegarules.pub.clipboard |
---|
Methods in com.pega.pegarules.pub.clipboard with parameters of type ParameterPage | |
---|---|
void |
ClipboardPage.copyParameterValues(ParameterPage aParmPage)
Copies all of the given activity parameter properties onto this page. |
Uses of ParameterPage in com.pega.pegarules.pub.context |
---|
Methods in com.pega.pegarules.pub.context with parameters of type ParameterPage | |
---|---|
void |
PRThread.appendActivity(int aWhichList,
java.lang.String aClassName,
java.lang.String aActivityName,
ClipboardPage aPrimaryPage,
ParameterPage aParamPage)
Append a standard activty to one of the run queues. |
void |
PRThread.appendActivity(int aWhichList,
java.lang.String aActivityRuleClass,
java.lang.String aClassName,
java.lang.String aActivityName,
ClipboardPage aPrimaryPage,
ParameterPage aParamPage)
Append alternate activty class to one of the run queues. |
void |
PRThread.prependActivity(int aWhichList,
java.lang.String aClassName,
java.lang.String aActivityName,
ClipboardPage aPrimaryPage,
ParameterPage aParamPage)
Prepend an activty to one of the run queues. |
void |
PRRequestor.queueBatchActivity(java.lang.String aClassName,
java.lang.String aActivityName,
ParameterPage aParamPage)
Queue an activity to be executed within a new batch requestor Note that v2 permitted the specification of another "dequeue" activity, but there are no uses of that parameter in existing code, so it is omitted. |
java.lang.Object |
PRRequestor.queueBatchActivity(java.lang.String aClassName,
java.lang.String aActivityName,
ParameterPage aParamPage,
ClipboardPage aPrimaryPage)
Queue an activity to be executed within a new batch requestor |
java.lang.Object |
PRRequestor.queueBatchActivity(java.lang.String aClassName,
java.lang.String aActivityName,
ParameterPage aParamPage,
ClipboardPage aPrimaryPage,
java.util.List aOtherPages,
boolean aIsDetachedTask)
Queue an activity to be executed within a new batch requestor |
java.lang.String |
PRRequestProcessor.queueConnectRequest(java.lang.String aActivityClass,
java.lang.String aActivityName,
ClipboardPage aPrimaryPage,
ParameterPage aParams,
java.util.List aOtherPages)
Enqueue Connect Execution Request |
boolean |
PRAuthentication.setUserSecurityProfile(PublicAPI aCaller,
java.lang.String aUserID,
ParameterPage aParamPage)
Deprecated. convert callers to AuthService |
Uses of ParameterPage in com.pega.pegarules.pub.runtime |
---|
Methods in com.pega.pegarules.pub.runtime that return ParameterPage | |
---|---|
ParameterPage |
ParameterPage.copyValues()
Make a copy of this ParameterPage. |
ParameterPage |
PublicAPI.getParameterPage()
Identifies the current ParameterPage . |
ParameterPage |
CollectionRule.getStepParams()
If this Rule is an Activity or a Collection, returns the Parameters to be passed into the Activity. |
Methods in com.pega.pegarules.pub.runtime with parameters of type ParameterPage | |
---|---|
void |
StreamBuilderToolKit.appendStream(StringMap aKeys,
ParameterPage aParamPage)
Adds specified, separately defined, stream to generated stream. |
void |
PublicAPI.applyCollection(StringMap aCollectionKeys,
ClipboardPage aPage,
ParameterPage aParams)
Applies a Collection to an instance. |
void |
PublicAPI.applyModel(ClipboardPage aClipboardPage,
ParameterPage aNewParamPage,
java.lang.String aModelName)
Apply a model to the specified clipboard page. |
void |
PublicAPI.applyModel(ClipboardPage aClipboardPage,
StringMap aKeys,
ParameterPage aNewParamPage)
Apply a model to the specified clipboard page. |
void |
PublicAPI.doAction(StringMap aKeys,
ClipboardPage aNewStepPage,
ParameterPage aNewParam)
Executes the identified (typically custom) rule which uses the activity access interface by implementing com.pega.pegarules.pub.runtime.Activity. |
void |
PublicAPI.doActivity(StringMap aKeys,
ClipboardPage aNewPrimaryPage,
ParameterPage aNewParam)
Executes the identified processing, which is typically defined by class Rule-Obj-Activity. |
Uses of ParameterPage in com.pega.pegarules.pub.util |
---|
Methods in com.pega.pegarules.pub.util with parameters of type ParameterPage | |
---|---|
java.lang.Object |
ServiceUtils.getOutboundClipboardValue(java.lang.String aMapFromKey,
java.lang.String aDataType,
ParameterPage aParamPage,
ClipboardPage aPrimaryPage)
Map Clipboard property value to outbound object value |
boolean |
ServiceUtils.mapInboundAxisHeaders(ClipboardProperty aMappings,
java.util.Map aValues,
ParameterPage aParamPage,
ClipboardPage aPrimaryPage)
Map inbound java object values to Clipboard data. |
boolean |
ServiceUtils.mapInboundAxisValues(ClipboardProperty aMappings,
ClipboardProperty aPageMappings,
java.util.List aValues,
ParameterPage aParamPage,
ClipboardPage aPrimaryPage)
Map inbound java object values to Clipboard data. |
boolean |
ServiceUtils.mapInboundData(ClipboardProperty aMappings,
java.util.List aValues,
ParameterPage aParamPage,
ClipboardPage aPrimaryPage)
Map inbound java object values to Clipboard data. |
boolean |
ServiceUtils.mapInboundData(ClipboardProperty aMappings,
java.util.Map aValues,
ParameterPage aParamPage,
ClipboardPage aPrimaryPage)
Map inbound string values to Clipboard data. |
boolean |
ServiceUtils.mapOutboundAxisHeaders(ClipboardProperty aMappings,
java.util.Map aValues,
ParameterPage aParamPage,
ClipboardPage aPrimaryPage)
Map Clipboard data to outbound java object values. |
boolean |
ServiceUtils.mapOutboundAxisValues(ClipboardProperty aMappings,
ClipboardProperty aPageMappings,
java.util.List aValues,
ParameterPage aParamPage,
ClipboardPage aPrimaryPage)
Map Clipboard data to outbound java object values. |
boolean |
ServiceUtils.mapOutboundData(ClipboardProperty aMappings,
java.util.List aValues,
ParameterPage aParamPage,
ClipboardPage aPrimaryPage)
Map Clipboard data to outbound java object values. |
boolean |
ServiceUtils.mapOutboundData(ClipboardProperty aMappings,
java.util.Map aValues,
ParameterPage aParamPage,
ClipboardPage aPrimaryPage)
Map Clipboard data to outbound string values. |
boolean |
ParseUtils.parseDelimited(java.io.Reader aData,
java.lang.String aNamespace,
java.lang.String aRecordType,
ClipboardPage aPrimaryPage,
ParameterPage aParameterPage)
Apply a delimited parse rule. |
boolean |
ParseUtils.parseDelimited(java.io.Reader aData,
java.lang.String aNamespace,
java.lang.String aRecordType,
ClipboardPage aPrimaryPage,
ParameterPage aParameterPage,
int length)
Apply a delimited parse rule. |
boolean |
ParseUtils.parseDelimited(java.io.Reader aData,
java.lang.String aNamespace,
java.lang.String aRecordType,
ClipboardPage aPrimaryPage,
ParameterPage aParameterPage,
java.lang.String aDelimiter)
Apply a delimited parse rule. |
void |
ParseUtils.parseStructured(java.io.Reader aData,
java.lang.String aRecordType,
ClipboardPage aPrimaryPage,
ParameterPage aParameterPage)
Apply a structured parse rule. |
void |
ServiceUtils.setInboundClipboardValue(java.lang.String aMapToKey,
java.lang.Object aSourceValue,
ParameterPage aParamPage,
ClipboardPage aPrimaryPage)
Map inbound Object to Clipboard property value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |