Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ClipboardPage.copyParameterValues(ParameterPage aParmPage)
Copies all of the given activity parameter properties onto this page.
|
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,
ParameterPage aParams) |
Modifier and Type | Method and Description |
---|---|
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.
|
ClipboardPage |
PageDirectory.getPage(java.lang.String aName,
ParameterPage aParameterPage)
Returns the page with the specified name and parameters.
|
ClipboardPage |
PageDirectory.getPage(java.lang.String aName,
ParameterPage aParameterPage,
boolean aCreateIfMissing) |
boolean |
PageDirectory.pageExists(java.lang.String aName,
ParameterPage aParameterPage)
Checks if a page with the given name exists.
|
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.
|
java.lang.Object |
PRRequestor.queueAsyncActivityOnThread(java.lang.String aClassName,
java.lang.String aActivityName,
ParameterPage aParamPage,
ClipboardPage aPrimaryPage,
java.util.List aOtherPages) |
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 |
PageDirectory.removePage(java.lang.String aName,
ParameterPage aParameterPage)
Removes the association between the specified name and the ClipboardPage.
|
boolean |
PRAuthentication.setUserSecurityProfile(PublicAPI aCaller,
java.lang.String aUserID,
ParameterPage aParamPage)
Deprecated.
convert callers to AuthService
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
ClipboardPage |
PublicAPI.findPage(java.lang.String aPageReference,
ParameterPage aParameterPage)
Locates the specified page, which can be either top-level or embedded..
|
ClipboardPage |
PublicAPI.findPage(java.lang.String aPageReference,
ParameterPage aParameterPage,
boolean aIfPresent)
Locates the specified page, which can be either top-level or embedded..
|
boolean |
PublicAPI.removeDataPage(java.lang.String aDataPageName,
ParameterPage aParamPage)
deletes the given Data page
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceUtils.evaluateRulesFromMetadata(ClipboardPage aGenerationRequest,
ParameterPage aParams,
ClipboardPage aResultPage)
Deprecated.
- use generateRulesFromMetadata method with generation request parameter:
pyEvaluate = true
|
void |
ServiceUtils.generatePegaDataModelFromSampleXMLInstances(ClipboardPage aGenerationRequest,
ParameterPage aParams)
Deprecated.
- use generateRulesFromMetadata method with generation request parameters:
pyMetadataType = "XML" and pyGenerationPurpose = "DataModel"
|
void |
ServiceUtils.generateRulesFromJsonStream(ClipboardPage aGenerationRequest,
ParameterPage aParams)
Deprecated.
- use generateRulesFromMetadata method with generation request parameters:
pyMetadataType = "JSON" and pyGenerationPurpose = "DataModel"
|
void |
ServiceUtils.generateRulesFromMetadata(ClipboardPage aGenerationRequest,
ParameterPage aParams)
Generate Rules from a metadata source
|
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.
|
Copyright © 2015 Pegasystems Inc. All Rights Reserved.