|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use PublicAPI | |
---|---|
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. |
Uses of PublicAPI in com.pega.pegarules.pub.clipboard |
---|
Methods in com.pega.pegarules.pub.clipboard with parameters of type PublicAPI | |
---|---|
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. |
Uses of PublicAPI in com.pega.pegarules.pub.context |
---|
Methods in com.pega.pegarules.pub.context that return PublicAPI | |
---|---|
PublicAPI |
PRThread.getPublicAPI()
Identifies the PublicAPI instance, if any, that is currently
active for this Thread. |
Methods in com.pega.pegarules.pub.context with parameters of type PublicAPI | |
---|---|
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 |
Uses of PublicAPI in com.pega.pegarules.pub.database |
---|
Methods in com.pega.pegarules.pub.database with parameters of type PublicAPI | |
---|---|
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 |
Uses of PublicAPI in com.pega.pegarules.pub.runtime |
---|
Subinterfaces of PublicAPI in com.pega.pegarules.pub.runtime | |
---|---|
interface |
StreamBuilderToolKit
The StreamBuilderToolKit interface identifies the functionality
available to support the generation of a defined stream, using First-Use
Assembled Java. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |