Package | Description |
---|---|
com.pega.pegarules.pub.clipboard |
Clipboard, Page, and Property interfaces.
|
com.pega.pegarules.pub.context | |
com.pega.pegarules.pub.database |
Provides access to the relational database.
|
com.pega.pegarules.pub.runtime |
Public interfaces for activities, models, whens, edits, and streams.
|
Modifier and Type | Method and Description |
---|---|
void |
PRObjectWrapper.prAdd(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName,
int aIndex,
PRObjectWrapper aValue)
Called when adding an element to an object list.
|
void |
PRObjectWrapper.prAdd(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName,
int aIndex,
java.lang.String aValue)
Called when adding a String to a list.
|
void |
PRObjectWrapper.prClear(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName)
Called when a Java Property List property is being cleared.
|
java.lang.String |
PRObjectWrapper.prGet(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName)
Called when retrieving a Java Property's value.
|
java.lang.String |
PRObjectWrapper.prGet(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName,
int aIndex)
Called when retrieving a Java Property List element's value.
|
PRObjectWrapper |
PRObjectWrapper.prGetNew(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName)
Called when retrieving a new element to be added to a list.
|
PRObjectWrapper |
PRObjectWrapper.prGetObject(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName)
Called when retrieving an embedded object from this object.
|
PRObjectWrapper |
PRObjectWrapper.prGetObject(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName,
int aIndex)
Called when retrieving an embedded object from a list contained
in this object.
|
void |
PRObjectWrapper.prRemove(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName,
int aIndex)
Remove an element from a Page List or Java Property List.
|
boolean |
PRObjectWrapper.prSet(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName,
int aIndex,
PRObjectWrapper aValue)
Called when an embedded object in a list is being set.
|
boolean |
PRObjectWrapper.prSet(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName,
int aIndex,
java.lang.String aValue)
Called when a Java Property List element's value is being set.
|
boolean |
PRObjectWrapper.prSet(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName,
PRObjectWrapper aValue)
Called when an embedded object is being set.
|
boolean |
PRObjectWrapper.prSet(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName,
java.lang.String aValue)
Called when a Java Property's value is being set.
|
int |
PRObjectWrapper.prSize(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName)
Returns the number of elements in a list or the number of characters in a string value.
|
boolean |
ClipboardProperty.seekValue(PublicAPI aTools)
Invoke backward chaining to compute the value of
this property, given the current state of the
declarative expression network for the top-level
page.
|
boolean |
ClipboardProperty.seekValue(PublicAPI aTools,
boolean aAlwaysRecompute)
Invoke backward chaining to compute the value of
this property, given the current state of the
declarative expression network for the top-level
page.
|
Modifier and Type | Method and Description |
---|---|
PublicAPI |
PRThread.getPublicAPI()
Identifies the
PublicAPI instance, if any, that is currently
active for this Thread. |
Modifier and Type | Method and Description |
---|---|
boolean |
PRAuthorization.enableUpdateRuleSet(PublicAPI aCaller,
java.lang.String aRuleSetName,
java.lang.String aRuleSetVersion,
java.lang.String aPassword)
Enable the user to update the specified ruleset version
|
boolean |
PRAuthentication.setAccessGroup(PublicAPI aCaller,
java.lang.String aAccessGroupName)
Deprecated.
|
boolean |
PRAuthentication.setFailCount(PublicAPI aCaller,
int aFailCount)
Deprecated.
convert callers to AuthService
|
boolean |
PRAuthorization.setRoles(PublicAPI aCaller,
int aAction,
ClipboardProperty aRefValue)
Set the roles to be used in this authorization context
|
boolean |
PRAuthorization.setRoles(PublicAPI aCaller,
int aAction,
java.util.List aRoleList) |
boolean |
PRAuthorization.setRuleSets(PublicAPI aCaller,
int aAction,
ClipboardProperty aRefValue)
Set the rulesets to be used in this authorization context
|
boolean |
PRAuthorization.setRuleSets(PublicAPI aCaller,
int aAction,
ClipboardProperty aRefValue,
ClipboardProperty aEffectiveAsOfDate)
Set the rulesets to be used in this authorization context.
|
boolean |
PRAuthentication.setUserAuthenticated(PublicAPI aCaller,
boolean aAuthenticatonFlag)
Deprecated.
convert callers to AuthService
|
boolean |
PRAuthentication.setUserSecurityProfile(PublicAPI aCaller,
java.lang.String aUserID)
Deprecated.
convert callers to AuthService
|
boolean |
PRAuthentication.setUserSecurityProfile(PublicAPI aCaller,
java.lang.String aUserID,
ClipboardPage aOperPage)
Deprecated.
convert callers to AuthService
|
boolean |
PRAuthentication.setUserSecurityProfile(PublicAPI aCaller,
java.lang.String aUserID,
ParameterPage aParamPage)
Deprecated.
convert callers to AuthService
|
boolean |
PRAuthentication.setUserSecurityProfile(PublicAPI aCaller,
java.lang.String aUserID,
java.lang.String aAssignedUserName)
Deprecated.
convert callers to AuthService
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ClassDefinition.getDBProductName(PublicAPI aPega)
Returns the name of the database program that manages the table in which
this class is stored.
|
java.lang.String |
ClassDefinition.getTableName(PublicAPI aPega)
Returns the table in which this class is stored.
|
boolean |
ClassDefinition.isPropertyExposed(java.lang.String aPropertyName,
PublicAPI aContext)
Is a property exposed as a column in the
table in which instances of this class live?
|
int |
ClassDefinition.isPropertyMappedtoAnotherName(java.lang.String aPropertyName,
PublicAPI aContext,
java.lang.StringBuffer aMappedName)
Determine if the passed in property is mapped to another case
sensitive version of the property also mapped to the same
db table
|
Modifier and Type | Interface and Description |
---|---|
interface |
StreamBuilderToolKit
The
StreamBuilderToolKit interface identifies the functionality
available to support the generation of a defined stream, using First-Use
Assembled Java. |
Copyright © 2015 Pegasystems Inc. All Rights Reserved.