A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbandonProcessingException - Exception in com.pega.pegarules.pub.context
AbandonProcessingException is used when further processing of input should be terminated and output returned normally.
AbandonProcessingException() - Constructor for exception com.pega.pegarules.pub.context.AbandonProcessingException
 
AbandonProcessingException(Throwable) - Constructor for exception com.pega.pegarules.pub.context.AbandonProcessingException
 
AbandonProcessingException(int) - Constructor for exception com.pega.pegarules.pub.context.AbandonProcessingException
 
AbandonProcessingException(String) - Constructor for exception com.pega.pegarules.pub.context.AbandonProcessingException
 
AbandonProcessingException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.context.AbandonProcessingException
 
AbandonProcessingException(String, String) - Constructor for exception com.pega.pegarules.pub.context.AbandonProcessingException
 
AbandonProcessingException(int, String, String) - Constructor for exception com.pega.pegarules.pub.context.AbandonProcessingException
 
AbstractActivity - Class in com.pega.pegarules.pub.runtime
Contains common code used within Rule-Obj-Activity.
AbstractActivity() - Constructor for class com.pega.pegarules.pub.runtime.AbstractActivity
 
AbstractModel - Class in com.pega.pegarules.pub.runtime
Contains common code used within in generated code of data transform.
AbstractModel() - Constructor for class com.pega.pegarules.pub.runtime.AbstractModel
 
accept(PRFile, String) - Method in interface com.pega.pegarules.pub.util.PRFilenameFilter
 
ACCESS_DELETE - Static variable in interface com.pega.pegarules.pub.context.PRAuthorization
Access constant permitting use of Obj-Delete
ACCESS_DELETE_RULE - Static variable in interface com.pega.pegarules.pub.context.PRAuthorization
Access constant permitting Obj-Delete of a Rule
ACCESS_EXECUTE - Static variable in interface com.pega.pegarules.pub.context.PRAuthorization
Access constant permitting execution of Rule-Obj-Activity instances
ACCESS_MODIFY - Static variable in interface com.pega.pegarules.pub.context.PRAuthorization
Access constant permitting use of Obj-Save
ACCESS_MODIFY_RULE - Static variable in interface com.pega.pegarules.pub.context.PRAuthorization
Access constant permitting Obj-Save of a Rule
ACCESS_OPEN - Static variable in interface com.pega.pegarules.pub.context.PRAuthorization
Access constant permitting use of Obj-Open
ACCESS_OPEN_RULE - Static variable in interface com.pega.pegarules.pub.context.PRAuthorization
Access constant permitting Obj-Open of a Rule
ACCESS_PERFORM - Static variable in interface com.pega.pegarules.pub.context.PRAuthorization
 
ACCESS_SEARCH - Static variable in interface com.pega.pegarules.pub.context.PRAuthorization
Access constant permitting use of Obj-List
acquire() - Method in interface com.pega.pegarules.pub.util.StringMapFactory
 
acquireLock(String, boolean, StringMap) - Method in interface com.pega.pegarules.pub.database.LockManager
Attempts to lock against a specific string, returning a specific return status.
activateCORBAObject(String, String, String, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Deprecated.
CORBA no longer supported
activateCORBAObject(String, String, String, String, String, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Deprecated.
CORBA no longer supported
activateRequestor(Object) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Activate the requestor used to process the service request.
Activity - Interface in com.pega.pegarules.pub.runtime
The Activity interface is implemented by the Java which is generated by First-Use Assembly based on Rule-Obj-Activity instances.
ActivityTerminateException - Error in com.pega.pegarules.pub.runtime
The ActivityTerminateException is thrown when a method wishes to have the current activity to terminate immediately.
ActivityTerminateException() - Constructor for error com.pega.pegarules.pub.runtime.ActivityTerminateException
Constructor for ActivityTerminateException
ActivityTerminateException(String) - Constructor for error com.pega.pegarules.pub.runtime.ActivityTerminateException
Constructor for ActivityTerminateException
add(String, Object) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Add a value to the group contained by this property.
add(Object) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Append a value to the end of this list property.
add(int, Object) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Inserts a value at the specified position in this list property.
add(ProcessingStatus) - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Adds a new status event to this one.
add(int, String, String) - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Adds a new status event to this one.
addAPIMethodReference(String, String, String[]) - Method in interface com.pega.pegarules.pub.database.RulesetContext
Records a call to an API method, if reference tracking is enabled.
addBundle(String) - Method in interface com.pega.pegarules.pub.generator.IStaticContentAssembly
Adds the specified bundle to the payload content of the static request.
addCode(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Adds specified code fragment to primary buffer.
addCode(ExpressionMap) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Deprecated.
this method may be used only if the rule in question has a single aspect defined. It it has more than one, then an error will occur. Use FirstUseAssembler.addCode(ExpressionMap, String) instead.
addCode(ExpressionMap, String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Adds execution of the specified Rule- reference for the specified aspect to the primary code buffer.
addCode(ExpressionMap, String, PageDescriptor) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Adds execution of the specified Rule- reference for the specified aspect to the primary code buffer.
addDataPageAsRuleReference(StringMap) - Method in interface com.pega.pegarules.pub.database.RulesetContext
Adds a reference to data page rule (without trying to open it).
addErrorMessage(String) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
If there is a locked item, add a new error message to the pxErrorList property and add diagnostics to the pxErrorDetails property
addErrorMessage(String, Throwable) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
If there is a locked item, add a new error message to the pxErrorList property and add diagnostics to the pxErrorDetails property.
addErrorMessages(ClipboardProperty, CodeGenerator) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Checks for error messages in aGenCode and adds them to aProp
addExpression(boolean, boolean) - Method in interface com.pega.pegarules.pub.generator.Expression
Adds a Java representation of this expression to the code being generated.
addFile(String) - Method in interface com.pega.pegarules.pub.generator.IStaticContentAssembly
Adds the specified file to the payload content of the static request.
addImport(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Add to the set of import statements required for the generated Java.
addKnownPageDescriptor(String, String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Add a page to the "known page" list so that subsequent processing will be able to identify the class of a page created by Page-New, Obj-Open, etc.
addLookupParameter(String, List) - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
Add lookup parameter
addMessage(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Associates a message with this page.
addMessage(String, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Associates a message with a property on this page.
addMessage(String, String, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Associates a message with this page.
addMessage(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Associates a message descriptor with this property.
addMessage(String, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Associates a message descriptor with this property.
addMessages(ClipboardPage) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Copies all of the page messages on aSourcePage and adds them to this page's messages.
addMessageWithKey(String, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Associates a message and pzInsKey of its originated rule with this page.
addMessageWithKey(String, String, String, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Associates a message and pzInsKey of its originated rule with this page.
addMessageWithKey(String, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Associates a message descriptor and pzInsKey of its originated rule with this property.
addMessageWithKey(String, String, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Associates a message descriptor and pzInsKey of its originated rule with this property.
addMonthsToSameDay(String, int) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
This function will return a date numOfMonths from the specified date, where the day of the week and week of the month are the same.
addNamedPageReference(String) - Method in interface com.pega.pegarules.pub.database.RulesetContext
Records a reference to a named page, if reference tracking is enabled.
addNamedPageReference(String, String) - Method in interface com.pega.pegarules.pub.database.RulesetContext
Records a reference to a named page, if reference tracking is enabled.
addParameters(HashMap) - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
add converter input parameters.
addRequestAttachment(String, String) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Add request attachment values for the service to interpret.
addRequestParameter(Object) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Add a request parameter value for the service to interpret.
addRequestParameters(List) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Add request parameter values for the service to interpret.
addRuleReferencingInfo(String, String, String, String) - Method in interface com.pega.pegarules.pub.database.RulesetContext
Massage the inputs and add resulting info to Referencing Rule.
addToDate(String, String, String, String, String) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
This function will add days, hours,minutes,seconds to the time passed in and will return an ISO time to the caller.
addToSupport(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Adds specified code fragment to support-code buffer.
addToSupport(ExpressionMap) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Deprecated.
this method may be used only if the rule in question has a single aspect defined. It it has more than one, then an error will occur. Use FirstUseAssembler.addToSupport(ExpressionMap, String) instead.
addToSupport(ExpressionMap, String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Adds execution of the specified Rule- reference for the specified aspect to the support code buffer.
addToUpdatesCache(String, ClipboardPage, String, boolean, boolean) - Method in interface com.pega.pegarules.pub.database.Database
Cause a rule instance to be updated on all nodes during their system pulse.
addToUpdatesCache(String, String, String, String, boolean, boolean) - Method in interface com.pega.pegarules.pub.database.Database
Cause a rule instance to be updated on all nodes during their system pulse.
addUser(String) - Method in interface com.pega.pegarules.pub.tracer.TracerUserWatchList
Add specified user name to the watch list.
addXMLNode(XMLNode) - Method in class com.pega.pegarules.parserule.XMLNodeList
append the xmlNode to the list.
adoptJSONArray(String, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Imports the contents of a JSON Object onto this page.
adoptJSONObject(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Imports the contents of a JSON Object onto this page.
adoptLightweightList(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Mark this property as a virtual page list where individual rows are not loaded until they are accessed.
adoptXMLForm(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Imports the contents of an XML document onto this page.
adoptXMLForm(byte[]) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Imports the contents of an XML document onto this page.
adoptXMLForm(InputStream) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Imports the contents of an XML document onto this page.
adoptXMLForm(Reader) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Imports the contents of an XML document onto this page.
AgentUtils - Interface in com.pega.pegarules.pub.context
Utilities for managing agent queues.
alterState(ClusterState) - Method in interface com.pega.pegarules.pub.context.PRCluster
alters the state of the cluster.
append(StringExpression) - Method in interface com.pega.pegarules.pub.generator.StringExpression
Extends this StringExpression with the specified one.
appendActivity(int, String, String, ClipboardPage, ParameterPage) - Method in interface com.pega.pegarules.pub.context.PRThread
Append a standard activty to one of the run queues.
appendActivity(int, String, String, String, ClipboardPage, ParameterPage) - Method in interface com.pega.pegarules.pub.context.PRThread
Append alternate activty class to one of the run queues.
appendChild(XMLNode) - Method in class com.pega.pegarules.parserule.XMLNode
 
appendCSF(String) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Applies StringUtils.crossScriptingFilter() to aSource and adds the result to the generated stream.
appendExpression(String) - Method in interface com.pega.pegarules.pub.generator.StringExpression
Extends this StringExpression with the specified Java expression, which is presumed to produce a String value.
appendFormatted(String, byte) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Applies indicated formatting to specified string and adds result to generated stream.
appendParamCSF(String) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Applies StringUtils.crossScriptingFilter() to tools.getParamValue(aSource) and adds the result to the generated stream.
appendProperty(ClipboardProperty, String, boolean) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Adds indicated Rule-HTML-Property display for specified property instance to generated stream.
appendStream(StringMap) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Adds specified, separately defined, stream to generated stream.
appendStream(StringMap, ParameterPage) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Adds specified, separately defined, stream to generated stream.
appendString(String) - Method in interface com.pega.pegarules.pub.generator.StringExpression
Extends this StringExpression with the specified String value.
appendString(String) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Adds specified content to generated stream.
appendToNodeValue(String) - Method in class com.pega.pegarules.parserule.XMLNode
Method appendToNodeValue to append to the node value.
appendURL(String) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Adds specified URL to the stream, possibly modified to support the directed-work security requirements.
applyCollection(StringMap, ClipboardPage, ParameterPage) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Applies a Collection to an instance.
applyModel(ClipboardPage, ParameterPage, String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Apply a model to the specified clipboard page.
applyModel(ClipboardPage, StringMap, ParameterPage) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Apply a model to the specified clipboard page.
ASIS - Static variable in class com.pega.pegarules.pub.util.StringUtils
Constant for "concat" methods, leave string in original case
assertThreadLocalConnectionsClear() - Method in interface com.pega.pegarules.pub.database.Database
Deprecated.
assign(ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.runtime.EditInput
The perform method defines the processing associated with each implementation of EditInput.
attachJavaObject(PRObjectWrapper) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Attaches a Java object to this page.
ATTR_MAX_OCCURS - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
ATTR_MIN_OCCURS - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
ATTR_NILLABLE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
AuthenticationRequiredException - Exception in com.pega.pegarules.pub.context
AuthenticationRequiredException is thrown when (an interactive) user is required to supply credentials.
AuthenticationRequiredException() - Constructor for exception com.pega.pegarules.pub.context.AuthenticationRequiredException
 
AuthenticationRequiredException(Throwable) - Constructor for exception com.pega.pegarules.pub.context.AuthenticationRequiredException
 
AuthenticationRequiredException(int) - Constructor for exception com.pega.pegarules.pub.context.AuthenticationRequiredException
 
AuthenticationRequiredException(String) - Constructor for exception com.pega.pegarules.pub.context.AuthenticationRequiredException
 
AuthenticationRequiredException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.context.AuthenticationRequiredException
 
AuthenticationRequiredException(String, String) - Constructor for exception com.pega.pegarules.pub.context.AuthenticationRequiredException
 
AuthenticationRequiredException(int, String, String) - Constructor for exception com.pega.pegarules.pub.context.AuthenticationRequiredException
 
AuthorizationException - Exception in com.pega.pegarules.pub.database
Indicates that a database operation could not be performed due to insufficient authorization.
available() - Method in class com.pega.pegarules.pub.util.PRInputStream
Identical to BufferedInputStream.available()
axisClientIsGenerated() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
axisClientIsInitialized(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 

B

backoutWorst() - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Removes the most severe status message from this instance.
BadCircumstanceDateFormat - Exception in com.pega.pegarules.pub.database
This exception is thrown when a Rule contains a bad Circumstance Date.
BadClassDefinitionException - Exception in com.pega.pegarules.pub.database
Indicates that a PegaRULES class does not exist, or if there is some other problem with its definition.
BadClassDefinitionException(Throwable, String, String[], int, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.BadClassDefinitionException
Creates a bad class definition exception with a given severity, and with other information.
BadClassDefinitionException(String, String) - Constructor for exception com.pega.pegarules.pub.database.BadClassDefinitionException
Creates an exception and sets the processing status to "fail."
BadClassDefinitionException(Throwable, String, String) - Constructor for exception com.pega.pegarules.pub.database.BadClassDefinitionException
Creates an exception that resulted from a previous exception.
BadClassDefinitionException(int, String) - Constructor for exception com.pega.pegarules.pub.database.BadClassDefinitionException
Creates an exception with a severity.
BadDatabaseDefinitionException - Exception in com.pega.pegarules.pub.database
Database configuration is invalid or missing.
BadDatabaseDefinitionException(String, String) - Constructor for exception com.pega.pegarules.pub.database.BadDatabaseDefinitionException
Creates an exception that indicates that a particular database definition is missing.
BadDatabaseDefinitionException(String, String, String) - Constructor for exception com.pega.pegarules.pub.database.BadDatabaseDefinitionException
Creates an exception that indicates that there is a problem with configuration for a particular database.
BadDatabaseDefinitionException(String, String, String, int) - Constructor for exception com.pega.pegarules.pub.database.BadDatabaseDefinitionException
Creates an exception with a given severity.
BadInputException - Exception in com.pega.pegarules.pub.database
Indicates that an input to a database method is invalid.
BadInputException(Throwable, String, String[], int, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.BadInputException
Creates a bad input exception with a given severity, message name, and with other information.
BadInputException(Throwable, String) - Constructor for exception com.pega.pegarules.pub.database.BadInputException
Creates an exception
BadInputException(String) - Constructor for exception com.pega.pegarules.pub.database.BadInputException
Creates an exception
BadInputException(int, String) - Constructor for exception com.pega.pegarules.pub.database.BadInputException
Creates an exception with a severity.
BadInputException(ClipboardPage, String) - Constructor for exception com.pega.pegarules.pub.database.BadInputException
Creates an bad input exception due to the attempt to save an invalid page.
BadInstanceDataException - Exception in com.pega.pegarules.pub.database
This exception is thrown when PegaRULES encounters a database record with corrupt data.
BadInstanceDataException(String) - Constructor for exception com.pega.pegarules.pub.database.BadInstanceDataException
Constructor for BadInstanceDataException
BadInstanceDataException(Throwable, String) - Constructor for exception com.pega.pegarules.pub.database.BadInstanceDataException
Constructor for BadInstanceDataException
BadRoleException - Exception in com.pega.pegarules.pub.database
Exception thrown when a bad role is specified.
BadRoleException(String, String) - Constructor for exception com.pega.pegarules.pub.database.BadRoleException
Constructor for BadRoleException
BadRoleException(String, Throwable, String) - Constructor for exception com.pega.pegarules.pub.database.BadRoleException
Constructor for BadRoleException
BadRulesetException - Exception in com.pega.pegarules.pub.database
An exception with a ruleset--either a badly formatted ruleset string, or an undefined ruleset, depending on the method.
BadRulesetException(String, String) - Constructor for exception com.pega.pegarules.pub.database.BadRulesetException
Creates an exception caused by the specified ruleset definition.
BadRulesetException(String) - Constructor for exception com.pega.pegarules.pub.database.BadRulesetException
Creates an exception caused by the specified ruleset definition.
BadRulesetException(String, String, String) - Constructor for exception com.pega.pegarules.pub.database.BadRulesetException
Creates an exception caused by the specified ruleset definition.
BadRulesetException(String, String, DatabaseException) - Constructor for exception com.pega.pegarules.pub.database.BadRulesetException
 
BadTableMappingException - Exception in com.pega.pegarules.pub.database
Indicates that there is a problem mapping from a class instance to a table.
BadTableMappingException(Throwable, String, String[], int, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.BadTableMappingException
Creates a bad table mapping exception.
BadTableMappingException(String) - Constructor for exception com.pega.pegarules.pub.database.BadTableMappingException
Constructor for BadTableMappingException
BadTableMappingException(Throwable, String) - Constructor for exception com.pega.pegarules.pub.database.BadTableMappingException
Deprecated.
use one of the other constructors
Base64Util - Class in com.pega.pegarules.pub.util
PegaRULES Base64Util for mime base64 encode/decode support.
Base64Util() - Constructor for class com.pega.pegarules.pub.util.Base64Util
 
BEAN - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.TransactionAttribute
 
bigDecimalToPega(char, BigDecimal) - Static method in class com.pega.pegarules.pub.clipboard.PRStringFormat
Convert from an ICU BigDecimal value to PegaRULES standard form
BLOCK_VALUE_ALL - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
BLOCK_VALUE_EXTENSION - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
BLOCK_VALUE_RESTRICTION - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
BLOCK_VALUE_SUBSTITUTION - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
BOOLEAN_VALUE_0 - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
BOOLEAN_VALUE_1 - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
BOOLEAN_VALUE_FALSE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
BOOLEAN_VALUE_TRUE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
booleanToPega(char, boolean) - Static method in class com.pega.pegarules.pub.clipboard.PRStringFormat
Convert from a Java boolean value to PegaRULES standard form
BuildInfo - Class in com.pega.pegarules.pub.util
This class is dynamically generated and source control committed by the PegaRULES Build Process.
BuildInfo() - Constructor for class com.pega.pegarules.pub.util.BuildInfo
 
buildWrapperSource(PRObjectWrapperGenerator, Class, Set) - Method in interface com.pega.pegarules.pub.generator.PRWrapperSourceBuilder
Build the source code for the given source bean.
buildXMLTree(String, ClipboardPage, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Populate a clipboard page with embedded page content that can be used as the data structure for a tree view display of a complex XML element.
buildXMLTree(XSDElementDeclaration, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Populate a clipboard page with embedded page content that can be used as the data structure for a tree view display of a complex XML element.
buildXMLTree(String, XSDElementDeclaration, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Populate a clipboard page with embedded page content that can be used as the data structure for a tree view display of a complex XML element.
buildXMLTree(String, String, XSDComplexTypeDefinition, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Populate a clipboard page with embedded page content that can be used as the data structure for a tree view display of a complex XML element.
buildXMLTree(String, String, String, XSDComplexTypeDefinition, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Populate a clipboard page with embedded page content that can be used as the data structure for a tree view display of a complex XML element.
byteArray2Int(byte[]) - Static method in class com.pega.pegarules.pub.util.JavaUtils
Convert the first 4 bytes of array to equivalent integer.
byteArray2Int(byte[], int) - Static method in class com.pega.pegarules.pub.util.JavaUtils
 
byteLength() - Method in class com.pega.pegarules.pub.util.PRReader
Returns the number of bytes (not characters) in the underlying stream that will be processed and returned by this reader.

C

CacheException - Exception in com.pega.pegarules.pub.database
Indicates that the cache detected an error.
CacheException(String, String) - Constructor for exception com.pega.pegarules.pub.database.CacheException
Creates a cache exception.
CacheException(String) - Constructor for exception com.pega.pegarules.pub.database.CacheException
Constructor for CacheException
CacheRuntimeException - Error in com.pega.pegarules.pub.database
Indicates that the cache detected an error.
CacheRuntimeException(String) - Constructor for error com.pega.pegarules.pub.database.CacheRuntimeException
Creates an exception
CacheRuntimeException(String, Throwable) - Constructor for error com.pega.pegarules.pub.database.CacheRuntimeException
Creates a cache runtime exception that was triggered by another exception or error.
calculateNodeUniqueID(String, String, String) - Method in interface com.pega.pegarules.pub.context.PRNode
Calculates the node id of any PRPC system with the given properties.
callWith(T, Callable<R>) - Method in class com.pega.pegarules.bootstrap.util.VicariousThreadLocal
Executes task with thread-local set to the specified value.
cancelDeferredUpdate(ClipboardPage) - Method in interface com.pega.pegarules.pub.database.Database
Cancels the deferred addition, deletion, or update of a page.
canExecuteOn(UUID) - Method in interface com.pega.pegarules.pub.context.ClusterExecutor
Checks whether it is possible to execute on the given node
canRead() - Method in class com.pega.pegarules.pub.util.PRFile
 
canUpdateRuleSet(String, String) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
Determine if a user is permitted to update a specified ruleset version
canWeCommitOurConnections() - Method in class com.pega.pegarules.pub.context.PRSessionContext
Tells you if you are allowed to call commit or rollback on a connection JTA does not allow you to do this (whether container managed or bean managed) The decision is based on a flag we keep that is maintained from ThreadConnectionStore
canWrite() - Method in class com.pega.pegarules.pub.util.PRFile
 
canWriteInstances() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Can one write instances of this class?
center(String, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
center a string in a given length
ChainingException - Exception in com.pega.pegarules.pub.infengine
Base exception for declarative processing.
ChainingException(String, ClipboardPage, String) - Constructor for exception com.pega.pegarules.pub.infengine.ChainingException
Construct a new ChainingException instance, providing the cause, the target clipboard page and the target reference.
ChainingException(String, ClipboardPage, String, String) - Constructor for exception com.pega.pegarules.pub.infengine.ChainingException
 
CHANGESCOPE_COMMIT - Static variable in interface com.pega.pegarules.pub.context.PRThread
Used to track property changes in the Commit scope (indexing)
CHANGESCOPE_STEP - Static variable in interface com.pega.pegarules.pub.context.PRThread
Used to track property changes in the Step scope (declarative rules)
checkCachingHeaders(long, long) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Validate the headers submitted as part of the request match the inputs provided.
checkMembershipConsistency() - Method in interface com.pega.pegarules.pub.context.PRCluster
An implementation-specific check of cluster membership consistency.
checkModelInstance(String, String, String, ClipboardProperty) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Validates that the specified model exists and is accessible to the user's context.
checkNodeId(String) - Method in interface com.pega.pegarules.pub.context.PRCluster
Check to ensure that a given nodeid is actually unique in the cluster.
checkPrecondition() - Method in interface com.pega.pegarules.pub.runtime.CollectionRule
Tests the preconditions for this Rule.
checkPropertyDefinition(ClipboardPage) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Edits the contents of the Rule-Obj-Property instance passed to it.
checkPropertyKeys(ClipboardPage) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Validates the contents of the Rule-Obj-Property instance passed to it.
checkQueuesEnabled(String) - Method in interface com.pega.pegarules.pub.context.AgentUtils
For the specified Agent name, return a list of booleans indicating the running status of each individual queue defined in that Agent.
checkRequiredLocks(Set) - Method in interface com.pega.pegarules.pub.database.LockManager
Check that all keys in keyset are locked
checkStopConditions() - Method in interface com.pega.pegarules.pub.runtime.CollectionRule
Performs a stop condition check for the containing Collection.
checkWhenInstance(String, String, String, ClipboardProperty) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Validates that the specified when block exists and is accessible to the user's context.
CircumstanceResult - Class in com.pega.pegarules.pub.database
Deprecated. 
CircumstanceResult(CircumstanceResult.Status, ClipboardPage, String, Date) - Constructor for class com.pega.pegarules.pub.database.CircumstanceResult
Deprecated.
Creates a result.
CircumstanceResult.Status - Class in com.pega.pegarules.pub.database
Deprecated.
The possible results for resolving a rule for a specific circumstance.
ClassDefinition - Interface in com.pega.pegarules.pub.database
Represents a PegaRULES class.
ClassInfo - Interface in com.pega.pegarules.pub.dictionary
Provides cached access to Class information.
cleanForReuse(PegaAPI) - Method in interface com.pega.pegarules.pub.runtime.FUAReusable
 
clear() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Removes all properties from this page.
clear() - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Clears all status information from this instance.
clear() - Static method in class com.pega.pegarules.pub.context.ThreadContainer
 
clear() - Method in class com.pega.pegarules.pub.generator.ExpressionMap
Removes all associations from the collection.
clear() - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Removes all parameters from this instance.
clear() - Method in class com.pega.pegarules.pub.util.HashStringMap
Removes all associations from the collection.
clearActivityLists() - Method in interface com.pega.pegarules.pub.context.PRThread
Clear the activity lists
clearAttrProtected() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Clear the Protected attribute from this property.
clearCache() - Method in interface com.pega.pegarules.pub.database.Database
Clears all entries from the database cache.
clearMessages() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Removes all messages from this page.
clearMessages(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Removes all messages from the referenced property.
clearMessages() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Clears all messages (and the Error attribute) from this property and all embedded pages and properties.
clearRequestorPool(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Clear the requestor pool associated with the service package key.
clearStats() - Method in interface com.pega.pegarules.pub.pal.PAL
Resets all the statistics to zero.
clearValue(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Eliminate the value of the referenced property.
clearValue() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Eliminate the value of this property.
ClipboardPage - Interface in com.pega.pegarules.pub.clipboard
ClipboardPage provides a common interface to PegaRULES pages.
ClipboardProperty - Interface in com.pega.pegarules.pub.clipboard
Represents a single property.
ClipboardPropertyCollection - Interface in com.pega.pegarules.pub.clipboard
Collection type specific to the aggregate functions.
close() - Method in interface com.pega.pegarules.pub.generator.IGeneratedMethod
Completes construction of the method, which results in a check for duplicate methods.
close() - Method in class com.pega.pegarules.pub.util.PRInputStream
Identical to BufferedInputStream.close()
close() - Method in class com.pega.pegarules.pub.util.PROutputStream
Closes this output stream and writes the contents of the file to the underlying file storage.
close() - Method in class com.pega.pegarules.pub.util.PRReader
Close the stream.
close() - Method in class com.pega.pegarules.pub.util.PRWriter
Close the stream.
close() - Method in class com.pega.pegarules.pub.util.PRWriterCompressor
Close the stream.
closeHTMLDoc() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
This must be called after getting a stream that is a top-level document.
closeRequestor() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Finalize the requestor used to process the service request.
ClusterExecutor - Interface in com.pega.pegarules.pub.context
ExecutorService like interface for running distributed jobs
ClusterState - Enum in com.pega.pegarules.pub.context
defines the set of valid states that the cluster can exist in.
COBOLUtils - Interface in com.pega.pegarules.pub.util
Utilities for applying Rule-Map-COBOL rules.
CodeGenerator - Interface in com.pega.pegarules.pub.generator
CodeGenerator
collectElements(StringBuilder, String, boolean, boolean, boolean, Collection) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Collects (as Strings) all elements from the XML String that have types matching the regex in the first argument.
CollectionRule - Interface in com.pega.pegarules.pub.runtime
Represents a single Rule that is executed in a Collection.
Column - Class in com.pega.pegarules.pub.database
 
Column(String, DatabaseStateToken, int, int, boolean, String, int, boolean) - Constructor for class com.pega.pegarules.pub.database.Column
Deprecated.
use the constructor that takes a catalog and schema name
Column(String, String, String, String, DatabaseStateToken, int, int, String, boolean, String, int, boolean) - Constructor for class com.pega.pegarules.pub.database.Column
Creates a column.
Column(String, String, String, String, DatabaseStateToken, int, int, String, boolean, String, int, int, boolean) - Constructor for class com.pega.pegarules.pub.database.Column
Creates a column.
Column(Column, String) - Constructor for class com.pega.pegarules.pub.database.Column
Creates a copy of the column, with a new name.
ColumnPopulationException - Exception in com.pega.pegarules.pub.database
 
ColumnPopulationException(String, int) - Constructor for exception com.pega.pegarules.pub.database.ColumnPopulationException
This standard constructor requires a diagnostic to identify the nature of the problem encountered.
ColumnPopulationException(String) - Constructor for exception com.pega.pegarules.pub.database.ColumnPopulationException
This standard constructor requires a diagnostic to identify the nature of the problem encountered.
ColumnPopulationException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.database.ColumnPopulationException
This constructor requires a diagnostic to identify the nature of the problem encountered and a Throwable that further describes the cause of the exception.
com.pega.pegarules.bootstrap.util - package com.pega.pegarules.bootstrap.util
 
com.pega.pegarules.parserule - package com.pega.pegarules.parserule
 
com.pega.pegarules.pub - package com.pega.pegarules.pub
Classes common to most public interfaces, such as PegaRULES exceptions.
com.pega.pegarules.pub.clipboard - package com.pega.pegarules.pub.clipboard
Clipboard, Page, and Property interfaces.
com.pega.pegarules.pub.context - package com.pega.pegarules.pub.context
 
com.pega.pegarules.pub.crypto - package com.pega.pegarules.pub.crypto
 
com.pega.pegarules.pub.database - package com.pega.pegarules.pub.database
Provides access to the relational database.
com.pega.pegarules.pub.dictionary - package com.pega.pegarules.pub.dictionary
Dictionary validation interface for PegaRULES engine.
com.pega.pegarules.pub.generator - package com.pega.pegarules.pub.generator
Java generation public interfaces and classes.
com.pega.pegarules.pub.infengine - package com.pega.pegarules.pub.infengine
Declarative rules processing common classes.
com.pega.pegarules.pub.pal - package com.pega.pegarules.pub.pal
Reports various statistics about a PegaRULES Thread.
com.pega.pegarules.pub.runtime - package com.pega.pegarules.pub.runtime
Public interfaces for activities, models, whens, edits, and streams.
com.pega.pegarules.pub.services - package com.pega.pegarules.pub.services
 
com.pega.pegarules.pub.services.jsr94 - package com.pega.pegarules.pub.services.jsr94
 
com.pega.pegarules.pub.services.xsd - package com.pega.pegarules.pub.services.xsd
 
com.pega.pegarules.pub.session - package com.pega.pegarules.pub.session
 
com.pega.pegarules.pub.tracer - package com.pega.pegarules.pub.tracer
 
com.pega.pegarules.pub.updatemanager - package com.pega.pegarules.pub.updatemanager
 
com.pega.pegarules.pub.util - package com.pega.pegarules.pub.util
Miscellaneous public utility classes and interfaces.
com.pega.pegarules.pub.util.currency - package com.pega.pegarules.pub.util.currency
 
commit() - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Commit currently locked queue item to queue.
commit() - Method in interface com.pega.pegarules.pub.database.Database
Commits the current PegaRULES Transaction (applies all deferred database changes).
comparator() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
Get the sort function specified in this Alias instance.
COMPARE_DEBUG - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
 
COMPARE_PEGA - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
 
COMPARE_PEGATEST - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
 
COMPARE_TECHNIQUE - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
Options for debugging alternate comparison techniques.
COMPARE_XMLUNIT - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
 
compareNameAndMajorVersion(Object) - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
Compares another ruleset's name and major version to this ruleset.
compareStringsHandleNulls(String, String) - Static method in class com.pega.pegarules.pub.util.StringUtils
 
compareTo(Object) - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
Compares another ruleset to this.
COMPAT_42SP1 - Static variable in interface com.pega.pegarules.pub.generator.PRObjectWrapperGenerator
 
COMPAT_42SP2 - Static variable in interface com.pega.pegarules.pub.generator.PRObjectWrapperGenerator
 
COMPLEX_TYPE_CONTENT_ELEMENT - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
COMPLEX_TYPE_CONTENT_EMPTY - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
COMPLEX_TYPE_CONTENT_MIXED - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
COMPLEX_TYPE_CONTENT_SIMPLE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
concat(int, Object, Object) - Static method in class com.pega.pegarules.pub.util.StringUtils
Concatenates strings (or Object.toString() equivalents) using StringBufferFactory for intermediate storage.
concat(int, Object, Object, Object) - Static method in class com.pega.pegarules.pub.util.StringUtils
Concatenates strings (or Object.toString() equivalents) using StringBufferFactory for intermediate storage.
concat(int, Object, Object, Object, Object) - Static method in class com.pega.pegarules.pub.util.StringUtils
Concatenates strings (or Object.toString() equivalents) using StringBufferFactory for intermediate storage.
concat(int, Object, Object, Object, Object, Object) - Static method in class com.pega.pegarules.pub.util.StringUtils
Concatenates strings (or Object.toString() equivalents) using StringBufferFactory for intermediate storage.
concat(int, Object, Object, Object, Object, Object, Object) - Static method in class com.pega.pegarules.pub.util.StringUtils
Concatenates strings (or Object.toString() equivalents) using StringBufferFactory for intermediate storage.
concat(int, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.pega.pegarules.pub.util.StringUtils
Concatenates strings (or Object.toString() equivalents) using StringBufferFactory for intermediate storage.
concat(int, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.pega.pegarules.pub.util.StringUtils
Concatenates strings (or Object.toString() equivalents) using StringBufferFactory for intermediate storage.
concat(int, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.pega.pegarules.pub.util.StringUtils
Concatenates strings (or Object.toString() equivalents) using StringBufferFactory for intermediate storage.
concat(int, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.pega.pegarules.pub.util.StringUtils
Concatenates strings (or Object.toString() equivalents) using StringBufferFactory for intermediate storage.
concatenateEForms(List, Map) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Concatenates several eForm documents into a single document.
ConcurrentHashMapWithNullSupport<K,V> - Class in com.pega.pegarules.pub.util
 
ConcurrentHashMapWithNullSupport() - Constructor for class com.pega.pegarules.pub.util.ConcurrentHashMapWithNullSupport
 
ConcurrentHashMapWithNullSupport(int, float, int) - Constructor for class com.pega.pegarules.pub.util.ConcurrentHashMapWithNullSupport
 
ConcurrentHashMapWithNullSupport(int, float) - Constructor for class com.pega.pegarules.pub.util.ConcurrentHashMapWithNullSupport
 
ConcurrentHashMapWithNullSupport(int) - Constructor for class com.pega.pegarules.pub.util.ConcurrentHashMapWithNullSupport
 
ConcurrentHashMapWithNullSupport(Map<K, V>) - Constructor for class com.pega.pegarules.pub.util.ConcurrentHashMapWithNullSupport
 
ConfigurationException - Exception in com.pega.pegarules.pub.database
This exception is thrown if there is bad configuration.
ConfigurationException(String) - Constructor for exception com.pega.pegarules.pub.database.ConfigurationException
 
ConfigurationException(Throwable, String) - Constructor for exception com.pega.pegarules.pub.database.ConfigurationException
 
ConfigurationException(String, String) - Constructor for exception com.pega.pegarules.pub.database.ConfigurationException
Creates a general configuration exception.
ConfigurationException(String, String, int) - Constructor for exception com.pega.pegarules.pub.database.ConfigurationException
Creates a general configuration exception with a specified severity.
ConfigurationException(Throwable, String, String[], int, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.ConfigurationException
Creates a database exception with a given severity, and with other information.
configureMappingRules(XSDComponentBuilder, StringMap, ClipboardProperty) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Configure XML mapping rules that have already been added to the rule list.
ConnectionException - Exception in com.pega.pegarules.pub.database
This class and its subclasses represent database-related connectivity errors (as opposed to operational errors).
ConnectionException(Throwable, int, String, String, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.ConnectionException
Creates a connection exception.
ConnectionException(Throwable, String, String[], int, String, String[], String) - Constructor for exception com.pega.pegarules.pub.database.ConnectionException
Creates a connection exception.
ConnectionException(Throwable, Throwable, String, String[], int, String, String[], String) - Constructor for exception com.pega.pegarules.pub.database.ConnectionException
Creates a connection exception.
ConnectorException - Exception in com.pega.pegarules.pub.services
Runtime exception for connector rule failures.
ConnectorException() - Constructor for exception com.pega.pegarules.pub.services.ConnectorException
Default constructor with no message.
ConnectorException(String) - Constructor for exception com.pega.pegarules.pub.services.ConnectorException
Constructor with a message.
ConnectorException(Throwable) - Constructor for exception com.pega.pegarules.pub.services.ConnectorException
Constructor with a root cause.
ConnectorException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.services.ConnectorException
Constructor with a message and a cause.
ConnectorException(String, String) - Constructor for exception com.pega.pegarules.pub.services.ConnectorException
Constructor with a message and the name of an error handler flow.
ConnectorException(String, String, Throwable) - Constructor for exception com.pega.pegarules.pub.services.ConnectorException
Constructor with a message, an error handler, and a cause.
containsKey(Object) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Query if this page contains a property with this name.
containsKey(Object) - Method in class com.pega.pegarules.pub.generator.ExpressionMap
Identifies whether there is an association for the specified name.
containsKey(Object) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Identifies whether the named parameter is defined in this instance.
containsKey(Object) - Method in class com.pega.pegarules.pub.util.ConcurrentHashMapWithNullSupport
 
containsKey(Object) - Method in class com.pega.pegarules.pub.util.HashStringMap
Identifies whether there is an association for the specified name.
containsValue(Object) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Query if this page contains this property.
containsValue(Object) - Method in class com.pega.pegarules.pub.generator.ExpressionMap
Identifies whether this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Identifies whether the specified value is associated with one or more parameter names in this instance.
containsValue(Object) - Method in class com.pega.pegarules.pub.util.ConcurrentHashMapWithNullSupport
 
containsValue(Object) - Method in class com.pega.pegarules.pub.util.HashStringMap
Identifies whether this map maps one or more keys to the specified value.
convert(HashMap, Writer) - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
This method converts an input object into a metadata document.
convertDTDToXSD(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Convert a DTD file to XML Schema.
convertListCriteria(ClipboardPage) - Method in interface com.pega.pegarules.pub.database.Database
Converts an old-style (version 2) list criteriapage to a current list criteria page.
copy() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Copies this page and all of its properties to a new page.
copy(boolean, boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Copies this page and all of its properties to a new page.
copyParameter(String, String) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
 
copyParameterValues(ParameterPage) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Copies all of the given activity parameter properties onto this page.
COPYRIGHT - Static variable in class com.pega.pegarules.parserule.XMLNode
 
COPYRIGHT - Static variable in class com.pega.pegarules.parserule.XMLNodeList
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.clipboard.ClipboardPage
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.clipboard.ClipboardPropertyCollection
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.IncompatibleClassException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.InvalidIdentifierException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.InvalidParameterException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.InvalidReferenceException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.InvalidStreamError
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.InvalidValueException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.JavaObjectSerializationException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.clipboard.JavaPropertyTransform
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.LightweightPropertyException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.LoadOnlyException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.NoSuchParentForReferenceException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.NoSuchReferenceException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.PegaArchiveException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.PRDataPagePoolException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.PRDeclarePageException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.PRDeclarePageInvalidAccessException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.PRDeclarePageLoadException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.PRObjectWrapperException
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.clipboard.PRStringFormat
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.ReadOnlyException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.StalePropertyReferenceException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.UnmodifiablePropertyException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.VirtualPropertyException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.clipboard.WrongModeException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.context.AbandonProcessingException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.context.AgentUtils
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.context.AuthenticationRequiredException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.context.ClusterExecutor
 
COPYRIGHT - Static variable in enum com.pega.pegarules.pub.context.ClusterState
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.context.CryptographicException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.context.IAuthSettingInfo
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.context.IExecuteRightInfo
 
COPYRIGHT - Static variable in error com.pega.pegarules.pub.context.InitializationFailedError
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.context.InvalidConfigurationException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.context.InvalidLocaleException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.context.IRoleAccessRightInfo
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.context.IRoleAuthSettingInfo
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.context.PageDirectory
 
COPYRIGHT - Static variable in error com.pega.pegarules.pub.context.PRAbandonProcessingException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.context.PRAuthentication
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.context.PRAuthorization
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.context.PRCluster
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.context.PRNode
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.context.PRNoSuchChildException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.context.ProcessingStatus
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.context.PRQueueManager
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.context.PRRequestor
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.context.PRRequestProcessor
 
COPYRIGHT - Static variable in error com.pega.pegarules.pub.context.PRSecurityException
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.context.PRSessionContext
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.context.PRStackFrame
 
COPYRIGHT - Static variable in error com.pega.pegarules.pub.context.PRStackFrameNotTopException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.context.PRThread
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.context.PRThreadLockException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.context.PRTimeoutExpiredException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.context.RequestorLockException
 
COPYRIGHT - Static variable in error com.pega.pegarules.pub.context.StaleRequestorError
 
COPYRIGHT - Static variable in error com.pega.pegarules.pub.context.StaleThreadError
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.context.ThreadContainer
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.context.ThreadInEtier
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.crypto.IPasswordResult
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.crypto.IPRCipher
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.crypto.IPRCrypto
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.AuthorizationException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.BadCircumstanceDateFormat
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.BadClassDefinitionException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.BadDatabaseDefinitionException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.BadInputException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.BadInstanceDataException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.BadRoleException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.BadRulesetException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.BadTableMappingException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.CacheException
 
COPYRIGHT - Static variable in error com.pega.pegarules.pub.database.CacheRuntimeException
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.database.CircumstanceResult
Deprecated.
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.database.ClassDefinition
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.database.Column
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.ColumnPopulationException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.ConfigurationException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.ConnectionException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.database.Database
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.DatabaseException
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.database.DatabaseInformation
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.database.DatabaseTable
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.DuplicateKeyException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.InitializationException
Deprecated.
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.IntegrityConstraintViolationException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.JTAException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.LockFailureException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.LockGoneException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.database.LockManager
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.LockStolenException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.MultipleCircumstancePropertiesException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.MultipleInstancesWithKeyException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.MultipleRuleVersionException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.NestedCommitException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.NonexistentTableException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.NoRuleVersionWithoutCircumstanceException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.database.NotSupportedException
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.database.RuleResolutionInformation
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.database.RulesetContext
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.dictionary.ClassInfo
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.dictionary.Dictionary
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.dictionary.DictionaryException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.dictionary.PropertyInfo
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.generator.CodeGenerator
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.generator.DeclarativeReference
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.generator.Expression
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.generator.ExpressionException
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.generator.ExpressionMap
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.generator.FirstUseAssembler
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.generator.FirstUseAssemblerException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.generator.FUAListEntry
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.generator.GenericAssembler
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.generator.GenericAssemblerValidator
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.generator.IGeneratedMethod
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.generator.IStaticContentAssembly
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.generator.JavaGenerator
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.generator.JavaGeneratorExtended
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.generator.JSPRuntimeException
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.generator.PageDescriptor
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.generator.PRObjectWrapperGenerator
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.generator.PRWrapperSourceBuilder
 
COPYRIGHT - Static variable in error com.pega.pegarules.pub.generator.RuleNotFoundException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.generator.StringExpression
 
COPYRIGHT - Static variable in error com.pega.pegarules.pub.generator.UnresolvedAssemblyError
 
COPYRIGHT - Static variable in error com.pega.pegarules.pub.generator.UnresolvedRuntimeError
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.infengine.ChainingException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.infengine.IndeterminateGoalException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.infengine.MissingPropertyException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.pal.PAL
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.PRAppRuntimeException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.PRException
 
COPYRIGHT - Static variable in error com.pega.pegarules.pub.PRInterruptedException
 
COPYRIGHT - Static variable in error com.pega.pegarules.pub.PRMissingContextError
 
COPYRIGHT - Static variable in error com.pega.pegarules.pub.PRRuntimeError
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.PRRuntimeException
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.runtime.AbstractActivity
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.runtime.AbstractModel
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.Activity
 
COPYRIGHT - Static variable in error com.pega.pegarules.pub.runtime.ActivityTerminateException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.CollectionRule
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.EditInput
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.EditValidate
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.FUAReusable
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.FUASupport
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.Function
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.runtime.FunctionInvocationException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.GeneratedJava
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.GeneratedJavaEntry
 
COPYRIGHT - Static variable in error com.pega.pegarules.pub.runtime.IndeterminateConditionalException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.runtime.LibraryFunctionNotFoundException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.MetadataAvail
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.runtime.ParameterPage
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.ParseState
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.PropertyAlias
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.PublicAPI
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.RuleDeclareCollection
 
COPYRIGHT - Static variable in error com.pega.pegarules.pub.runtime.RuleGenerationException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.Stage
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilder
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.WebAllowable
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.runtime.WhenBlock
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.services.ConnectorException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.services.InboundMappingException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.services.IndirectReferenceException
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.services.jsr94.PRuleServiceProviderImpl
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.services.jsr94.RuleSetFileGeneratorImpl
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.services.OutboundMappingException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.services.RemoteApplicationException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.services.ResourceUnavailableException
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.services.ServiceException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.ServiceInterface
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDAnnotation
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDAttributeDeclaration
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDAttributeGroupDefinition
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDAttributeGroupReference
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDAttributeReference
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDAttributeWildcard
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDComplexTypeDefinition
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDComponent
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDComponentList
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDElementIdentityConstraint
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDElementReference
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDElementWildcard
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDModelGroupDefinition
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDModelGroupReference
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDSchemaImport
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDSchemaInclude
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDSchemaNotation
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDSchemaRedefine
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDSimpleTypeDefinition
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDSimpleTypeRestrictionFacet
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDTypeDefinition
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.session.CustomPassivationMechanism
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.session.Job
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.session.PassivationDigest
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.session.PassivationKey
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.session.PassivationMetadata
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.session.PassivationRecord
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.StringBufferFactoryConstants
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.tracer.JavaBreakpointException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.tracer.TracerUserWatchList
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.updatemanager.HotfixInstallStatus
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.Base64Util
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.BuildInfo
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.ConcurrentHashMapWithNullSupport
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.util.currency.CurrencyProperties
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.util.DateTimeUtils
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.util.EFormUtils
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.EncodingMap
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.HashStringMap
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.JavaUtils
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.util.ParseUtils
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.PerThreadCache
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.PRFile
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.PRFileDataSource
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.util.PRFilenameFilter
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.PRFileUtil
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.PRHtmlFilter
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.PRInputStream
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.PRNumberFormat
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.PROutputStream
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.PRReader
copyright
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.util.PRSystemSettings
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.PRWriter
copyright
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.PRWriterCompressor
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.util.Random
 
COPYRIGHT - Static variable in exception com.pega.pegarules.pub.util.RDBSchemaGeneratorException
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.util.RuleSet
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.util.RuleSetSpecification
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.util.SchemaParser
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.util.SearchResult
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.util.ServiceUtils
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.util.StringMap
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.util.StringMapFactory
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.StringUtils
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.util.ThreadLocalStringMapFactory
 
COPYRIGHT - Static variable in interface com.pega.pegarules.pub.util.WebSvcsParser
 
COPYRIGHT - Static variable in class com.pega.pegarules.pub.util.XMLUtils
 
copyValues() - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Make a copy of this ParameterPage.
countChildNodes(XSDElementDeclaration) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Traverse the complex content of an element declaration to count the number of child element and attribute nodes.
countChildNodes(XSDComplexTypeDefinition) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Traverse the content of a complex type definition to count the number of child element and attribute nodes.
createAuthenticationRequest(ClipboardPage) - Method in interface com.pega.pegarules.pub.util.SAMLUtils
Generates the SAML Authentication Request from the given input ClipboardPage of "Data-Admin-Security-SSO-SAML" The input ClipboardPage should contain values for the below properties : pyIssuer - Issuer or entity ID pyIDPSSOServiceLocation - IDP's Single Sign On Service endpoint pyProtocolBinding - IDP's Response binding protocol pyAssertionConsumerServiceURL - Assertion Consumer Service URL pyIsSigningDisabled, pyKeystore, pySignatureUser, pySignaturePassword - For signing information
createBadCircumstanceDateException(String, String, String) - Static method in exception com.pega.pegarules.pub.database.BadCircumstanceDateFormat
Creates an exception due to a Rule containing a bad Circumstance Date.
createBadCircumstanceDatePropertyValueException(String, String, String, String) - Static method in exception com.pega.pegarules.pub.database.BadCircumstanceDateFormat
Deprecated.
the condition that prompts this exception is no longer considered an error--instead, if the value of the Circumstance Date property is bad, then Rule Resolution simply does not consider Date-Circumstance-qualified Rule versions
createBadColumnTypeException(String, String, String, String, String, String, String[]) - Static method in exception com.pega.pegarules.pub.database.BadTableMappingException
Deprecated.
use the other version of this method
createBadColumnTypeException(String, String, String, String, String, String, String, String, String, String[]) - Static method in exception com.pega.pegarules.pub.database.BadTableMappingException
Creates an exception that indicates we have a column of unknown type.
createBadObjectClassException(String, String) - Static method in exception com.pega.pegarules.pub.database.BadClassDefinitionException
Creates an error message indicating that we encountered a bad object class.
createBadObjectClassException(String, String, Throwable) - Static method in exception com.pega.pegarules.pub.database.BadClassDefinitionException
Creates an error message indicating that we encountered a bad object class.
createBadSQLException(Throwable, String, String) - Static method in exception com.pega.pegarules.pub.database.BadInputException
Creates an exception due to bad SQL.
createCannotDeleteException(String) - Static method in exception com.pega.pegarules.pub.database.AuthorizationException
Create an exception indicating that you are not authorized to delete a particular instance.
createCannotDeleteFromLockedRuleSetException(String, String, String) - Static method in exception com.pega.pegarules.pub.database.AuthorizationException
Creates an exception due to the caller trying to delete a Rule from a locked RuleSet.
createCannotModifyException(String) - Static method in exception com.pega.pegarules.pub.database.AuthorizationException
Create an exception indicating that you are not authorized to modify a particular instance.
createCannotOpenException(String) - Static method in exception com.pega.pegarules.pub.database.AuthorizationException
Create an exception indicating that you are not authorized to open a particular instance.
createCannotSaveToLockedRuleSetException(String, String, String) - Static method in exception com.pega.pegarules.pub.database.AuthorizationException
Creates an exception due to the caller trying to save a Rule to a locked RuleSet.
createCannotSearchException(String) - Static method in exception com.pega.pegarules.pub.database.AuthorizationException
Create an exception indicating that you are not authorized to do a particular search.
createClassCannotHaveInstancesException(String, String) - Static method in exception com.pega.pegarules.pub.database.BadInputException
Creates an exception caused by an attempt to save or read an instance belonging to a class that cannot have instances.
createEJBComponent(String, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Generate, compile, and JAR a deployable EJB service client.
createEJBComponent(String, String, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Generate, compile, and JAR a deployable EJB service client.
createEncodingOutputStream(OutputStream) - Static method in class com.pega.pegarules.pub.util.Base64Util
 
createEncodingOutputStream(OutputStream, boolean) - Static method in class com.pega.pegarules.pub.util.Base64Util
 
createGenericBadInputException(String) - Static method in exception com.pega.pegarules.pub.database.BadInputException
Creates an exception indicating there was a generic error involving a bad parameter passed into a database method.
createKeyPropertyTooBigException(String, String, String, int, int, String, String, String, String, String[]) - Static method in exception com.pega.pegarules.pub.database.BadTableMappingException
Creates an exception that indicates that a key property does not fit into its column
createLogoutRequest(ClipboardPage) - Method in interface com.pega.pegarules.pub.util.SAMLUtils
Generates the SAML Logout Request from the given input ClipboardPage of "Data-Admin-Security-SSO-SAML"
createLogoutResponse(ClipboardPage, String) - Method in interface com.pega.pegarules.pub.util.SAMLUtils
Generates the SAML Logout Response from the given input ClipboardPage of "Data-Admin-Security-SSO-SAML"
createLostLockException(String) - Static method in exception com.pega.pegarules.pub.database.LockFailureException
Deprecated.
create an instance of LockGoneException instead
createMethod(String, boolean) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Begin construction of a generated method.
createMethod(String, boolean, String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Begin construction of a generated method.
createMissingColumnException(String, String, String, String, String) - Static method in exception com.pega.pegarules.pub.database.ConfigurationException
Creates an exception caused by a table that is missing a required column.
createMultipleCircumstanceDatePropertyException(String, String, String, String) - Static method in exception com.pega.pegarules.pub.database.MultipleCircumstancePropertiesException
Create an exception indicating that we found more than one Circumstance Date Property during Rule Resolution.
createMultipleCircumstancePropertyException(String, String, String, String) - Static method in exception com.pega.pegarules.pub.database.MultipleCircumstancePropertiesException
Create an exception indicating that we found more than one Circumstance Property during Rule Resolution.
createOtherRequestorHasLockException(String, String, String) - Static method in exception com.pega.pegarules.pub.database.LockFailureException
Deprecated.
create an instance of LockStolenException instead
createPackageIDL(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Generate and return the IDL for a CORBA service package.
createPage(String, String) - Method in interface com.pega.pegarules.pub.context.PRThread
Create a new page of the specified class If an existing page has the same name, the old page becomes an unnamed page.
createPage(String, String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Create a new page of the specified class.
createPageDescriptor(String, String, boolean, boolean) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Create a PageDescriptor.
createPageDescriptor(String, String, boolean, boolean, boolean) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Create a PageDescriptor.
createPageForPageNew(String, String) - Method in interface com.pega.pegarules.pub.context.PRThread
Create a new page of the specified class If an existing page has the same name, the old page becomes an unnamed page.
createPortletComponent(String, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Generate, compile, and JAR a deployable JSR-168 Portlet.
createPortletComponent(String, String, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Generate, compile, and JAR a deployable Portlet.
createPRObjectWrapperImpl() - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Deprecated. 
createRuleTableMissingColumnException(String, String, String, String, String) - Static method in exception com.pega.pegarules.pub.database.BadTableMappingException
Creates an exception that indicates a Rule table is missing a required column.
createSampleXMLInstance(ClipboardPage, boolean) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Create a sample XML instance using the XML metadata derived from the given clipboard page.
createShortcutException(ClipboardPage, String) - Static method in exception com.pega.pegarules.pub.database.BadInputException
Creates an exception due to operating on a shortcut page.
createSOAPRequestEnvelope(ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Create a sample SOAP request envelope to be used as input for performing a SOAP service simulation.
createSPmetadataServiceURL(ClipboardPage) - Method in interface com.pega.pegarules.pub.util.SAMLUtils
gets the sp meta data url
createTempDir(String, String) - Static method in class com.pega.pegarules.pub.util.PRFile
 
createTempDir(String, String, PRFile) - Static method in class com.pega.pegarules.pub.util.PRFile
 
createTempFile(String, String) - Static method in class com.pega.pegarules.pub.util.PRFile
Deprecated.
Use com.pega.pegarules.pub.util.PRFile.createTempFile(String, String, PRFile)
createTempFile(String, String, PRFile) - Static method in class com.pega.pegarules.pub.util.PRFile
 
createWSDL(StringMap, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Generate and return the WSDL for a SOAP service class.
createWSDL(StringMap, List) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Generate and return the WSDL for a SOAP service class.
createWSDL(String, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Deprecated. 
createWSDL(String, String, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Deprecated. 
createXSDforJavaClass(String, List) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Create an XML Schema that describes the specified java class.
createXSDforJavaClass(String, List, boolean) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Create an XML Schema that describes the specified java class.
crossScriptingFilter(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Converts the special characters into html entities for the given string
CryptographicException - Exception in com.pega.pegarules.pub.context
Basic runtime exception used by PegaRULES classes.
CryptographicException() - Constructor for exception com.pega.pegarules.pub.context.CryptographicException
Default constructor with no message.
CryptographicException(Throwable) - Constructor for exception com.pega.pegarules.pub.context.CryptographicException
Creates an exception that is caused by a particular Throwable.
CryptographicException(String) - Constructor for exception com.pega.pegarules.pub.context.CryptographicException
Constructor with a message.
CryptographicException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.context.CryptographicException
Constructor with a message and a cause.
CURRENCY_PRECISION - Static variable in class com.pega.pegarules.pub.util.PRNumberFormat
Use digits to right of dp as specified by currency
CurrencyProperties - Interface in com.pega.pegarules.pub.util.currency
This interface abstracts the currency properties.
currentDate(String, String) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
Return Today's Date - Keep track of system starts
currentTimeUnique() - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
return a long that is unique within this PegaRULES jvm/instance by incrementing a counter while currentTimeMillis remains constant
CustomPassivationMechanism - Interface in com.pega.pegarules.pub.session
An object that reports on, saves, loads, and deletes passivated PRPC session data.

D

Database - Interface in com.pega.pegarules.pub.database
Manages database access.
DatabaseException - Exception in com.pega.pegarules.pub.database
An exception in database processing.
DatabaseException(Throwable, String, String[], int, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.DatabaseException
Creates a database exception with a given severity, and with other information.
DatabaseException(Throwable, Throwable, String, String[], int, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.DatabaseException
Creates a database exception with a given severity, and with other information.
DatabaseException(Throwable, int, String, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.DatabaseException
Creates a general database exception with a given severity, and with other information.
DatabaseException(String) - Constructor for exception com.pega.pegarules.pub.database.DatabaseException
Creates a database exception with a given message.
DatabaseException(int, String) - Constructor for exception com.pega.pegarules.pub.database.DatabaseException
Creates an exception with a severity and a message.
DatabaseException(Throwable, String) - Constructor for exception com.pega.pegarules.pub.database.DatabaseException
Creates a database exception with a given message, caused by the given exception or error.
DatabaseInformation - Class in com.pega.pegarules.pub.database
An immutable representation of a particular database's meta data.
DatabaseInformation(String, String, int, int, String, String, String, int, int) - Constructor for class com.pega.pegarules.pub.database.DatabaseInformation
Creates driver information.
DatabaseInformation(String, String, int, int, String, String, int, int, int) - Constructor for class com.pega.pegarules.pub.database.DatabaseInformation
 
DatabaseTable - Interface in com.pega.pegarules.pub.database
Contains information about a database table.
dateTimeDifference(String, String, String) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
Computes the difference between two Pega standard internal (ISO) format dates with the result being corrected for the specified precision.
dateTimeDuration(String, String, String) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
compute the difference between two dates (passed as strings)
DateTimeUtils - Interface in com.pega.pegarules.pub.util
Provides date and time utility methods allowing safe & efficient use of expensive Calendar and Date resources.
dateToPega(char, Date) - Static method in class com.pega.pegarules.pub.clipboard.PRStringFormat
Convert from a Java Date value to PegaRULES standard form
DB_COL__PROP_EXIST_WITH_OTHER_NAME - Static variable in interface com.pega.pegarules.pub.database.ClassDefinition
 
DB_COL_PROP_EXIST - Static variable in interface com.pega.pegarules.pub.database.ClassDefinition
 
DB_TYPE_APACHE - Static variable in class com.pega.pegarules.pub.database.DatabaseInformation
 
DB_TYPE_DB2UDB - Static variable in class com.pega.pegarules.pub.database.DatabaseInformation
 
DB_TYPE_DB2ZOS - Static variable in class com.pega.pegarules.pub.database.DatabaseInformation
 
DB_TYPE_GENERIC - Static variable in class com.pega.pegarules.pub.database.DatabaseInformation
Constants that define the DB family
DB_TYPE_MSSQL - Static variable in class com.pega.pegarules.pub.database.DatabaseInformation
 
DB_TYPE_ORACLE - Static variable in class com.pega.pegarules.pub.database.DatabaseInformation
 
DB_TYPE_POSTGRES - Static variable in class com.pega.pegarules.pub.database.DatabaseInformation
 
DB_TYPE_TERADARA - Static variable in class com.pega.pegarules.pub.database.DatabaseInformation
 
deactivateCORBAObject(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Deprecated.
CORBA no longer supported
DeclarativeReference - Class in com.pega.pegarules.pub.generator
Information regarding a property reference in an expression that can be used by declarative processing to build a network for forward or backward chaining.
DeclarativeReference() - Constructor for class com.pega.pegarules.pub.generator.DeclarativeReference
 
declareExternalEntry() - Method in interface com.pega.pegarules.pub.generator.IGeneratedMethod
Indicates that this method should be able to be invoked directly by an AJAX invocation.
declareExternalParameter(String, String, String) - Method in interface com.pega.pegarules.pub.generator.IGeneratedMethod
Provides a mapping from parameter page property names to the (ordered) parameters of this method, indicating the appropriate data type conversion to be performed and a default value if the parameter page property is omitted (or blank, for non-String parameters only).
decode(String) - Static method in class com.pega.pegarules.pub.util.Base64Util
 
decode(String, byte[]) - Static method in class com.pega.pegarules.pub.util.Base64Util
 
decode(byte[]) - Static method in class com.pega.pegarules.pub.util.Base64Util
 
decode(InputStream) - Static method in class com.pega.pegarules.pub.util.Base64Util
 
decodeCrossOSString(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Decodes a string into into its original chars based on the encoded, UTF-8 legal, cross-OS string.
decodePassword(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Base64 decode and convert a protected password value.
decodeToByteArray(String) - Static method in class com.pega.pegarules.pub.util.Base64Util
 
decodeURL(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Decodes a application/x-www-form-urlencoded string using the UTF-8 encoding scheme.
decreaseIndent() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Decreases the indentation level by one.
decreaseIndent(int) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Decreases the indentation level.
decreaseIndent() - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Decreases the indentation level by one.
decreaseIndent(int) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Decreases the indentation level.
decreaseIndentAS() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Decreases the indentation level by one for "appendString" content.
decreaseIndentAS(int) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Decreases the indentation level for "appendString" content.
decreaseIndentAS() - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Decreases the indentation level by one for "appendString" content.
decreaseIndentAS(int) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Decreases the indentation level for "appendString" content.
decrypt(byte[]) - Method in interface com.pega.pegarules.pub.crypto.IPRCipher
Decrypts the supplied byte array using the cipher associated with this instance.
decrypt(String) - Method in interface com.pega.pegarules.pub.crypto.IPRCrypto
Decrypts the specified string.
decrypt(String, int[]) - Method in interface com.pega.pegarules.pub.crypto.IPRCrypto
Alternate decryption entry for use during initialization of PegaRULES.
decryptPropertyValue(String) - Method in interface com.pega.pegarules.pub.crypto.IPRCrypto
Decrypts the specified property value using a site specific cipher.
DEFAULT_ACQUIRE_SIZE - Static variable in class com.pega.pegarules.pub.StringBufferFactoryConstants
 
DEFAULT_CHALLENGE - Static variable in interface com.pega.pegarules.pub.context.PRAuthentication
Custom authentication return status - use Auth Service challenge settings
DEFAULT_CURRENCY - Static variable in class com.pega.pegarules.pub.util.PRNumberFormat
locale-specific default currency format
DEFAULT_DATE_DEFAULT - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific default date format
DEFAULT_DATE_FULL - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific full date format
DEFAULT_DATE_GREGORIAN_1 - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
new locale-specific short date format
DEFAULT_DATE_GREGORIAN_2 - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
new locale-specific medium date format
DEFAULT_DATE_GREGORIAN_3 - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
new locale-specific long date format
DEFAULT_DATE_ISO_8601 - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
new locale-specific default date format
DEFAULT_DATE_LONG - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific long date format
DEFAULT_DATE_MEDIUM - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific medium date format
DEFAULT_DATE_SHORT - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific short date format
DEFAULT_DATE_SHORT_YY - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific short date format with 2 digit year
DEFAULT_DATE_SHORT_YYYY - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific short date format with 4 digit year
DEFAULT_DATETIME_DEFAULT - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific default datetime format
DEFAULT_DATETIME_FULL - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific full datetime format
DEFAULT_DATETIME_GREGORIAN_1 - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
12hr locale-specific short date format
DEFAULT_DATETIME_GREGORIAN_2 - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
12hr locale-specific medium date format
DEFAULT_DATETIME_GREGORIAN_3 - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
12hr locale-specific long date format
DEFAULT_DATETIME_ISO_8601 - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
12hr locale-specific default date format
DEFAULT_DATETIME_LONG - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific long datetime format
DEFAULT_DATETIME_MEDIUM - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific medium datetime format
DEFAULT_DATETIME_SHORT - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific short datetime format
DEFAULT_DATETIME_SHORT_YY - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific short datetime format with 2 digit year
DEFAULT_DATETIME_SHORT_YYYY - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific short datetime format with 4 digit year
DEFAULT_DECIMAL - Static variable in class com.pega.pegarules.pub.util.PRNumberFormat
locale-specific default decimal format
DEFAULT_DURATION - Static variable in class com.pega.pegarules.pub.util.PRNumberFormat
locale-specific default duration format
DEFAULT_FAIL_STREAM - Static variable in interface com.pega.pegarules.pub.context.PRAuthentication
Custom authentication return status - use fail stream from Auth Service challenge settings
DEFAULT_INTEGER - Static variable in class com.pega.pegarules.pub.util.PRNumberFormat
locale-specific default integer format
DEFAULT_ORDINAL - Static variable in class com.pega.pegarules.pub.util.PRNumberFormat
locale-specific default ordinal format
DEFAULT_PERCENT - Static variable in class com.pega.pegarules.pub.util.PRNumberFormat
locale-specific default percent format
DEFAULT_PRECISION - Static variable in class com.pega.pegarules.pub.util.PRNumberFormat
Do not set constraints on digits to right of dp.
DEFAULT_REDIRECT_URL - Static variable in interface com.pega.pegarules.pub.context.PRAuthentication
Custom authentication return status - use redirect URL from Auth Service challenge settings
DEFAULT_SPELLOUT - Static variable in class com.pega.pegarules.pub.util.PRNumberFormat
locale-specific default spellout format
DEFAULT_TIME_DEFAULT - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific default time format
DEFAULT_TIME_FULL - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific full time format
DEFAULT_TIME_LONG - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific long time format
DEFAULT_TIME_MEDIUM - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific medium time format
DEFAULT_TIME_SHORT - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
locale-specific short time format
DEFERRED - Static variable in interface com.pega.pegarules.pub.generator.JavaGenerator
Value returned by methodAccess, indicating that the referenced Rule- will be assembled separately.
define(String, String) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Establishes a direct parameter with the specified name and value.
define(String, Object) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Establishes a direct parameter with the specified name and value.
define(String, ClipboardProperty) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Establishes an indirect parameter, associating the specified ClipboardProperty instance with the specified name.
delete(String) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Delete an item immediately from the queue by Item ID.
delete(ClipboardPage, boolean) - Method in interface com.pega.pegarules.pub.database.Database
Immediately deletes a database instance from an object table.
delete(PassivationKey) - Method in interface com.pega.pegarules.pub.session.CustomPassivationMechanism
Delete all PassivationRecords that match the provided partial key.
delete() - Method in class com.pega.pegarules.pub.util.PRFile
 
deleteDeferred(String) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Delete an item from the queue by Item ID.
deleteDeferred(ClipboardPage, boolean) - Method in interface com.pega.pegarules.pub.database.Database
Defers deleting a database instance from an object table.
deleteRDB(String, String, String, boolean) - Method in interface com.pega.pegarules.pub.database.Database
Immediately deletes data from the database using an RDB rule.
deleteSavedRecords(ClipboardPage, Set, boolean) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Deletes the records generated by RuleSaver
dequeue(String, StringMap) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Return one specific item from the queue by Item ID.
dequeue(String) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Return one specific item from the queue by Item ID.
dequeueExecutionRequest(String, StringMap) - Method in interface com.pega.pegarules.pub.context.PRRequestProcessor
Retrieve an execution request from the queue using its unique ID
dequeueForUpdate(String) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Return one specific item from the queue by Item ID.
dequeueForUpdate(String, StringMap) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Return one specific item from the queue by Item ID.
dequeueLightWeight(String, StringMap) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Return one specific item which does not have stream from the queue by Item ID.
DERIVATION_TYPE_EXTENSION - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
DERIVATION_TYPE_LIST - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
DERIVATION_TYPE_NONE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
DERIVATION_TYPE_RESTRICTION - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
DERIVATION_TYPE_UNION - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
deserializeObject(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Base64 decode and deserialize the given data value.
designationsMatch(ClipboardPage, DeclarativeReference) - Static method in class com.pega.pegarules.pub.generator.DeclarativeReference
 
Dictionary - Interface in com.pega.pegarules.pub.dictionary
DictionaryImpl contains the cache of ClassInfoImpl objects that have been accessed by this thread since this DictionaryImpl was created.
DictionaryException - Exception in com.pega.pegarules.pub.dictionary
Exception Class describing Dictionary Specific exceptions.
DictionaryException() - Constructor for exception com.pega.pegarules.pub.dictionary.DictionaryException
Constructor for DictionaryException
DictionaryException(String) - Constructor for exception com.pega.pegarules.pub.dictionary.DictionaryException
Constructor for DictionaryException
digestString(String, IPRCrypto.DigestAlgorithm) - Method in interface com.pega.pegarules.pub.crypto.IPRCrypto
Returns the hashed value of a String input.
disableInput() - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Specifies that input is disabled for the remainder of the stream.
DO_LOCKING_MYSELF - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.LockAttribute
 
DO_SAVE_MYSELF - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.SaveAttribute
 
DO_SAVE_MYSELF - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.SaveInOwnTransactionAttribute
 
DO_UNIQUE_ID_MYSELF - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.UniqueIDAttribute
 
doAction(StringMap, ClipboardPage, ParameterPage) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Executes the identified (typically custom) rule which uses the activity access interface by implementing com.pega.pegarules.pub.runtime.Activity.
doActivity(StringMap, ClipboardPage, ParameterPage) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Executes the identified processing, which is typically defined by class Rule-Obj-Activity.
DOC_ENCRYPTION_MASTER_PASSWORD - Static variable in interface com.pega.pegarules.pub.util.EFormUtils
Optional parameter identifier for concatenateEForms() used to indicate the master password as a String.
DOC_ENCRYPTION_PERMISSIONS - Static variable in interface com.pega.pegarules.pub.util.EFormUtils
Optional parameter identifier for concatenateEForms() used to indicate generated document permissions.
DOC_ENCRYPTION_STRENGTH - Static variable in interface com.pega.pegarules.pub.util.EFormUtils
Optional parameter identifier for concatenateEForms() used to indicate the encryption strength that will be used (acceptable values are "40" (default)or "128").
DOC_ENCRYPTION_USER_PASSWORD - Static variable in interface com.pega.pegarules.pub.util.EFormUtils
Optional parameter identifier for concatenateEForms() used to indicate the user password as a string.
doClassesBelongToSingleDb(boolean, ArrayList) - Method in interface com.pega.pegarules.pub.database.Database
Figures out if all classes in a SQL statement use the same dtabase instance.
doesInstanceExist(String) - Method in interface com.pega.pegarules.pub.database.Database
Indicates whether a particular instance exists in the database.
doubleToPega(char, double) - Static method in class com.pega.pegarules.pub.clipboard.PRStringFormat
Convert from a Java double value to PegaRULES standard form
DuplicateKeyException - Exception in com.pega.pegarules.pub.database
Indicates that a duplicate key violation occurred, such as a duplicate primary key or any other unique constraint
DuplicateKeyException(Throwable, int, String, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.DuplicateKeyException
 
DuplicateKeyException(Throwable, String, String[], int, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.DuplicateKeyException
 
DuplicateKeyException(Throwable, Throwable, String, String[], int, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.DuplicateKeyException
 

E

EditInput - Interface in com.pega.pegarules.pub.runtime
The EditInput interface is implemented by the Java which is generated by First-Use Assembly based on Rule-Edit-Input instances.
editInput(ClipboardProperty, String, String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Applies Rule-Edit-Input processing (if any) to the specified value before assigning it to the specified (scalar) property.
EditValidate - Interface in com.pega.pegarules.pub.runtime
The EditValidate interface is implemented by the Java which is generated by First-Use Assembly based on Rule-Edit-Validate instances.
editValidate(ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Evaluates the named Rule-Edit-Validate for the specified (scalar) property.
EFORM_DOC_PERMISSION_ALLOW_ASSEMBLY - Static variable in interface com.pega.pegarules.pub.util.EFormUtils
 
EFORM_DOC_PERMISSION_ALLOW_COPY - Static variable in interface com.pega.pegarules.pub.util.EFormUtils
 
EFORM_DOC_PERMISSION_ALLOW_DEGRADEDPRINTING - Static variable in interface com.pega.pegarules.pub.util.EFormUtils
 
EFORM_DOC_PERMISSION_ALLOW_FILL_IN - Static variable in interface com.pega.pegarules.pub.util.EFormUtils
 
EFORM_DOC_PERMISSION_ALLOW_MODIFY_ANNOTATIONS - Static variable in interface com.pega.pegarules.pub.util.EFormUtils
 
EFORM_DOC_PERMISSION_ALLOW_MODIFY_CONTENTS - Static variable in interface com.pega.pegarules.pub.util.EFormUtils
 
EFORM_DOC_PERMISSION_ALLOW_PRINTING - Static variable in interface com.pega.pegarules.pub.util.EFormUtils
 
EFORM_DOC_PERMISSION_ALLOW_SCREENREADERS - Static variable in interface com.pega.pegarules.pub.util.EFormUtils
 
EFormUtils - Interface in com.pega.pegarules.pub.util
Utilities for manipulating eForm documents.
elementHasComplexType(QName) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Check if a particular element has a reference to a named complex type definition, or a local in-line complex type definition.
elementHasSimpleType(QName) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
elementIsDefined(QName) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
emit(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Adds specified content fragment to primary buffer.
emit(String) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Adds specified content fragment to primary buffer.
emitAS(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Accumulates the specified content which will be added to the primary buffer at the end of sequence of "emitAS*" method calls as the parameter to the "tools.appendString()" method.
emitAS(String) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Accumulates the specified content which will be added to the primary buffer at the end of sequence of "emitAS*" method calls as the parameter to the "tools.appendString()" method.
emitASconst(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Accumulates the specified content which will be added to the primary buffer at the end of sequence of "emitAS*" method calls as the parameter to the "tools.appendString()" method.
emitASconst(String) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Accumulates the specified content which will be added to the primary buffer at the end of sequence of "emitAS*" method calls as the parameter to the "tools.appendString()" method.
emitASconstln(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Accumulates the specified content which will be added to the primary buffer at the end of sequence of "emitAS*" method calls as the parameter to the "tools.appendString()" method.
emitASconstln(String) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Accumulates the specified content which will be added to the primary buffer at the end of sequence of "emitAS*" method calls as the parameter to the "tools.appendString()" method.
emitAScsf(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Accumulates the specified content which will be added to the primary buffer at the end of sequence of "emitAS*" method calls as the parameter to the "tools.appendString()" method.
emitAScsf(String) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Accumulates the specified content which will be added to the primary buffer at the end of sequence of "emitAS*" method calls as the parameter to the "tools.appendString()" method.
emitASln(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Accumulates the specified content which will be added to the primary buffer at the end of sequence of "emitAS*" method calls as the parameter to the "tools.appendString()" method.
emitASln(String) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Accumulates the specified content which will be added to the primary buffer at the end of sequence of "emitAS*" method calls as the parameter to the "tools.appendString()" method.
emitASraw(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Accumulates the specified content which will be added to the primary buffer at the end of sequence of "emitAS*" method calls as the parameter to the "tools.appendString()" method.
emitASraw(String) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Accumulates the specified content which will be added to the primary buffer at the end of sequence of "emitAS*" method calls as the parameter to the "tools.appendString()" method.
emitContent() - Method in interface com.pega.pegarules.pub.generator.IStaticContentAssembly
Emits the static content to the stream (if moveToEnd is false) or queues the content to be sent at the end of the stream.
emitCSF(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Adds specified content fragment to primary buffer after processing it through StringUtils.crossScriptingFilter.
emitCSF(String) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Adds specified content fragment to primary buffer after processing it through StringUtils.crossScriptingFilter.
emitCSFln(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Adds specified content fragment to primary buffer after processing it through StringUtils.crossScriptingFilter and then appends a newline character.
emitCSFln(String) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Adds specified content fragment to primary buffer after processing it through StringUtils.crossScriptingFilter and then appends a newline character.
emitEscaped(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Adds specified content fragment to primary buffer after processing it through StringUtils.escapeIntoJavaString.
emitEscaped(String) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Adds specified content fragment to primary buffer after processing it through StringUtils.escapeIntoJavaString.
emitEscapedln(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Adds specified content fragment to primary buffer after processing it through StringUtils.escapeIntoJavaString and then appends a newline character.
emitEscapedln(String) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Adds specified content fragment to primary buffer after processing it through StringUtils.escapeIntoJavaString and then appends a newline character.
emitln(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Adds specified content fragment to primary buffer followed by a newline character.
emitln(String) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Adds specified content fragment to primary buffer followed by a newline character.
enableUpdateRuleSet(PublicAPI, String, String, String) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
Enable the user to update the specified ruleset version
encode(byte[]) - Static method in class com.pega.pegarules.pub.util.Base64Util
 
encode(String) - Static method in class com.pega.pegarules.pub.util.Base64Util
 
encode(String, boolean) - Static method in class com.pega.pegarules.pub.util.Base64Util
 
encode(OutputStream) - Static method in class com.pega.pegarules.pub.util.Base64Util
Deprecated.
This form has a flaw where calls to flush() generate the stream termination sequence, instead of at close. Use createEncodingOutputStream(java.io.OutputStream) instead.
encode(OutputStream, boolean) - Static method in class com.pega.pegarules.pub.util.Base64Util
Deprecated.
This form has a flaw where calls to flush() generate the stream termination sequence, instead of at close. Use createEncodingOutputStream(java.io.OutputStream) instead.
encode(String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Deprecated. 
encode(StringBuffer) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Encode the xml special characters "<",">","'",""","&".
encode(StringBuilder) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Encode the xml special characters "<",">","'",""","&".
encodeCrossOSString(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Encodes a string into a legal cross-OS string.
encodeString(String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Encode the xml special characters "<",">","'",""","&".
encodeToByteArray(String) - Static method in class com.pega.pegarules.pub.util.Base64Util
 
encodeToString(byte[]) - Static method in class com.pega.pegarules.pub.util.Base64Util
 
encodeToString(byte[], boolean) - Static method in class com.pega.pegarules.pub.util.Base64Util
 
encodeURL(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Translates a string into application/x-www-form-urlencoded format using the UTF-8 encoding scheme.
ENCODING_DOWNLOAD - Static variable in class com.pega.pegarules.pub.util.PRFileUtil
encoding to use when downloading files
ENCODING_EXTRACT - Static variable in class com.pega.pegarules.pub.util.PRFileUtil
encoding to use when extracting static content
ENCODING_ISO - Static variable in class com.pega.pegarules.pub.util.PRFileUtil
use ISO-8859-1 encoding
ENCODING_JAVA - Static variable in class com.pega.pegarules.pub.util.PRFileUtil
encoding to use with Java files
ENCODING_PLATFORM - Static variable in class com.pega.pegarules.pub.util.PRFileUtil
platform's default encoding
ENCODING_UPLOAD - Static variable in class com.pega.pegarules.pub.util.PRFileUtil
encoding to use when uploading files (ex: Attach)
ENCODING_XML - Static variable in class com.pega.pegarules.pub.util.PRFileUtil
encoding to use with XML files
EncodingMap - Class in com.pega.pegarules.pub.util
EncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa.
EncodingMap() - Constructor for class com.pega.pegarules.pub.util.EncodingMap
Default constructor.
encrypt(byte[]) - Method in interface com.pega.pegarules.pub.crypto.IPRCipher
Encrypts the supplied byte array using the cipher associated with this instance.
encrypt(String) - Method in interface com.pega.pegarules.pub.crypto.IPRCrypto
Encrypts the specified string using the site-specific reversible encryption cipher if it exists, otherwise the PegaRULES default portable and reversible encryption cipher.
encryptOneWay(String) - Method in interface com.pega.pegarules.pub.crypto.IPRCrypto
One-way encrypts the specified string.
encryptPortable(String) - Method in interface com.pega.pegarules.pub.crypto.IPRCrypto
Encrypts the specified string using PegaRULES default portable and reversible encryption cipher.
encryptPropertyValue(String) - Method in interface com.pega.pegarules.pub.crypto.IPRCrypto
Encrypts the specified property value using a site specific cipher.
endTransaction() - Method in class com.pega.pegarules.pub.context.PRSessionContext
Clear the current transaction marker.
enqueue(ClipboardPage) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Immediately enqueue an item for processing.
enqueue(ClipboardPage, boolean) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Immediately enqueue an item for processing, optionally allowing page to be saved with page/property messagse.
enqueueDeferred(ClipboardPage) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Enqueue an item for processing, on the deferred operation list.
enqueueDeferred(ClipboardPage, boolean) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Enqueue an item for processing, on the deferred operation list.
enqueueLightWeight(ClipboardPage) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Immediately enqueue an item for processing.
enqueueLightWeightDeferred(ClipboardPage) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Enqueue an item for processing, on the deferred operation list.
entryHandle2Reference(String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Convert an entry handle back into its corresponding reference.
entrySet() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the set of all properties contained in this page.
entrySet() - Method in class com.pega.pegarules.pub.generator.ExpressionMap
Returns a set view of the mappings contained in this instance.
entrySet() - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Returns a set view of the mappings contained in this instance.
entrySet() - Method in class com.pega.pegarules.pub.util.HashStringMap
Returns a set view of the mappings contained in this instance.
equals(Object) - Method in class com.pega.pegarules.pub.generator.ExpressionMap
Compares the specified object with this map for equality.
equals(Object) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Compares the specified object with this instance for equality.
equals(Object) - Method in class com.pega.pegarules.pub.session.PassivationDigest
 
equals(Object) - Method in class com.pega.pegarules.pub.session.PassivationKey
 
equals(Object) - Method in class com.pega.pegarules.pub.util.HashStringMap
Compares the specified object with this map for equality.
equals(Object) - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
Returns true iff this and the given ruleset instance describe the same ruleset.
errorCode - Variable in exception com.pega.pegarules.pub.database.ColumnPopulationException
 
escapeCrossScriptingFilter(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Converts the special characters into html entities also appends escape character for single quote and double quote for the given string
escapeForExpression(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
 
escapeIntoJavaString(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Given an input string, convert it into something we could embed in Java source.
escapeIntoJSONString(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Given an input string, convert it into a valid JSON string.
estimateInternalStringSize() - Method in class com.pega.pegarules.pub.util.HashStringMap
 
eTagMatches(long) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Deprecated. 
evaluate(ClipboardProperty) - Method in interface com.pega.pegarules.pub.runtime.EditValidate
The evaluate method defines the processing associated with each implementation of EditValidate.
evaluate() - Method in interface com.pega.pegarules.pub.runtime.WhenBlock
The evaluate method defines the processing associated with each implementation of WhenBlock.
evaluateRulesFromMetadata(ClipboardPage, ParameterPage, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Deprecated.
- use generateRulesFromMetadata method with generation request parameter: pyEvaluate = true
evaluateWhen(StringMap) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Evaluates the identified conditional.
EVENT_ACTION_BEGIN - Static variable in class com.pega.pegarules.pub.runtime.AbstractModel
 
EVENT_ACTION_END - Static variable in class com.pega.pegarules.pub.runtime.AbstractModel
 
EVENT_MODEL_BEGIN - Static variable in class com.pega.pegarules.pub.runtime.AbstractModel
 
EVENT_MODEL_END - Static variable in class com.pega.pegarules.pub.runtime.AbstractModel
 
execute(String, String) - Static method in class com.pega.pegarules.pub.runtime.NodeNameGenerator
Sample method, used only for testing.
execute() - Method in interface com.pega.pegarules.pub.runtime.StreamBuilder
The execute method defines the processing associated with each implementation of StreamBuilder.
execute(P) - Method in interface com.pega.pegarules.pub.session.Job
 
executeDBSchemaUpdates(List, String, String, String) - Method in interface com.pega.pegarules.pub.database.Database
Executes SQL statements against a particular database, connecting with a specified user name.
executeOnNode(Class<? extends Job<P, R>>, P, UUID) - Method in interface com.pega.pegarules.pub.context.ClusterExecutor
Runs a job on a remote node
executeRDB(String, ClipboardPage) - Method in interface com.pega.pegarules.pub.database.Database
Executes a SQL statement.
executeRDB(ISQLSelectQuery, ClipboardPage) - Method in interface com.pega.pegarules.pub.database.Database
Executes a SQL statement by using a Generated SQL Object.
executeRESTRequest(Map) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Trimmed version to invoke REST services.
executeServiceSimulation(ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Execute a service rule using the input data on the provided clipboard page.
executeSOAPRequest(List, Map) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Centralized logic to invoke SOAP services.
EXECUTION_MODE_ASYNC - Static variable in interface com.pega.pegarules.pub.services.ServiceInterface
 
EXECUTION_MODE_ASYNC_ONEWAY - Static variable in interface com.pega.pegarules.pub.services.ServiceInterface
 
EXECUTION_MODE_SYNC - Static variable in interface com.pega.pegarules.pub.services.ServiceInterface
 
EXECUTION_MODE_SYNC_ONEWAY - Static variable in interface com.pega.pegarules.pub.services.ServiceInterface
 
exists() - Method in class com.pega.pegarules.pub.util.PRFile
 
expireRequestorLocks() - Method in interface com.pega.pegarules.pub.database.LockManager
When current requestor times out expire all locks held by him by moving the expiration date to now
EXPR_BOOLEAN - Static variable in interface com.pega.pegarules.pub.generator.Expression
The value of the expression is a boolean.
EXPR_INTEGER - Static variable in interface com.pega.pegarules.pub.generator.Expression
The value of the expression is an int.
EXPR_PROPERTY - Static variable in interface com.pega.pegarules.pub.generator.Expression
The value of the expression is a ClipboardProperty.
EXPR_STRING - Static variable in interface com.pega.pegarules.pub.generator.Expression
The value of the expression is a java.lang.String.
Expression - Interface in com.pega.pegarules.pub.generator
The Expression interface is the basis for identifying values that are encountered during Java generation.
ExpressionException - Exception in com.pega.pegarules.pub.generator
Exception thrown by First-Use Assembly processing when an error is encountered in an Expression that is intended to be part of the generated Java.
ExpressionException(String) - Constructor for exception com.pega.pegarules.pub.generator.ExpressionException
This standard constructor requires a diagnostic to identify the nature of the problem encountered.
ExpressionMap - Class in com.pega.pegarules.pub.generator
The ExpressionMap class implements the Map interface such that the key must be a non-null String and the value must be an instance of Expression.
ExpressionMap() - Constructor for class com.pega.pegarules.pub.generator.ExpressionMap
Default constructor.
ExpressionMap(Map) - Constructor for class com.pega.pegarules.pub.generator.ExpressionMap
'Copy' constructor.
extractDataFromEForm(String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Extracts eForm field values and maps them to the clipboard.
extractDataFromEForm(byte[], String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Extracts eForm form field values and maps them to the clipboard.
extractDataFromEForm(InputStream, String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Extracts eForm field values and maps them to the clipboard.
extractDataFromEForm(File, String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Extracts eForm field values and maps them to the clipboard.
extractDataFromEForm(URL, String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Extracts eForm field values and maps them to the clipboard.

F

FAIL_MAPPING - Static variable in exception com.pega.pegarules.pub.services.ServiceException
 
FAIL_SECURITY - Static variable in exception com.pega.pegarules.pub.services.ServiceException
 
FAIL_SERVICE - Static variable in exception com.pega.pegarules.pub.services.ServiceException
 
FAILURE_DETAIL_REQUESTOR_EXPIRED - Static variable in exception com.pega.pegarules.pub.services.ServiceException
 
FALSE - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
Constant for specifying a false option
filter(String) - Static method in class com.pega.pegarules.pub.util.PRHtmlFilter
 
FilteredClipboardProperty - Interface in com.pega.pegarules.pub.clipboard
Marker interface to assort the Clipboard properties which provide filtered data of a Clipboard Property.
filterRichText(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
 
FINAL_VALUE_ALL - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
FINAL_VALUE_EXTENSION - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
FINAL_VALUE_LIST - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
FINAL_VALUE_RESTRICTION - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
FINAL_VALUE_UNION - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
findHandle(StringMap) - Method in interface com.pega.pegarules.pub.database.Database
Finds the handle of the instance that would be opened given a set of keys.
findHandle(StringMap) - Method in interface com.pega.pegarules.pub.database.RulesetContext
Finds the handle of the instance that would be opened from the RuleSet context, given a set of keys.
findName(ClipboardPage) - Method in interface com.pega.pegarules.pub.context.PageDirectory
Returns the name of the specified page.
findNode(Element, String, String, String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Finds the "first" node in the children of an Element that matches the input criteria.
findNode(Element, String, Map<String, String>) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Finds the "first" node in the children of an Element that matches the input criteria.
findPage(String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Locates the specified page, which can be either top-level or embedded..
findPage(String, boolean) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Locates the specified page, which can be either top-level or embedded..
findPage(String, ParameterPage) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Locates the specified page, which can be either top-level or embedded..
findPage(String, ParameterPage, boolean) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Locates the specified page, which can be either top-level or embedded..
findPageByHandle(String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Locates the specified page, which must be top-level, by instance handle.
findPageWithException(String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Locates the specified page, which can be either top-level or embedded.
findRuleInClassSet(StringMap, Set) - Method in interface com.pega.pegarules.pub.database.RulesetContext
Looks for the specified rule in any of the classes given in the aClassToTry list.
findSubstitutions(XSDElementDeclaration, ClipboardProperty, ClipboardProperty) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Traverse the complex content of an element declaration to locate any complex type or element declarations that may by substituted at runtime.
findSubstitutions(XSDComplexTypeDefinition, ClipboardProperty, ClipboardProperty) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Traverse the content of a complex type definition to locate any complex type or element declarations that may by substituted at runtime.
first(boolean) - Method in interface com.pega.pegarules.pub.context.PRQueueIterator
Get oldest (first) queue item based on criteria and class specified when this QueueIterator was constructed via PRQueueManager.iterator(String)
first() - Method in interface com.pega.pegarules.pub.context.PRQueueIterator
Get oldest (first) queue item based on criteria and class specified when this QueueIterator was constructed via PRQueueManager.iterator(String)
FirstUseAssembler - Interface in com.pega.pegarules.pub.generator
The FirstUseAssembler interface defines a toolkit for use by implementations of the JavaGenerator interface.
FirstUseAssemblerException - Exception in com.pega.pegarules.pub.generator
The FirstUseAssemblerException class is thrown for any unrecoverable error during First-Use Assembly runtime processing.
FirstUseAssemblerException(String) - Constructor for exception com.pega.pegarules.pub.generator.FirstUseAssemblerException
This standard constructor requires a diagnostic to identify the nature of the problem encountered.
FirstUseAssemblerException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.generator.FirstUseAssemblerException
This constructor requires a diagnostic to identify the nature of the problem encountered and a Throwable that further describes the cause of the exception.
fitRight(String, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
Fit a string to specified length padding the right or truncating as necessary.
fitRight(String, int, char) - Static method in class com.pega.pegarules.pub.util.StringUtils
Fit a string to specified length padding the right or truncating as necessary.
flush() - Method in class com.pega.pegarules.pub.util.PRWriter
Flush the stream.
flush() - Method in class com.pega.pegarules.pub.util.PRWriterCompressor
Flush the stream.
flushUpdatesCache(int) - Method in interface com.pega.pegarules.pub.database.Database
Flush out entries in pr_sys_updatescache older than given number of minutes
FMT_BLOCK - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilder
Formatting option; NORMAL formating, and replace each newline with <BR>.
FMT_JAVASCRIPT - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilder
Formatting option; format for output to be included in a JavaScript string.
FMT_LITERAL - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilder
Formatting option; leave string unchanged.
FMT_NORMAL - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilder
Formatting option; convert special characters to corresponding HTML entities (&, ", <, >).
FMT_RICHTEXT - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilder
Formatting option; format for rich text, i.e.
FMT_STREAM - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilder
Formatting option; NORMAL formating, and replace each newline and <BR> with a space.
FMT_TEXT - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilder
Formatting option; NORMAL formating, and replace each <BR> with a newline.
focusOnSupport() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Adjusts the code buffers to make the current support buffer primary and provide a new support buffer.
forceSchemeReload() - Method in interface com.pega.pegarules.pub.context.PRAuthentication
Forces authentication scheme definitions to be reloaded.
forceTimeout() - Method in interface com.pega.pegarules.pub.context.PRAuthentication
If the active authentication scheme supports PegaRULES timeout, force authentication timeout immediately so that a challenge will be issued on the next interaction.
FORM_ATTR_QUALIFIED - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
FORM_VALUE_QUALIFIED - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
FORM_VALUE_UNQUALIFIED - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
format(String, String, String, Date) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Formats the datetime using the specified pattern, locale and timezone.
format(String, String, boolean, String, int) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
Formats the number using the specified pattern and locale.
format(String, String, boolean, String, int, int) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
Formats the number using the specified pattern and locale.
format(String, String, boolean, String, int, int, RoundingMode) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
Formats the number using the specified pattern and locale.
format(String, String, boolean, String, double) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
Formats the number using the specified pattern and locale.
format(String, String, boolean, String, int, double) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
Formats the number using the specified pattern and locale.
format(String, String, boolean, String, int, double, RoundingMode) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
Formats the number using the specified pattern and locale.
format(String, String, boolean, String, BigDecimal) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
Formats the number using the specified pattern and locale.
format(String, String, boolean, String, int, BigDecimal) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
Formats the number using the specified pattern and locale.
format(String, String, boolean, String, int, BigDecimal, RoundingMode) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
Formats the number using the specified pattern and locale.
formatDateStamp(Date) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
Format the specified date as a PegaRULES date stamp (yyyyMMdd)
formatDateTime(String, String, String, String) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
(re)format a date/time string using the specified parameters
formatDateTime(String, String, String, String, boolean) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
(re)format a date/time string using the specified parameters
formatDateTimeStamp(Date) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
Format the specified time as a PegaRULES time stamp (ISO format, GMT zone)
formatIDT(long) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convenience method to format PegaRULES DateTime values
formatInternalDate(Date) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convenience method to format PegaRULES Date values
formatInternalDateTime(Date) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convenience method to format PegaRULES DateTime values
formatInternalTime(Date) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convenience method to format PegaRULES TimeOfDay values
formatMessage(String, Database) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Return localized value for Text.
formatTimeOnlyStamp(Date) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
Format the specified Time as a PegaRULES Time stamp (HHmmss [assumed GMT])
formatTimeStamp(Date) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
Format the specified Time as a PegaRULES Date Time stamp (ISO format, GMT zone) Note that this method returns a date/time, not a time, for backward compatibility purposes.
formatXSDDate(Date) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Formats a java.util.Date as an XML Schema date value
formatXSDDate(Date, String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Formats a java.util.Date as an XML Schema date value
formatXSDDateTime(Date) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Formats a java.util.Date as an XML Schema dateTime value
formatXSDDateTime(Date, String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Formats a java.util.Date as an XML Schema dateTime value
formatXSDTime(Date) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Formats a java.util.Date as an XML Schema time value
formatXSDTime(Date, String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Formats a java.util.Date as an XML Schema time value
fromDefinition(String) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Fetch the value of the named property from the Rule-Obj-Class instance for the class that this instance contains.
fromDefinition(String, String) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Fetch the value of the named property from the named Rule-Obj-Property instance for the property that this instance contains.
fromDefinition(ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
fetch the value of the named property from the Rule-Obj-Property instance for this property.
fromDefinition(String, String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
fetch the value of the named property from the Rule-Obj-Property instance for the property that is defined by this class and property name.
fromDefinition(ClipboardPage, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
fetch the value of the named property from the Rule-Obj-Class instance for the class that this instance contains.
fromDefinition(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
fetch the value of the named property from the Rule-Obj-Class instance for the class in aClassName.
fromDefinition(String) - Method in interface com.pega.pegarules.pub.dictionary.PropertyInfo
fetches the value of the named property from the Rule-Obj-Property instance defined for the class that this PropertyInfo instance belongs to.
fromHexString(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Convert string of hex to a byte array
fromPackedDecimal(byte[]) - Static method in class com.pega.pegarules.pub.util.StringUtils
Convert a byte array encoded as packed decimal data(COMP-3) to the string equivalent.
fromPackedDecimal(byte[], int) - Static method in class com.pega.pegarules.pub.util.StringUtils
Convert a byte array encoded as packed decimal data(COMP-3) to the string equivalent.
fromZonedDecimal(byte[], int) - Static method in class com.pega.pegarules.pub.util.StringUtils
Convert a byte array encoded as zoned decimal data(DISPLAY) to the string equivalent.
fuaDestroy() - Method in interface com.pega.pegarules.pub.runtime.FUASupport
provides for a callable interface to cleanup generated code on unload/invalidate
fuaInit() - Method in interface com.pega.pegarules.pub.runtime.FUASupport
provides for a callable interface to initialize generated code on first load
FUAListEntry - Interface in com.pega.pegarules.pub.generator
used as the interface for processing a list of FUAEntry objects
FUAReusable - Interface in com.pega.pegarules.pub.runtime
The StreamBuilder interface is implemented by the Java which is generated by First-Use Assembly based on Rule-Stream instances.
FUASupport - Interface in com.pega.pegarules.pub.runtime
Used to provide the list of method/signatures that are available to the expression parser at runtime.
Function - Interface in com.pega.pegarules.pub.runtime
The Activity interface is implemented by the Java which is generated by First-Use Assembly based on Rule-Obj-Activity instances.
FunctionInvocationException - Exception in com.pega.pegarules.pub.runtime
Exception Class describing Function invocation Specific exceptions.
FunctionInvocationException() - Constructor for exception com.pega.pegarules.pub.runtime.FunctionInvocationException
Constructor for FunctionInvocationException.
FunctionInvocationException(Throwable) - Constructor for exception com.pega.pegarules.pub.runtime.FunctionInvocationException
Constructs an instance with additional information about the cause of this exception.
FunctionInvocationException(String) - Constructor for exception com.pega.pegarules.pub.runtime.FunctionInvocationException
Constructs an instance with additional information about the cause of this exception.
FunctionInvocationException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.runtime.FunctionInvocationException
Constructs an instance with additional information about the cause of this exception.

G

generateAgentDataPage(ClipboardPage) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Create a Data-Agent-Queue page, based on the specified Rule-Agent-Queue instance.
generateArtifactId(SAMLObject, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.SAMLUtils
Method which generates the ArtifactId for the given SAMLObject
generateArtifactResolveRequest(String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.SAMLUtils
Generates the ArtifactResolveRequest based on the artifactString and the details available on clipboard page
generateAxisClientClasses(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
generateClassRules(boolean) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Set a flag to indicate whether instances of Rule-Obj-Class should be generated and appended to the list of generated rules.
GENERATED_CHALLENGE_STREAM - Static variable in interface com.pega.pegarules.pub.context.PRAuthentication
Custom authentication return status - use challenge stream generated by authentication activity
GENERATED_REDIRECT_URL - Static variable in interface com.pega.pegarules.pub.context.PRAuthentication
Custom authentication return status - use redirect URL from Auth Service challenge settings
GeneratedJava - Interface in com.pega.pegarules.pub.runtime
This interface is used to identify classes generated by First-Use Assembly.
GeneratedJavaEntry - Interface in com.pega.pegarules.pub.runtime
This interface is used to return generated implementations back to Executable where it can execute the code and return the instance back to the global cache
generateEJBTestClient(HashMap, List, List) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Generates stand-alone Java test program to test Rule-Connect-EJB instance connectivity
generateIV() - Method in interface com.pega.pegarules.pub.crypto.IPRCipher
Generates an initialization vector that may be used with this cipher.
generateJavaForPropertySet(ClipboardProperty, ClipboardProperty) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Generates code for a property set.
generateJSPFragment(String, StringBuffer) - Method in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
For JSP elimination within auto generated controls, need to handle JSP snippets that might be embedded in labels.
generateJSPFragment(String) - Method in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
 
generateKey() - Method in interface com.pega.pegarules.pub.crypto.IPRCipher
Generates a key that may be used with this cipher.
generateLabeledEForm(byte[]) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Create an eForm in which the value of each field is the field's name.
generateLabeledEForm(InputStream) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Create an eForm in which the value of each field is the field's name.
generateLabeledEForm(File) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Create an eForm in which the value of each field is the field's name.
generateLabeledEForm(URL) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Create an eForm in which the value of each field is the field's name.
generateMappingRules(XSDComponentBuilder, List, StringMap, ClipboardProperty) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Generate rules for the given set of element names.
generateMDBDescriptor(ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Generate MDB EJB Deployment Descriptor for Rule-Service-JMS Listener
generateModelRules(boolean) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Set a flag to indicate whether instances of Rule-Obj-Model should be generated and appended to the list of generated rules.
generateParseRules(boolean) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Set a flag to indicate whether instances of Rule-Parse-XML should be generated and appended to the list of generated rules.
generatePDF(String) - Method in interface com.pega.pegarules.pub.util.PDFUtils
Returns an byte array using the export data
generatePDF(String, StringMap) - Method in interface com.pega.pegarules.pub.util.PDFUtils
Generates the PDF given the HTML Stream and formatting options The following formatting options are available pyPDFPageOrientation : landscape/portrait default is landscape pyPDFPageSize :A4/LETTER/LEGAL default is A4 pyPDFFontsDirectory:The fonts directory pyPDFEmbedFont:true/false.
generatePegaDataModelFromSampleXMLInstances(ClipboardPage, ParameterPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Deprecated.
- use generateRulesFromMetadata method with generation request parameters: pyMetadataType = "XML" and pyGenerationPurpose = "DataModel"
generatePopulatedEForm(String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Merge clipboard data into a eForm.
generatePopulatedEForm(byte[], String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Merge clipboard data into a eForm.
generatePopulatedEForm(InputStream, String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Merge clipboard data into a eForm.
generatePopulatedEForm(File, String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Merge clipboard data into a eForm.
generatePopulatedEForm(URL, String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Merge clipboard data into a eForm.
generatePropertyRules(boolean) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Set a flag to indicate whether instances of Rule-Obj-Property should be generated and appended to the list of generated rules.
generateRedirectURL(String, SAMLObject, ClipboardPage, String) - Method in interface com.pega.pegarules.pub.util.SAMLUtils
Method which generates the Single logout redirect URL for response purpose
generateRules() - Method in interface com.pega.pegarules.pub.util.SchemaParser
Generate rules for the selected subset of global complex element and type definitions.
generateRulesFromJsonStream(ClipboardPage, ParameterPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Deprecated.
- use generateRulesFromMetadata method with generation request parameters: pyMetadataType = "JSON" and pyGenerationPurpose = "DataModel"
generateRulesFromMetadata(ClipboardPage, ParameterPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Generate Rules from a metadata source
generateStepPageReference(ClipboardProperty, String, boolean) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Creates a reference to the current step page.
generateStreamRuleContent(ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Create the JSP stream content for a Rule-Obj-XML rule instance using the XML metadata derived from the tree view rule data of the given rule instance page.
generateStreamRules(boolean) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Set a flag to indicate whether instances of Rule-Obj-XML should be generated and appended to the list of generated rules.
generateWrapper(String) - Method in interface com.pega.pegarules.pub.generator.PRObjectWrapperGenerator
Generate the specified wrapper.
generateWrapper(String, List) - Method in interface com.pega.pegarules.pub.generator.PRObjectWrapperGenerator
Generate the specified wrapper, only include properties listed.
GenericAssembler - Interface in com.pega.pegarules.pub.generator
The RuleBasedAssembler interface is the minimum implementation required for an assembler.
GenericAssemblerValidator - Interface in com.pega.pegarules.pub.generator
The RuleBasedAssembler interface is the minimum implementation required for an assembler.
get() - Method in class com.pega.pegarules.bootstrap.util.VicariousThreadLocal
 
get(Object) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the referenced property.
get(String) - Method in interface com.pega.pegarules.pub.context.PRCluster
finds data based on given key
get() - Static method in class com.pega.pegarules.pub.context.ThreadContainer
 
get() - Static method in class com.pega.pegarules.pub.context.ThreadInEtier
 
get(Object) - Method in class com.pega.pegarules.pub.generator.ExpressionMap
Identifies the value, if any, that is associated with the specified name.
get(Object) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Identifies the definition, if any, of the named parameter.
get(int) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentList
Get the component at the specified index.
get(Object) - Method in class com.pega.pegarules.pub.util.ConcurrentHashMapWithNullSupport
 
get(Object) - Method in class com.pega.pegarules.pub.util.HashStringMap
Identifies the value, if any, that is associated with the specified name.
get(String, String) - Method in interface com.pega.pegarules.pub.util.PRSystemSettings
returns a system setting's value, appropriate for the server's production level, by key.
getAbsoluteFile() - Method in class com.pega.pegarules.pub.util.PRFile
 
getAbsolutePath() - Method in class com.pega.pegarules.pub.util.PRFile
 
getAbsoluteReference() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns an absolute reference to this property.
getAbstractElementQNames() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of qualified names for all global element declarations that have the 'abstract' attribute set with a value of "true".
getAbstractTypeQNames() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of qualified names for all global attribute declarations that have the 'abstract' attribute set with a value of "true".
getActive() - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Identifies the current active property.
getActiveName() - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Identifies the entry handle for the current active property.
getActiveValue() - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Identifies the value of the current active property.
getActivityClassName() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns a string representing the Java class file name of the currently executing activity.
getActivityStatus() - Method in interface com.pega.pegarules.pub.context.PRThread
Returns the cumulative ProcessingStatus instance to which the current instance will be added.
getActivityStatus() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns the cumulative ProcessingStatus instance to which the current instance will be added.
getAgentDetails(String, String) - Method in interface com.pega.pegarules.pub.context.AgentUtils
Fetch the agent details
getAgentDetailsForNode(String, String, String) - Method in interface com.pega.pegarules.pub.context.AgentUtils
 
getAgentNames() - Method in interface com.pega.pegarules.pub.context.AgentUtils
Returns the names of all Agents currently configured on this node.
getAgentStatus(String, String) - Method in interface com.pega.pegarules.pub.context.AgentUtils
 
getAgentUtils() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns an instance of the AgentUtils class.
getAliasValue(String, String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Resolve the identified property alias, by evaluating the alias on the step page.
getAliasValue(ClipboardPage, String, String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Resolve the identified property alias, by evaluating the alias on the specified clipboard page.
getAliasValue(ClipboardPage, ImmutablePropertyAliasInfo) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Resolve the identified property alias, by evaluating the alias on the specified clipboard page.
getAllAncestorClasses() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Gets the ancestors of this class (using pattern and direct inheritance if applicable).
getAllAncestorClassesListWithoutDuplicates() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Gets the ancestors of this class (using pattern and direct inheritance if applicable).
getAllAttributes(Element) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return all attributes of the given element node.
getAllChildElements(Element) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return all child elements of the given element node.
getAllMetadata() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponent
Get a full report of the metadata defined by this component.
getAmPmStrings(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Returns Am Pm Strings
getAncestorIter() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Gets the ancestors of this class (using pattern inheritance if applicable).
getAnnotations() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponent
Get any annotation components of the parent component.
getAppInfoValues() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAnnotation
Get a list of appInfo string values.
getApplet(String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Returns the value of pyApplet for this Rule-Obj-Class
getAppletHarness(String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Returns the value of pyAppletHarness for this Rule-Obj-Class
getAppliesTo() - Method in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
getAsBigDecimal(String) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Returns the value, if any, of the named parameter.
getAsBoolean(String) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Identifies the value, if any, of the named parameter.
getAsDate(String) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Returns the value, if any, of the named parameter on the current ParameterPage.
getAsDouble(String) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Identifies the value, if any, of the named parameter.
getAsInteger(String) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Identifies the value, if any, of the named parameter.
getAspect() - Method in interface com.pega.pegarules.pub.runtime.FUASupport
Returns the aspect of this rule's Rule-Obj-Class that this implementation is for.
getAttachedJavaObject() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the Java object currently attached to this page.
getAttachedJavaObject(boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the Java object currently attached to this page.
getAttachedJavaObjectIfPresent() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the Java object currently attached to this page.
getAttributeComponents() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComplexTypeDefinition
Get the list of attribute components for this complex type.
getAttributeDeclaration() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeReference
Get the referenced attribute declaration component.
getAttributeFormDefaultValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
Get the value of the 'attributeFormDefault' attribute.
getAttributeGroupDefinition() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeGroupReference
Get the referenced attribute group definition component.
getAttributeGroupDefinition(QName) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get the attribute group definition component object associated with the given qualified name.
getAttributeGroupDefinitions() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
Get any attribute group definition components of the schema document.
getAttributeGroupDefinitions() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaRedefine
Get any attribute group definition components of the schema redefinition.
getAttributeGroupNames(String) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of names for all global attribute group definitions that belong to the given namespace URI.
getAttributeGroupQNames() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of qualified names for all global attribute group definitions in all referenced schema documents.
getAttributeNode(String) - Method in class com.pega.pegarules.parserule.XMLNode
Method getAttributeNode to create a new XMLNode with name and value given the attribute name.
getAttributes() - Method in class com.pega.pegarules.parserule.XMLNode
Method getAttributes return the attributes.
getAttributesFromTag(String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Obtains a mapping of attribute keys and values from an XML or HTML tag
getAttributesFromTag(String, boolean) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Obtains a mapping of attribute keys and values from an XML or HTML tag
getAttributeValue(String) - Method in class com.pega.pegarules.parserule.XMLNode
Method getAttributeValue finds the attribute with name and returns its value.
getAttributeValue(Element, String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return the string value of the named attribute.
getAttributeValue(Element, String, String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return the string value of the fully-qualified attribute.
getAuthorization() - Method in interface com.pega.pegarules.pub.context.PRThread
 
getAuthorizationHandle() - Method in interface com.pega.pegarules.pub.context.PRRequestor
Deprecated.
Since PegaRULES 5.4
getAuthorizationHandle() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Get PRAuthorization instance handle.
getAuthorizationInfo() - Method in interface com.pega.pegarules.pub.context.IRoleAccessRightInfo
 
getAvailability() - Method in interface com.pega.pegarules.pub.util.SearchResult
Retrieves availability information for a single rule that matches the search criteria
getAxisBindingStubClass(QName) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getAxisClassForElement(QName) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getAxisClassForType(QName) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getBadClassName() - Method in exception com.pega.pegarules.pub.database.BadClassDefinitionException
Returns the name of the class that does not exist.
getBadRole() - Method in exception com.pega.pegarules.pub.database.BadRoleException
Returns the bad role.
getBaseClass() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Returns this class's base class.
getBaseTypeDefinition() - Method in interface com.pega.pegarules.pub.services.xsd.XSDTypeDefinition
Get the type definition component that this type is derived from.
getBaseTypeReferenceValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDTypeDefinition
Get the qualified name of the type that this type is derived from.
getBeanPropertyDescr(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Get JavaBean property descriptors.
getBigDecimal(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the decimal value of the referenced property.
getBigDecimal(PegaAPI, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Return value of this property as a IBM BigDecimal value, or if the caller wants, an exception when the property is missing or empty.
getBigDecimal(String, boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the decimal value of the referenced property.
getBinaryFileRef(StringBuffer, String, String) - Method in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
Emit a reference to a binary file (including its static content hash), processing runtime references for the application and name fields.
getBinaryFileRef(StringBuffer, String, String, String) - Method in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
Emit a reference to a binary file (including its static content hash), processing runtime references for the application and name fields.
getBinaryFileRefName(StringBuffer, String, String) - Method in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
Return a reference to a binary file (including its static content hash), processing runtime references for the application and name fields.
getBinaryFileRefName(StringBuffer, String, String, String) - Method in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
Return a reference to a binary file (including its static content hash), processing runtime references for the application and name fields.
getBindingName() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getBindingOperations() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getBindingProtocol() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getBindingProtocolForCurrentPort() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the binding protocol for the current port.
getBlockDefaultValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
Get the value of the 'blockDefault' attribute.
getBlockValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComplexTypeDefinition
Get the value of the 'block' attribute.
getBlockValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
Get the value of the 'block' attribute.
getBoolean(String, boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the boolean value of the referenced property.
getBoolean(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the boolean value of the referenced property.
getBoolean(PegaAPI, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Return value of this property as a boolean value, or if the caller wants, an exception when the property is missing or empty.
getBooleanCodeGenerator() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Accessor for the expected type Boolean instance.
getBooleanWithVariableCodeGenerator() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Accessor for the expected type Boolean with intermediate variable instance.
getBranchName() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
If this is a branched ruleset, returns the branch name.
getBranchOriginName() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
If this is a branched ruleset, returns the origin ruleset name.
getBuildDate() - Static method in class com.pega.pegarules.pub.util.BuildInfo
 
getBuilder() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Identifies the rule assembler that is being used during this assembly.
getBuildInfoProperties() - Static method in class com.pega.pegarules.pub.util.BuildInfo
Get a string containing the build properties in the format used for re-creating this file by an assembly.
getBuildName() - Static method in class com.pega.pegarules.pub.util.BuildInfo
 
getBuildProperties() - Static method in class com.pega.pegarules.pub.util.BuildInfo
Get a string containing the build properties.
getBytes(InputStream, int) - Static method in class com.pega.pegarules.pub.util.PRFileUtil
Reads aBufferSize number of bytes from the specified InputStream.
getCache() - Method in interface com.pega.pegarules.pub.util.SAMLUtils
gets the cache implementation
getCacheEnabled() - Method in interface com.pega.pegarules.pub.context.PRThread
Reports the state of caching for this Requestor
getCaller() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Identifies the FirstUseAssembler instance assocaited with the Rule- that referenced this Rule-.
getCallerPrincipal() - Method in class com.pega.pegarules.pub.context.PRSessionContext
 
getCanonicalFile() - Method in class com.pega.pegarules.pub.util.PRFile
 
getCanonicalPath() - Method in class com.pega.pegarules.pub.util.PRFile
 
getCatalog() - Method in class com.pega.pegarules.pub.database.Column
Return the catalog.
getCatalogName() - Method in interface com.pega.pegarules.pub.database.DatabaseTable
Returns the catalog name for this database table;
getCategory(String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Returns the value of pyCategory for this Rule-Obj-Class
getChallengeStream() - Method in exception com.pega.pegarules.pub.context.AuthenticationRequiredException
 
getCharacterEncoding() - Method in interface com.pega.pegarules.pub.runtime.ParseState
Get the current character encoding.
getCharset(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Obtain the character encoding from the value of a Content-Type HTTP header
getChildElement(Element, String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Perform a depth-first traversal of the parent element, and return the first child element with a matching tag name.
getChildNodes() - Method in class com.pega.pegarules.parserule.XMLNode
 
getChildrenIter() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Gets only the direct descendants (children) of this class.
getCipher(String, byte[], int, byte[]) - Method in interface com.pega.pegarules.pub.crypto.IPRCrypto
Constructs an IPRCipher implementation with the specified parameters.
getCipher(String, String, byte[], int, byte[]) - Method in interface com.pega.pegarules.pub.crypto.IPRCrypto
Constructs an IPRCipher implementation with the specified parameters.
getCircumstanceDateOverride() - Method in interface com.pega.pegarules.pub.runtime.CollectionRule
Returns the Circumstance Date Override value for this Collection step, or null if none.
getCircumstanceOverride() - Method in interface com.pega.pegarules.pub.runtime.CollectionRule
Returns the Circumstance Override value for this Collection step, or null if none.
getCircumstanceProperty() - Method in class com.pega.pegarules.pub.database.CircumstanceResult
Deprecated.
What is the circumstance property for this result?
getClassDef(String) - Method in interface com.pega.pegarules.pub.database.Database
Returns information about a class.
getClassesInTable(String, String) - Method in interface com.pega.pegarules.pub.database.Database
getClassesInTable(String, String, String, String) - Method in interface com.pega.pegarules.pub.database.Database
Gets all the classes that live in a particular database table.
getClassForPage(String, boolean) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Gets the class for a specified page, if known.
getClassGroup() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Returns the class group to which this class belongs.
getClassInfo(String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
fetches the informational object for classes.
getClassInfo() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Returns the class info (that contains this property).
getClassLocation(String) - Static method in class com.pega.pegarules.pub.util.JavaUtils
Return the location of a class given its name,
getClassName() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Get the name of the class of this page (if any).
getClassName() - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Return the name of the class represented by this instance of ClassInfo.
getClassName(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Given a class and a page reference relative to that class, return the class of the referenced embedded page.
getClassName(String, String, boolean) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Given a class and a page reference relative to that class, return the class of the referenced embedded page.
getClassName() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
Get the class name (pyClassName) of this Alias instance.
getClassName() - Method in interface com.pega.pegarules.pub.generator.PageDescriptor
Returns the best information about the class of this page that is known during First-Use Assembly.
getClosestVersion(ClipboardPage) - Method in interface com.pega.pegarules.pub.database.RulesetContext
Returns the version of a rule that is most closely related to a given version.
getClosestVersionOrCurrentRule(ClipboardPage) - Method in interface com.pega.pegarules.pub.database.RulesetContext
Returns the version of a rule that is most closely related to a given version or the rule itself including checked out rules
getClusterAddress() - Method in interface com.pega.pegarules.pub.context.PRCluster
Get's this node's cluster address.
getClusterId(String) - Method in interface com.pega.pegarules.pub.context.PRCluster
Fetch the Cluster UUID for the given node.
getClusterName() - Method in interface com.pega.pegarules.pub.context.PRCluster
Get the name of the Cluster.
getCobolCopybookDefinition(ClipboardPage) - Method in interface com.pega.pegarules.pub.util.COBOLUtils
 
getCodeBuild() - Static method in class com.pega.pegarules.pub.util.BuildInfo
 
getCodeGenerator() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Provides an instance of CodeGenerator that may be used to specify the requried return type of an expression
getCodeGeneratorInstance() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Returns a newly constructed instance of CodeGenerator
getCodeSetName() - Static method in class com.pega.pegarules.pub.util.BuildInfo
 
getCodeSetPatch() - Static method in class com.pega.pegarules.pub.util.BuildInfo
 
getCodeSetVersion() - Static method in class com.pega.pegarules.pub.util.BuildInfo
 
getColumnDataTypeForProperty(String, String) - Method in interface com.pega.pegarules.pub.database.Database
Returns the column data type for a property whether explicitly mapped or not.
getColumnForProperty(String, String) - Method in interface com.pega.pegarules.pub.database.Database
Returns the column name for a property whether explicitly mapped or not.
getColumnInfos() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Get the list of ImmutablePropertyInfo instances, one for each column in this lightweight page list.
getColumnNames() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Get the list of column names in this lightweight page list.
getColumnsForTable(String, String) - Method in interface com.pega.pegarules.pub.database.Database
Deprecated.
this method does not allow you to specify the catalog and schema of the table
getCompatibility() - Method in interface com.pega.pegarules.pub.generator.PRObjectWrapperGenerator
Return the compatibility setting for this Object Wrapper Generator.
getComplexTypeNames(String) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of names for all global complex type definitions that belong to the given namespace URI.
getComplexTypeQNames() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of qualified names for all global complex type definitions in all referenced schema documents.
getComponents() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeGroupDefinition
Get the list of attribute components for this attribute group.
getComponents() - Method in interface com.pega.pegarules.pub.services.xsd.XSDModelGroupDefinition
Get the list of element components for this model group.
getConcreteDescendantsInCurrentApplication(String) - Method in interface com.pega.pegarules.pub.database.Database
Returns the names of descendant classes of the given class that are concrete and are in the current Application's rule sets, in distance order, nearest first.
getConditionalReason() - Method in interface com.pega.pegarules.pub.context.IRoleAccessRightInfo
 
getConsolidatedRoleAuthSettingInfo() - Method in interface com.pega.pegarules.pub.context.IAuthSettingInfo
 
getConsolidatedRoleExecuteRightInfo() - Method in interface com.pega.pegarules.pub.context.IExecuteRightInfo
 
getConstraintType() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementIdentityConstraint
Get the constraint type value for this identity constraint.
getConstructorBody() - Method in interface com.pega.pegarules.pub.generator.JavaGenerator
Generates the java for the body of the constructor for a rule.
getContentType() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComplexTypeDefinition
Get the content type value for this type definition.
getContentType() - Method in class com.pega.pegarules.pub.util.PRFileDataSource
 
getCreateDateTime() - Method in class com.pega.pegarules.pub.session.PassivationMetadata
 
getCredentials(List, ClipboardPage, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
fetch property values from authentication profiles, accounting for indirection and encryption.
getCSRFSessionToken() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
returns CSRF attack mitigation token for the given thread.
getCurrency(Locale, String) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
Retrieve the desired currency value.
getCurrencyByLocale(Locale) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
 
getCurrencyCode() - Method in interface com.pega.pegarules.pub.util.currency.CurrencyProperties
Return the alphabetic ISO 4217 code of currency..
getCurrencyCodesForLocale(String) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
Returns the ISO currency codes for the specified aLocaleName including multi-level fallback.
getCurrencyName() - Method in interface com.pega.pegarules.pub.context.PRThread
Returns the name of the default Currency to be used for the current user.
getCurrencyName() - Method in interface com.pega.pegarules.pub.util.currency.CurrencyProperties
Return the currency name
getCurrentBinding() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Get the qualified name of the binding for the current port.
getCurrentPort() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the name of the current port.
getCurrentPortType() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Get the qualified name of the port type for the current port.
getCurrentService() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Get the qualified name of the service that is currently being operated on.
getCurrentTimeStamp() - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
Returns the current date and time as a PegaRULES time stamp (ISO format, GMT zone)
getDatabase() - Method in interface com.pega.pegarules.pub.context.PRThread
Returns the Database context for this Thread
getDatabase() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Returns the database (as defined in Data-Admin-DB-Name) in which instances of this class are stored.
getDatabase(boolean) - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Returns the database (as defined in Data-Admin-DB-Name) in which instances of this class are stored.
getDatabase() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Provides access to the appropriate Database instance for this execution context.
getDatabase() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Identifies a Database instance that can be used for this processing.
getDatabaseType() - Method in class com.pega.pegarules.pub.database.DatabaseInformation
Returns the product family Type.
getDataUniqueID(String, String, String) - Method in interface com.pega.pegarules.pub.database.Database
Obtain a unique ID value for items
getDate(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the date value of the referenced property.
getDate(PegaAPI, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Return value of this property as a date, or if the caller wants, an exception when the property is missing or empty.
getDate(String, boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the date value of the referenced property.
getDate(String) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
Coverts an internal date time stamp into a Java Date object.
getDateOverride() - Method in interface com.pega.pegarules.pub.runtime.CollectionRule
Returns the value to use as "now" for Rule Resolution, or null if the actual current value should be used.
getDateTimeUtils() - Method in interface com.pega.pegarules.pub.context.PRThread
returns a reference to the singleton DateTime utility object.
getDateTimeUtils() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns the DateTime utility object for this Node.
getDBInfo(String) - Method in interface com.pega.pegarules.pub.database.Database
Returns low-level information about a database.
getDBName() - Method in exception com.pega.pegarules.pub.database.BadDatabaseDefinitionException
Get the name of the missing database.
getDBName() - Method in exception com.pega.pegarules.pub.database.ConnectionException
Returns the name of the database that had the error.
getDBName() - Method in interface com.pega.pegarules.pub.database.DatabaseTable
Gets the name of the database.
getDBProductName(PublicAPI) - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Returns the name of the database program that manages the table in which this class is stored.
getDBProductName() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
getDBSchemas(String) - Method in interface com.pega.pegarules.pub.database.Database
Returns a array of strings that are the schema's available from this db connection.
getDBTables(String, String, String, String[]) - Method in interface com.pega.pegarules.pub.database.Database
Returns a Collection of com.pega.pegarules.pub.database.DatabaseTable objects that contain information about a database's tables.
getDBTypeName() - Method in class com.pega.pegarules.pub.database.Column
Return the type of this column.
getDecimalDigits() - Method in class com.pega.pegarules.pub.database.Column
Returns the number of decimal digits for this column, if known.
getDecimalPrecision() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
returns the decimal precision defined for this property.
getDeclarativePageNames() - Method in interface com.pega.pegarules.pub.context.PageDirectory
 
getDeclarativeReferences() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
get list of declarative references
getDeclarePage() - Method in exception com.pega.pegarules.pub.clipboard.PRDeclarePageException
 
getDefaultSchemaForConnection() - Method in class com.pega.pegarules.pub.database.DatabaseInformation
Deprecated.
getDefaultTimeZone() - Static method in class com.pega.pegarules.pub.util.PerThreadCache
returns the name of the default timezone used for format and parse.
getDefaultValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeDeclaration
Get the value of the 'default' attribute.
getDefaultValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeReference
Get the value of the 'default' attribute.
getDefaultValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
Get the value of the 'default' attribute.
getDefinedNamespaceURIs() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of namespace URI's that the referenced WSDL or XML Schema documents define.
getDefinedPrimaryPageClass() - Method in interface com.pega.pegarules.pub.generator.GenericAssembler
Names the class of the primary page that will be used by this rule in the absence of overriding information.
getDefinedPrimaryPageClass() - Method in interface com.pega.pegarules.pub.generator.JavaGenerator
Names the class of the primary page that will be used by this rule in the absence of overriding information.
getDefinition() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Supplies the definition being processed.
getDefinition(String) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Identifies the definition, if any, of the named parameter.
getDefinition() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Return the definition element.
getDefinitionAppliesToClass() - Method in interface com.pega.pegarules.pub.runtime.FUASupport
Returns pyClassName of defining rule
getDependentRuleInfos() - Method in interface com.pega.pegarules.pub.runtime.FUASupport
The getDependentRuleInfos method returns the set of dependent rules required to build the generated code and (possibly) whole classes that the rules assembler declared.
getDerivationType() - Method in interface com.pega.pegarules.pub.services.xsd.XSDTypeDefinition
Get the content type value for this type definition.
getDescendantIter() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Gets the descendants of this class.
getDescr() - Method in class com.pega.pegarules.pub.database.Column
Gets the descr
getDescription() - Method in class com.pega.pegarules.pub.session.PassivationMetadata
 
getDesignTime() - Method in interface com.pega.pegarules.pub.generator.PRObjectWrapperGenerator
Get the current value of the design time flag.
getDiagID() - Method in interface com.pega.pegarules.pub.context.PRRequestor
Get this Requestor's diagnostic id string
getDiagnosticPrimary() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Returns the diagnostic copy of the Primary buffer
getDictionary() - Method in interface com.pega.pegarules.pub.context.PRThread
is a factory method for Dictionary objects.
getDictionary() - Method in interface com.pega.pegarules.pub.database.RulesetContext
Returns a Dictionary that uses the this RuleSet context to open rules, and that tracks references in this RuleSet context's rule page.
getDictionary() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Provides access to the appropriate Dictionary instance for this execution context and edit/runtime processing mode.
getDictionary() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Provides the Dictionary instance associated with this Thread.
getDirectedParent() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Gets the parent of this class.
getDirectory() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Get the PageDirectory owner of this page.
getDisableAutoPopulate() - Method in interface com.pega.pegarules.pub.context.PRThread
 
getDisplayVersion() - Static method in class com.pega.pegarules.pub.util.BuildInfo
 
getDistributedExecutor() - Method in interface com.pega.pegarules.pub.context.PRCluster
Acquire the interface for a Cluster-wide executor implementation, based on the current clustering protocol.
getDocumentationValues() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAnnotation
Get a list of documentation string values.
getDocumentSummary() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a summary of all documents that were loaded as a result of document 'import' or 'include' references in the root document or any of the other referenced documents.
getDouble(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the double value of the referenced property.
getDouble(PegaAPI, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Return value of this property as a double.
getDouble(String, boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the double value of the referenced property.
getDriverMajorVersion() - Method in class com.pega.pegarules.pub.database.DatabaseInformation
Gets the driverMajorVersion
getDriverMinorVersion() - Method in class com.pega.pegarules.pub.database.DatabaseInformation
Gets the driverMinorVersion
getDriverName() - Method in class com.pega.pegarules.pub.database.DatabaseInformation
Gets the driverName
getDriverVersion() - Method in class com.pega.pegarules.pub.database.DatabaseInformation
Gets the driverVersion
getDynamic(String, String) - Method in interface com.pega.pegarules.pub.util.PRSystemSettings
returns a dynamic setting's value by key.
getDynamicClass(String, boolean) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Use the PegaRULES classloader to return the java class identified by the given string value.
getEditContext() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Supplies the RulesetContext that corresponds to the design time environment for the Rule instance being assembled.
getEFormFieldList(String, String, String) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Retrieve eForm form field names from a Rule-File-eForm instance.
getEFormFieldList(byte[]) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Retrieve eForm form field names from a byte[].
getEFormFieldList(InputStream) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Retrieve eForm form field names from a byte[].
getEFormFieldList(File) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Retrieve eForm form field names from a byte[].
getEFormFieldList(URL) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Retrieve eForm field names from a byte[].
getEFormUtils() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns an instance of the EFormUtils class.
getEJBInterface(Context, String, boolean) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Use the JNDI server to look up the EJB home and remote interface classes.
getElementDeclaration() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementReference
Get the referenced element declaration component.
getElementFormDefaultValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
Get the value of the 'elementFormDefault' attribute.
getElementNodeValue(Element) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return a concatenated string of the text node children of the given element node.
getElementType(QName) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getElemNameToClassMap() - Method in interface com.pega.pegarules.pub.util.SchemaParser
Get a map of Rule-Obj-Class names, keyed by the qualified names of global element declarations.
getEmbeddedPageClass() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
returns the detail string, which for MODE_PAGE* properties contains the class of the embedded page.
getEncodedOrLiteral(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the value of the 'use' attribute for the SOAP operation.
getEncodedOrLiteralBySig(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getEncodedRuleSetList() - Method in interface com.pega.pegarules.pub.context.PRAuthorization
This is a unique string (hash) that identifies the requestor's complete rulesetlist.
getEncodedRuleSetList() - Method in interface com.pega.pegarules.pub.context.PRRequestor
Deprecated.
since 5.4, use PRPRAuthorization.getEncodedRuleSetList()
getEncodedUserId() - Method in interface com.pega.pegarules.pub.context.PRRequestor
This returns an MD5 encoded copy of the users personal ruleset name.
getEncodingStyle(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the encoding style for a given SOAP operation.
getEncodingStyleBySig(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getEncryptedString(String) - Method in interface com.pega.pegarules.pub.context.PRAuthentication
Encrypts a string using PegaRULES v3 algorithm The entire string, converted to a byte array using UTF-8 encoding, is passed through the MD5 digest algorithm.
getEndpointReference() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns Endpoint reference element specific data .
getEntryCode() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
The EntryCode contains all of the dictionary-related definition information for this property in an encoded form.
getEntryCode() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
The EntryCode contains all of the dictionary-related definition information for this property in an encoded form.
getEntryCode() - Method in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
getEntryHandle(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns a handle to the referenced property that can be used for receiving client input.
getEntryHandle() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns a handle to this property that can be used for receiving client input.
getEntryHandle(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns a handle to the referenced property that can be used for receiving client input.
getEntryHandle(boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns a handle to this property that can be used for receiving client input.
getEntryHandle(String) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Get an entry handle for a property reference.
getErrorMessage() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the service error message following a service failure.
getErrorMessages() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Returns the error messages resulting from translating an expression.
getErrorMessagesAsString(boolean, boolean) - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
returns the error messages as a String
getErrorType() - Method in exception com.pega.pegarules.pub.services.ServiceException
Get the name of the flow that the flow harness will use to handle the connection failure.
getExceptionObject() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Retrieve service exception object following a service failure.
getExpectedSize(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Get the Expected Size for a property (pyExpectedSize).
getExpirationDate() - Method in class com.pega.pegarules.pub.database.CircumstanceResult
Deprecated.
What is the expiration date for this result?
getExpirationTime() - Method in class com.pega.pegarules.pub.session.PassivationMetadata
 
getExpirationTimeoutInSeconds() - Method in class com.pega.pegarules.pub.session.PassivationMetadata
 
getExposedList(ClassDefinition) - Method in interface com.pega.pegarules.pub.database.Database
Deprecated.
use PegaClassDefinition.getColumnsInTable() instead
getExpression(String) - Method in class com.pega.pegarules.pub.generator.ExpressionMap
Identifies the Expression, if any, that is associated with the specified name.
getExternalSignature() - Method in interface com.pega.pegarules.pub.context.PRAuthentication
Return a random, time-based value
getFailureDetail() - Method in exception com.pega.pegarules.pub.services.ServiceException
 
getFaultCode() - Method in exception com.pega.pegarules.pub.util.RDBSchemaGeneratorException
Method to get the FaultCode.
getFaultString() - Method in exception com.pega.pegarules.pub.util.RDBSchemaGeneratorException
Method to get the FaultString.
getFieldXPathValues() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementIdentityConstraint
Get the values of the 'xpath' attribute for all field components.
getFinalDefaultValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
Get the value of the 'finalDefault' attribute.
getFinalValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
Get the value of the 'final' attribute.
getFinalValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDTypeDefinition
Get the value of the 'final' attribute.
getFirst(String, StringMap) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Get and lock the first available queue item based on the specified criteria Options:
getFirst(String, String, StringMap) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Get and lock the first available queue item based on the specified criteria Options:
getFirstChild() - Method in class com.pega.pegarules.parserule.XMLNode
 
getFirstChildElement(Element) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return the first child element node of the given element node.
getFirstNode() - Method in class com.pega.pegarules.parserule.XMLNodeList
finds the first node of the list.
getFirstProperty() - Method in exception com.pega.pegarules.pub.database.MultipleCircumstancePropertiesException
Gets the first property.
getFirstRealPatternAncestor(String) - Method in interface com.pega.pegarules.pub.database.Database
Goes through the pattern ancestors of this class, and returns the first one that names a real class.
getFirstWeekDay(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Returns first day of the week
getFixedValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeDeclaration
Get the value of the 'fixed' attribute.
getFixedValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeReference
Get the value of the 'fixed' attribute.
getFixedValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
Get the value of the 'fixed' attribute.
getForcePAndCLookup() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Gets the setting that forces lookup of relative references in Pages & Classes
getFormat(String, String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Returns the per-Thread cached DateFormat instance corresponding to the specified pattern or PRDateFormat name for the specified locale.
getFormatPattern(String, String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Returns the (non-localized) pattern corresponding to the specified pattern or PRDateFormat name for the specified locale.
getFormType(String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Returns the value of pyFormType for this Rule-Obj-Class
getFormValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeDeclaration
Get the value of the 'form' attribute.
getFormValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
Get the value of the 'form' attribute.
getFractionDigits() - Method in interface com.pega.pegarules.pub.util.currency.CurrencyProperties
Returns the fractional decimal digits
getFSSetting(String, String, boolean, boolean) - Method in interface com.pega.pegarules.pub.util.PRSystemSettings
Get a (real) File System reference, using first a JNDI url lookup and then using the value supplied in the configuration.
getFullyQualifiedTableName() - Method in interface com.pega.pegarules.pub.database.DatabaseTable
Returns the fully qualified table name of this database table.
getGatewayClass(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Returns the gateway class for a Rule-Obj-Property
getGatewayPageName(ClipboardPage, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Get the fully qualified gateway page name if this property was used as a gateway to other instance's properties.
getGatewayPropertyMap(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Returns a map containing key value for source and target properties for a gateway property
getGeneratedType() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Returns the generated type of the translated expression.
getGlobalAttributeDeclaration(QName) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get the attribute declaration component object associated with the given qualified name.
getGlobalAttributeDeclarations() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
Get any attribute declaration components of the schema document.
getGlobalAttributeNames(String) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of names for all global attribute declarations that belong to the given namespace URI.
getGlobalAttributeQNames() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of qualified names for all global attribute declarations in all referenced schema documents.
getGlobalElementDeclaration(QName) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get the element declaration component object associated with the given qualified name.
getGlobalElementDeclarations() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
Get any element declaration components of the schema document.
getGlobalElementNames(String) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of names for all global element declarations that belong to the given namespace URI.
getGlobalElementQNames() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of qualified names for all global element declarations in all referenced schema documents.
getGlobalTypeSet(PRFile) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Parse a schema definition document to get the list of global complex element and type definitions.
getGlobalTypeSet(String) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Parse a schema definition document to get the list of global complex element and type definitions.
getGlobalTypeSet(Reader) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Parse a schema definition document to get the list of global complex element and type definitions.
getGroupType() - Method in interface com.pega.pegarules.pub.services.xsd.XSDModelGroupDefinition
Get the group type value for this model group definition.
getHandle() - Method in exception com.pega.pegarules.pub.database.BadCircumstanceDateFormat
Return the handle of the Rule that contains the bad Circumstance Date, or the handle of the Rule that has the Circumstance Date Property that contains a bad date.
getHandle(StringMap) - Method in interface com.pega.pegarules.pub.database.Database
Calculates the handle of an instance.
getHandler() - Method in exception com.pega.pegarules.pub.database.ConnectionException
Returns the name of the error handler flow specified by the Rule-Connect-SQL instance.
getHandler() - Method in exception com.pega.pegarules.pub.services.ConnectorException
Get the name of the flow that the flow harness will use to handle the connection failure.
getHasUnresolvedAssemblyError() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
retrieve flag that indicates parser inserted an UnresolvedAssemblyError statement in the code.
getHelpURI(String) - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
Allows you to obtain the URI of a help file within the Pega-Online help.
getHTTPAddress() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the HttpAddress element for the current port.
getHTTPAddress(Port) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the HttpBinding for the current port.
getHTTPBinding() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the http binding for the current port.
getHTTPOperation(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the Http Operation for the current port.
getHTTPRelativeURIScheme(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the relative URI scheme bound to Operation input.
getIANA2JavaMapping(String) - Static method in class com.pega.pegarules.pub.util.EncodingMap
Returns the Java encoding name for the specified IANA encoding name.
getId() - Method in interface com.pega.pegarules.pub.context.PRRequestor
Get this Requestor's identification string
getIdentification() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Provides a string value that can be used in message descriptors to identify the Rule- reference of this instance.
getIdentifier() - Method in interface com.pega.pegarules.pub.generator.FUAListEntry
getter method for FUA identifier field for monitor servlet reporting
getIdentityConstraints() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
Get the list of identity constraints for this element.
getIDValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponent
Get the value of the 'id' attribute.
getIfPresent(String, boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
As getProperty(), but does not create missing pages or properties.
getIfPresent(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
As getProperty(), but does not create missing pages or properties.
getIfPresent(String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Provides the ClipboardProperty instance identified by the specified reference, using the current Step Page as the default.
getImmutablePropertyAliasInfo(String) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Factory method for ImmutablePropertyAliasInfo Objects that describe the property aliases defined for this class.
getImmutablePropertyInfo(String) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Factory method for ImmutablePropertyInfo Objects that describe the properties defined for this class.
getImmutablePropertyInfo(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Get the ImmutablePropertyInfo object for the named property.
getImmutableTerminalPropertyInfo(String) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Factory method for ImmutablePropertyInfo Objects that describe the properties defined for this class.
getImmutableTerminalPropertyInfo(String, boolean) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Factory method for ImmutablePropertyInfo Objects that describe the properties defined for this class.
getImplementation(StringMap) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
getInfEngUtils() - Method in interface com.pega.pegarules.pub.context.PRThread
 
getInfEngUtils() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns an instance of the InfEngUtils class.
getInitializedCharBuffer(int) - Method in interface com.pega.pegarules.pub.context.PRThread
 
getInitializedFieldPosition() - Method in interface com.pega.pegarules.pub.context.PRThread
 
getInitializedParsePosition() - Method in interface com.pega.pegarules.pub.context.PRThread
 
getInitializedStringPoolSetCharBuffer(int) - Method in interface com.pega.pegarules.pub.context.PRThread
 
getInitialParameterAlternativeMarkup() - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
This method returns a HashMap which contains alternative HTML markup any-combination-of/all-of the initial parameters.
getInitialParameterDefaultValues() - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
Returns a HashMap containing default values for the initial parameters.
getInitParameterDescriptions() - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
get initialization parameter descriptions
getInitParameterFriendlyNames() - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
Get the 'human readable' names for the initial parameters.
getInput(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns Input object pertaining to an operation.
getInputMessageName(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the Input Message Name of the specified method.
getInputParameterType(int, int) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getInputStream(InputStream) - Method in interface com.pega.pegarules.pub.crypto.IPRCipher
Supplies a CipherInputStream using the cipher associated with this instance.
getInputStream() - Method in interface com.pega.pegarules.pub.runtime.ParseState
Get the InputStream object.
getInputStream() - Method in class com.pega.pegarules.pub.util.PRFileDataSource
 
getInResponseToIDFromLogoutResponse(String) - Method in interface com.pega.pegarules.pub.util.SAMLUtils
To get the InResponseTo Id value from the
getInsIdFromInsName(String, String) - Method in interface com.pega.pegarules.pub.database.Database
Gets the instance id using instance name
getInstance() - Method in interface com.pega.pegarules.pub.runtime.GeneratedJavaEntry
fetches the enclosed instance
getInstanceClassName() - Method in exception com.pega.pegarules.pub.database.NoRuleVersionWithoutCircumstanceException
Gets the instance class of the requested rule.
getInstanceName(StringMap, ClassDefinition) - Method in interface com.pega.pegarules.pub.database.Database
Get the instance name for a page.
getInstructions(String) - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
Allows you to get the instructions for the user.
getInteger(String, boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the integer value of the referenced property.
getInteger(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the integer value of the referenced property.
getInteger(PegaAPI, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Return value of the referenced property as a int, or if the caller wants, an exception when the property is missing or empty.
getInteraction() - Method in interface com.pega.pegarules.pub.pal.PAL
Return the current interaction number.
getInterfaceName() - Method in interface com.pega.pegarules.pub.generator.JavaGenerator
Names the access interface implemented by the generated Java when this processing is primary.
getInThunkGeneration() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
return the state of virtual rule generation to disable inlining
getIsModifiable() - Method in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
getIsSpecial() - Method in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
getJava2IANAMapping(String) - Static method in class com.pega.pegarules.pub.util.EncodingMap
Returns the IANA encoding name for the specified Java encoding name.
getJavaBuilder() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Identifies the rule assembler that is being used during this assembly.
getJavaClass(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Return the java class identified by the given string value.
getJavaEncoding(String) - Static method in class com.pega.pegarules.pub.util.PRFileUtil
Returns the java encoding for the specified encoding type.
getJavaForExpression(String, ClipboardProperty, CodeGenerator, boolean) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Adds execution logic for the expression to the primary and support buffers, and provides an instance of CodeGenerator from which one can retrieve a reference to the value of the expression via getTertiary().
getJavaForExpression(String, ClipboardProperty, CodeGenerator, boolean, boolean) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Adds execution logic for the expression to the primary and support buffers, and provides an instance of CodeGenerator from which one can retrieve a reference to the value of the expression via getTertiary().
getJavaGenerators() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Returns the name of the Java generator classes for this PegaRULES class.
getJavaName() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Provides a string value that is the name of the Java class assigned by First Use Assembly for this Rule instance.
getJavaObjectClass() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
returns the detail string, which for MODE_JAVAOBJECT* properties contains the class of the Java object.
getJavaPropertyNames(String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Return a list of all properties in the given class that are of mode Java Property or Java Property List.
getJavaType() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Returns the mJavaType.
getJavaTypeForPegaType(char) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Returns the "preferred" Java type for the specified PegaRULES data type
getJavaWrapperClass() - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Get the name of the Java class used to back up this class's Java Properties.
getJavaWrapperClassName() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Get the Java class used to back up any Java Properties defined on this class.
getJMSConfigFollowingSojSpec(ClipboardPage, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
fetch SOAP over JMS config as per SOJ spec
getJMSMessageRequestProperties(int) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getJMSMessageType(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getJNDIContext(ClipboardPage, boolean) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Get the JNDI server initial context object.
getJNDIContext(ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Get the JNDI server initial context object.
getJSON(boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns a JSON representation of this page which uses property names as JSON identifiers.
getJSON(String, boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns a JSON representation of this page which uses property names as JSON identifiers.
getKey() - Method in class com.pega.pegarules.pub.session.PassivationDigest
 
getKeyPropertyList() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Gets the key properties.
getKeys() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Identifies the key information for this instance.
getKeyString(ClassDefinition) - Method in class com.pega.pegarules.pub.util.HashStringMap
Deprecated.
this method should only be used internally
getKeyString(ClassDefinition, String) - Method in class com.pega.pegarules.pub.util.HashStringMap
Returns a string representation of the key values of this map, assuming that this map represents the key properties for an instance.
getKeyStrings(ClassDefinition, String, String, boolean) - Method in class com.pega.pegarules.pub.util.HashStringMap
 
getKeyStrings(ClassDefinition, String, boolean) - Method in class com.pega.pegarules.pub.util.HashStringMap
 
getLabel() - Method in interface com.pega.pegarules.pub.context.PRStackFrame
Deprecated.
Calling getLabel is expensive causing the label to be constructed from its parts. The label is now meant to be used for tracing and log information. Code should use the Type to determine the kind of stack label. (Feel free to add new Types). In addition, rather than getting the label and parsing its substrings, use getLabelVariable() to get the sub-string which are being used to construct the label.
getLabel() - Static method in class com.pega.pegarules.pub.util.BuildInfo
 
getLabelVariable(int) - Method in interface com.pega.pegarules.pub.context.PRStackFrame
 
getLastBuildName() - Static method in class com.pega.pegarules.pub.util.BuildInfo
 
getLastChild() - Method in class com.pega.pegarules.parserule.XMLNode
 
getLastNode() - Method in class com.pega.pegarules.parserule.XMLNodeList
finds the last node of the list.
getLastToken() - Method in interface com.pega.pegarules.pub.runtime.ParseState
Get the last token.
getLastUse() - Method in interface com.pega.pegarules.pub.generator.FUAListEntry
 
getLatestMessage() - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Get the latest status message added to this instance.
getLatestMessageName() - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Get the name of the latest message added to this status.
getLatestMessageParms() - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Get the latest message parameters added to this status.
getLatestSeverity() - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Get the severity of the latest status added to this instance.
getLatestSeverityText() - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Text description of the latest severity status.
getLength() - Method in class com.pega.pegarules.pub.database.Column
Returns the length or precision of the column.
getLightweightListProperty(String, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns a Virtual ClipboardPage List representation of the referenced property.
getListItemTypeDefinition() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSimpleTypeDefinition
Get the simple type definition component that represents the type of the list items of this list type.
getListItemTypeReferenceValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSimpleTypeDefinition
Get the qualified name of the simple type definition that represents the type of the list items of this list type.
getListOfRulesets() - Method in interface com.pega.pegarules.pub.database.RulesetContext
Returns a list of Strings representing the unlocalized rulesets in this RulesetContext.
getLocale() - Method in interface com.pega.pegarules.pub.context.PRRequestor
 
getLocale(int, String) - Static method in class com.pega.pegarules.pub.util.PerThreadCache
Give the programatic name of a Locale, return a Locale object
getLocaleName(int) - Method in interface com.pega.pegarules.pub.context.PRThread
Returns the name of a Locale to be used for the specified purpose
getLocaleName(int, String) - Static method in class com.pega.pegarules.pub.util.PerThreadCache
Returns the name of the Locale to be used under the indicated situation.
getLocalePattern() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
Other parts of PRPC need to the locale pattern of a ruleset yet don't want to parse the name again.
getLocalizedNames(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Returns array of Locales sorted by locale specific display names
getLocalizedText() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns the localized value of a property
getLocalizedText(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns the localized value of aString, using the localization info from this property
getLocalizedText(ClipboardProperty) - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
Returns the localized value of a property
getLocalizedText(ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
Returns the localized value of aString, using the localization info from aProp
getLocalizedText(String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Get the localized text for the property named by the given reference
getLocalizedTextForParameterizedString(String, String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
 
getLocalizedTextForString(String, String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Get the localized version of the given string, using the localization information from the given property.
getLocalizedTextForString(String, String, byte) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Get the localized version of the given string, using the localization information from the given property.
getLocalList(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Gets the local list information for this property.
getLocalNamePart(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getLocalParameters() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Supplies the LocalParameters property for this definition, for use by expression parsing and reference resolution interfaces.
getLocalParametersName() - Method in interface com.pega.pegarules.pub.generator.GenericAssemblerValidator
Names the Local Parameters property (a PageList of Embed-MethodParams) in the Rule- class associated with this instance, if any.
getLockedItem() - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Get the currently locked item (or null) for this Queue Manager
getLockHandle(StringMap) - Method in interface com.pega.pegarules.pub.database.LockManager
Gets the handle that would be used to lock an instance.
getLockManager() - Method in interface com.pega.pegarules.pub.database.Database
Retrieves the lock manager.
getLookupParameterDescription(String) - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
Get lookup parameter description
getLookupParameters() - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
get lookup parameters
getLookupParameterValues(String) - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
Get lookup parameter values this method should be called for every lookup parameter AND IN THE SAME order as returned by the 'getLookupParameters' method
getMaintenanceVersion() - Static method in class com.pega.pegarules.pub.util.BuildInfo
 
getMajorVersion() - Static method in class com.pega.pegarules.pub.util.BuildInfo
 
getMajorVersion() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
 
getMappingFunctions(String, String[], String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Browse and apply rule-resolution to obtain a list of all utility functions for the given library that have a matching type-signature.
getMatchSegments() - Method in interface com.pega.pegarules.pub.generator.PageDescriptor
Returns the number of segments of a reference that were matched during Pages and Classes lookup
getMatchType() - Method in interface com.pega.pegarules.pub.generator.PageDescriptor
Returns the match type of the page name found in the Page and Classes tab.
getMaxEncodedCharSize() - Method in class com.pega.pegarules.pub.database.DatabaseInformation
returns the max size of char in bytes, that it takes to write to database,If PRPC database is Unicode
getMaxLength() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Get the maximum length of a string type in this property.
getMaxLength() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
getMaxOccursValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
Get the value of the 'maxOccurs' attribute.
getMaxOccursValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementReference
Get the value of the 'maxOccurs' attribute.
getMaxOccursValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementWildcard
Get the value of the 'maxOccurs' attribute.
getMaxOccursValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDModelGroupDefinition
Get the value of the 'maxOccurs' attribute.
getMaxOccursValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDModelGroupReference
Get the value of the 'maxOccurs' attribute.
getMemberUuids() - Method in interface com.pega.pegarules.pub.context.PRCluster
Provide a list of the string representation for the UUIDs of all members in the cluster.
getMessage() - Method in exception com.pega.pegarules.pub.context.InvalidConfigurationException
 
getMessage() - Method in exception com.pega.pegarules.pub.util.RDBSchemaGeneratorException
Method to get the Message.
getMessageCount() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns count of messages added to this property.
getMessageCountAll() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Get the count of all the messages on a page, including messages on its properties.
getMessages(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Get messages associated with a referenced property.
getMessages() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns any message(s) added for this property.
getMessagesAll() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Get all messages associated with this page and the properties on this page.
getMessagesMap() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Get all of the messages attached to this page and all embedded pages and properties.
getMessagesMap(boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Get all of the messages attached to this page and all embedded pages and properties.
getMessagesMapByEntryHandle() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Get all of the messages attached to this page and all embedded pages and properties.
getMessagesObject() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Gets all messages associated with this page itself excluding messages on individual properties.
getMetadata() - Method in interface com.pega.pegarules.pub.runtime.MetadataAvail
Returns metadata from the desired rule instance if available.
getMetadata(StringMap, ClipboardPage) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns metadata if available from the rule instance.
getMetadata() - Method in class com.pega.pegarules.pub.session.PassivationDigest
 
getMethodName() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Provide unique mnemonic name to mBuilder.methodAccess method for a local implementation of this Rule- that can be reused within this implementation class.
getMethodNameForKey(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Return the method name which has been generated for this pzInsKey, or null if no such method has been generated yet.
getMethods() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getMethodStatus(String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Return the value of pyMethodStatus for this Rule-Obj-Class
getMinOccursValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
Get the value of the 'minOccurs' attribute.
getMinOccursValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementReference
Get the value of the 'minOccurs' attribute.
getMinOccursValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementWildcard
Get the value of the 'minOccurs' attribute.
getMinOccursValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDModelGroupDefinition
Get the value of the 'minOccurs' attribute.
getMinOccursValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDModelGroupReference
Get the value of the 'minOccurs' attribute.
getMinorVersion() - Static method in class com.pega.pegarules.pub.util.BuildInfo
 
getMinorVersion() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
Gets the minor version.
getMode(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Get the mode of the referenced property.
getMode() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns the mode of this property.
getMode() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
getMode() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Returns the mMode.
getModelGroupDefinition() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComplexTypeDefinition
Get the model group definition component that defines the element content of this complex type.
getModelGroupDefinition() - Method in interface com.pega.pegarules.pub.services.xsd.XSDModelGroupReference
Get the referenced model group definition component.
getModelGroupNames(String) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of names for all global model group definitions that belong to the given namespace URI.
getModelGroupQNames() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of qualified names for all global model group definitions in all referenced schema documents.
getModelGroupReference() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComplexTypeDefinition
Get the model group reference component that is used to extend or restrict model group content.
getModeName() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns the English name of this property's mode.
getModeName(char) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Translates a Property Mode code (like PropertyInfo.MODE_STRING) to its English string.
getMonths(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Returns Locale specific full months names.
getMustHaveVariable() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
retrieve the indicator that the caller wants to force the generation of an intermediate variable for this expression.
getName() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Get the name of this page.
getName() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns the name of this property.
getName() - Method in interface com.pega.pegarules.pub.context.PRThread
Get the assigned name for this PRThread instance.
getName() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Gets the name of this class.
getName() - Method in class com.pega.pegarules.pub.database.Column
Gets the name of the column
getName() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
Get the name (pyPropertyName) of this Alias instance.
getName() - Method in interface com.pega.pegarules.pub.dictionary.PropertyInfo
 
getName() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeDeclaration
Get the name of this attribute.
getName() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeGroupDefinition
Get the name of this attribute group.
getName() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
Get the name of this element.
getName() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementIdentityConstraint
Get the name of the identity constraint.
getName() - Method in interface com.pega.pegarules.pub.services.xsd.XSDModelGroupDefinition
Get the name of this model group.
getName() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSimpleTypeRestrictionFacet
Get the name of the restriction facet.
getName() - Method in interface com.pega.pegarules.pub.services.xsd.XSDTypeDefinition
Get the name of this type, if it is a named type.
getName() - Method in class com.pega.pegarules.pub.util.PRFile
 
getName() - Method in class com.pega.pegarules.pub.util.PRFileDataSource
 
getName() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
Returns the ruleset name.
getNamedChildElement(Element, String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return the first child element node with a matching unqualified name.
getNamedChildElement(Element, String, String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return the first child element node with a matching qualified name.
getNamedChildElements(Element, String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return all child element nodes with a matching unqualified name.
getNamedChildElements(Element, String, String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return all child element nodes with a matching qualified name.
getNamedComplexTypeDefinition(QName) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get the complex type definition component object associated with the given qualified name.
getNamedComplexTypeDefinitions() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
Get any complex type definition components of the schema document.
getNamedComplexTypeDefinitions() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaRedefine
Get any complex type definition components of the schema redefinition.
getNamedModelGroupDefinition(QName) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get the model group definition component object associated with the given qualified name.
getNamedModelGroupDefinitions() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
Get any model group definition components of the schema document.
getNamedModelGroupDefinitions() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaRedefine
Get any model group definition components of the schema redefinition.
getNamedSiblingElement(Element, String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return the first sibling element node with a matching unqualified name.
getNamedSiblingElement(Element, String, String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return the first sibling element node with a matching qualified name.
getNamedSimpleTypeDefinition(QName) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get the simple type definition component object associated with the given qualified name.
getNamedSimpleTypeDefinitions() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
Get any simple type definition components of the schema document.
getNamedSimpleTypeDefinitions() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaRedefine
Get any simple type definition components of the schema redefinition.
getNamespacePrefixPart(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getNamespaceURI() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeDeclaration
Get the namespace URI that this attribute belongs to.
getNamespaceURI() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeGroupDefinition
Get the namespace URI that this attribute group belongs to.
getNamespaceURI() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
Get the namespace URI that this element belongs to.
getNamespaceURI() - Method in interface com.pega.pegarules.pub.services.xsd.XSDModelGroupDefinition
Get the namespace URI that this model group belongs to.
getNamespaceURI() - Method in interface com.pega.pegarules.pub.services.xsd.XSDTypeDefinition
Get the namespace URI that this type belongs to, if it is a named type.
getNamespaceURI(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the namespace URI associated with a given method.
getNamespaceURIBySig(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getNamespaceURIForPrefix(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getNamespaceValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeWildcard
Get the value of the 'namespace' attribute.
getNamespaceValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementWildcard
Get the value of the 'namespace' attribute.
getNamespaceValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaImport
Get the value of the 'namespace' attribute.
getNameValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaNotation
Get the value of the 'name' attribute.
getNext() - Method in interface com.pega.pegarules.pub.context.PRStackFrame
Identifies the stack frame, if any, that is executing immediately within this one.
getNextExecutionDateTime(ClipboardPage) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Returns the next execution DateTime of an Item.
getNextNode() - Method in class com.pega.pegarules.parserule.XMLNodeList
returns the next node in the list
getNextSiblingElement(Element) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return the immediate sibling element node of the given element node.
getNode(int) - Method in class com.pega.pegarules.parserule.XMLNodeList
finds the node at the specified position.
getNode() - Method in interface com.pega.pegarules.pub.context.PRRequestor
Identifies the Node that 'owns' this Requestor.
getNodeInfo(String) - Method in interface com.pega.pegarules.pub.context.PRCluster
Descriptive Member info
getNodeName() - Method in class com.pega.pegarules.parserule.XMLNode
Method getNodeName returns the node name.
getNodePage() - Method in interface com.pega.pegarules.pub.context.PRThread
Obtain a reference to the pxProces page
getNodeType() - Method in interface com.pega.pegarules.pub.context.PRNode
Returns the type of this node.
getNodeUniqueID() - Method in interface com.pega.pegarules.pub.context.PRNode
 
getNodeValue() - Method in class com.pega.pegarules.parserule.XMLNode
Method getNodeValue returns the node value.
getNumericCode() - Method in interface com.pega.pegarules.pub.util.currency.CurrencyProperties
Return the numeric ISO 4217 code of currency.
getObfuscationKey() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
returns key to encrypt the URL through safeURL js
getObject(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the Object value of the referenced property of mode Java Object.
getObject(String) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Identifies the value, if any, of the named parameter.
getObjectValue() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Return value of this Java Object property.
getObjectValue(int) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns the Object value of an element of this Java Object List property.
getObjectValue(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns the Object value of an element of this Java Object group property.
getOperation(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns Operation object .
getOperationInputParameters(int) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getOperationInputParts(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the parts bound to the Operation input for the current port.
getOperationOutputParameters(int) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getOperationOutputParts(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the parts bound to the Operation output for the current port.
getOperationStyle(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Return the operation style (document|rpc) for a given method.
getOperationStyleBySig(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getOperatorId() - Method in class com.pega.pegarules.pub.session.PassivationMetadata
 
getOpposite(String) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Identifies the 'opposite' of a specified String value, used when a CheckBox becomes unchecked.
getOutboundClipboardValue(String, String, ParameterPage, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Map Clipboard property value to outbound object value
getOutput(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns output object pertaining to an operation.
getOutputMessageName(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the Output Message Name of the specified method.
getOutputParameterType(int, int) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getOutputStream(OutputStream) - Method in interface com.pega.pegarules.pub.crypto.IPRCipher
Supplies a CipherOutputStream using the cipher associated with this instance.
getOutputStream() - Method in class com.pega.pegarules.pub.util.PRFileDataSource
 
getOwner() - Method in interface com.pega.pegarules.pub.dictionary.PropertyInfo
returns the ClassInfo of the object that contains this PropertyInfo.
getPackageQualifier(ClassDefinition) - Static method in class com.pega.pegarules.pub.util.StringUtils
 
getPage(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the page value of the referenced property.
getPage(String) - Method in interface com.pega.pegarules.pub.context.PageDirectory
Returns the page with the specified name.
getPage(String, ParameterPage) - Method in interface com.pega.pegarules.pub.context.PageDirectory
Returns the page with the specified name and parameters.
getPage(String, ParameterPage, boolean) - Method in interface com.pega.pegarules.pub.context.PageDirectory
 
getPage() - Method in exception com.pega.pegarules.pub.infengine.ChainingException
Get the clipboard page that was the subject of the aborted declarative processing.
getPageDescriptor(String, boolean) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Provides the information known about the named page.
getPageName() - Method in interface com.pega.pegarules.pub.generator.PageDescriptor
Returns the name if this page, if it is known during First-Use Assembly.
getPageName() - Method in class com.pega.pegarules.pub.session.PassivationKey
 
getPageNames() - Method in interface com.pega.pegarules.pub.context.PageDirectory
Returns the set of top-level page names defined in this directory.
getPagesAndClassesName() - Method in interface com.pega.pegarules.pub.generator.GenericAssemblerValidator
Names the Pages&Classes property (a PageList of Embed-PagesAndClasses) in the Rule- class associated with this instance, if any.
getPageValue(int) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns the ClipboardPage value of an element of this page list property.
getPageValue(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns the ClipboardPage value of an element of this page group property.
getPageValue() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Return value of this property as a page.
getPAL() - Method in interface com.pega.pegarules.pub.context.PRRequestor
Returns the performance statistics manager for this Requestor.
getPAL() - Method in interface com.pega.pegarules.pub.context.PRThread
Returns the performance statistics manager for this Thread's Requestor.
getPAL() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns an instance of the PAL class.
getParamAsBigDecimal(char, String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns the value, if any, of the named parameter on the current ParameterPage.
getParamAsBoolean(char, String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns the value, if any, of the named parameter on the current ParameterPage.
getParamAsDate(char, String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns the value, if any, of the named parameter on the current ParameterPage.
getParamAsDouble(char, String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns the value, if any, of the named parameter on the current ParameterPage.
getParamAsInteger(char, String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns the value, if any, of the named parameter on the current ParameterPage.
getParamCSF(String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Applies StringUtils.crossScriptingFilter() to tools.getParamValue(aSource) and returns filtered value
getParameterNativeType(boolean, int, int) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getParameterOrder(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Return the parameterOrder attribute for a given method.
getParameterOrderBySig(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getParameterPage() - Method in interface com.pega.pegarules.pub.context.PRStackFrame
Identifies the ParameterPage of this stack frame.
getParameterPage() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Identifies the current ParameterPage.
getParameters() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Supplies the Parameters property for this definition, for use by expression parsing and reference resolution interfaces.
getParametersName() - Method in interface com.pega.pegarules.pub.generator.GenericAssemblerValidator
Names the Parameters property (a PageList of Embed-MethodParams) in the Rule- class associated with this instance, if any.
getParameterValue(String) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Identifies the value, if any, of the named parameter.
getParamValue(String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns the value, if any, of the named parameter on the current ParameterPage.
getParamValueCSF(String) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Returns the value the specified parameter after applying the cross-site scripting filter.
getParent() - Method in class com.pega.pegarules.pub.util.PRFile
 
getParentClassName() - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Return the name of the parent of the class represented by this instance of ClassInfo.
getParentFile() - Method in class com.pega.pegarules.pub.util.PRFile
 
getParentNode() - Method in class com.pega.pegarules.parserule.XMLNode
 
getParentPage() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Identifies the page which contains this page.
getParentPage() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Identifies the page which contains this property.
getParentProperty() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Identifies the property which contains this page.
getParentProperty() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Identifies the property which contains this property.
getParseState(InputStream) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns a new instance of ParseState on an InputStream.
getParseState(Reader) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns a new instance of ParseState on a Reader.
getParseUtils() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns an instance of the ParseUtils class.
getParseWarnings() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of all non-fatal warning messages that occurred while parsing any of the referenced documents or traversing their content.
getParseWarnings() - Method in interface com.pega.pegarules.pub.util.SchemaParser
Get a list of warning messages for erroneous but non-fatal events that occured during the parsing of the schema document.
getPassword() - Method in interface com.pega.pegarules.pub.crypto.IPasswordResult
returns the hashed password if not already hashed with algorithm specified via crypto/onewayhashalgorithm setting.
getPath() - Method in class com.pega.pegarules.parserule.XMLNode
Method getPath will return the path of the node.
getPatternParent() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Gets the pattern parent of this class.
getPayload() - Method in class com.pega.pegarules.pub.session.PassivationRecord
 
getPDFUtils() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns an instance of PDFUtils class
getPegaType() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Returns the Pega type of the translated expression.
getPegaTypeName() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Returns the mPegaType.
getPersonal() - Method in interface com.pega.pegarules.pub.runtime.FUASupport
returns the actual name of the personal ruleset that was used in the construction of this class.
getPersonalRuleSetName() - Method in interface com.pega.pegarules.pub.context.PRAuthorization
Return the name of this user's personal ruleset list, if they're allowed to check instances out into their personal ruleset
getPluginInfo() - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
Get this converter description.
getPortableCipher() - Method in interface com.pega.pegarules.pub.crypto.IPRCrypto
returns the PegaRULES default portable cipher implementation.
getPortAddress() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getPortList(QName) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns a list of port names for the current service that contain the extensibility element specified by the namespace and local name.
getPortName() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getPortTypeName() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getPosition() - Method in class com.pega.pegarules.pub.database.Column
Returns the position of the column.
getPotentialClusterMembers() - Method in interface com.pega.pegarules.pub.context.PRCluster
Get a list of potential cluster members to be used for discovery
getPRCrypto() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns an instance of PegaRules cryptography interface
getPrevious() - Method in interface com.pega.pegarules.pub.context.PRStackFrame
Identifies the stack frame from which the current instance was created.
getPrimary() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Returns the mPrimary.
getPrimaryDescriptor() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Provides the information known about the current Primary Page.
getPrimaryPage() - Method in interface com.pega.pegarules.pub.context.PRStackFrame
Identifies the Primary Page of this stack frame.
getPrimaryPage() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Identifies the current Primary Page.
getPrimaryPageValueReliability() - Method in interface com.pega.pegarules.pub.generator.PageDescriptor
 
getPrivilegesHeld() - Method in interface com.pega.pegarules.pub.context.IRoleAccessRightInfo
 
getProcessContentsValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeWildcard
Get the value of the 'processContents' attribute.
getProcessContentsValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementWildcard
Get the value of the 'processContents' attribute.
getProcessedRuleSetList() - Method in interface com.pega.pegarules.pub.context.PRRequestor
Deprecated.
since 5.4, use PRPRAuthorization.getEncodedRuleSetList()
getProcessingParameterAlternativeMarkup() - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
This method returns a HashMap which contains alternative HTML markup any-combination-of/all-of the processing parameters.
getProcessingParameterDefaultValues() - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
Returns a HashMap containing default values for the initial parameters.
getProcessingParameterDescriptions() - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
Get processing parameter descriptions
getProcessingParameterFriendlyNames() - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
Get the 'human readable' names for the processing parameters.
getProductMajorVersion() - Method in class com.pega.pegarules.pub.database.DatabaseInformation
Gets the productMajorVersion
getProductMinorVersion() - Method in class com.pega.pegarules.pub.database.DatabaseInformation
Gets the productMinorVersion
getProductName() - Method in class com.pega.pegarules.pub.database.DatabaseInformation
Gets the productName
getProductVersion() - Method in class com.pega.pegarules.pub.database.DatabaseInformation
Gets the productVersion
getPromptList(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Gets the prompt list information for this property.
getProperty(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the referenced property.
getProperty(PegaAPI, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the referenced property.
getProperty(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Provides a ClipboardProperty instance corresponding to the referenced item.
getProperty(String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Provides the ClipboardProperty instance identified by the specified reference, using the current Step Page as the default.
getPropertyClass(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Get the class that the requested property is actually defined on.
getPropertyInfo(String) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Deprecated. 
getPropertyInfoName() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
return the qualified PropertyInfo.TYPE_xxx name for the type
getPropertyLabel(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Get the label of the requested property.
getPropertyName() - Method in exception com.pega.pegarules.pub.database.BadCircumstanceDateFormat
Deprecated.
this is no longer applicable
getPropertyName() - Method in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
getPropertyReferences() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
Return a page list of Embed-ChangeDesignation pages that describe the properties that are referenced in this alias.
getPropertyToColumnMap() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Returns an immutable version of the explicit property to column map
getPropertyToColumnMap(String) - Method in interface com.pega.pegarules.pub.database.Database
Returns the explicit map of properties to columns.
getPropertyVal() - Method in exception com.pega.pegarules.pub.database.BadCircumstanceDateFormat
Returns the property value that is not a valid date.
getPropertyValue(int) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns a ClipboardProperty element of this list property.
getPropertyValue(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns a ClipboardProperty element of this group property.
getPropertyViaQualifier(ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Retrieves the ClipboardProperty referred to by the value of the named qualifier.
getPropInfo() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Returns the mPropInfo.
getPropName() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Returns the name of this property.
getPublicAPI() - Method in interface com.pega.pegarules.pub.context.PRThread
Identifies the PublicAPI instance, if any, that is currently active for this Thread.
getPublicValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaNotation
Get the value of the 'public' attribute.
getPyCOBOLParameter() - Method in interface com.pega.pegarules.pub.util.MapCOBOLDataStructure
 
getPyEncoding() - Method in interface com.pega.pegarules.pub.util.MapCOBOLDataStructure
 
getPyGlobalJustification() - Method in interface com.pega.pegarules.pub.util.MapCOBOLDataStructure
 
getPyPadCharacter() - Method in interface com.pega.pegarules.pub.util.MapCOBOLDataStructure
 
getPyPadCharacterValue() - Method in interface com.pega.pegarules.pub.util.MapCOBOLDataStructure
 
getQNameToGeneratedClassMapping() - Method in interface com.pega.pegarules.pub.util.SchemaParser
Deprecated. 
getQualifier(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Gets a run-time qualifier value of this property.
getQualifier(ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Returns the value of the named qualifier, if present, from the Rule-Obj-Property instance that defines this property.
getQualifier(String, String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Returns the value of the named qualifier, if present, from the Rule-Obj-Property instance that defines this property.
getQualifier(String) - Method in interface com.pega.pegarules.pub.dictionary.PropertyInfo
Returns the value of the named qualifier, if present, from the Rule-Obj-Property instance defined for the class that this PropertyInfo instance belongs to.
getQueue(String, int) - Method in interface com.pega.pegarules.pub.context.AgentUtils
For the specified Agent name (ruleset name) and the specified row number in that Agent, return state data about that agent queue.
getQueueManager() - Method in interface com.pega.pegarules.pub.context.PRThread
Return the Agent Queue Manager interface
getQueues(String) - Method in interface com.pega.pegarules.pub.context.AgentUtils
For the specified Agent name (ruleset name), return state data about each queue owned by this Agent.
getRaroPrivilegeWhens() - Method in interface com.pega.pegarules.pub.context.IRoleAccessRightInfo
 
getRaroSettingWhens() - Method in interface com.pega.pegarules.pub.context.IRoleAccessRightInfo
 
getReader() - Method in interface com.pega.pegarules.pub.runtime.ParseState
Get the Reader object.
getReason() - Method in exception com.pega.pegarules.pub.PRAppRuntimeException
 
getREBuildName() - Static method in class com.pega.pegarules.pub.util.BuildInfo
 
getRECodeBuild() - Static method in class com.pega.pegarules.pub.util.BuildInfo
 
getReference() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns an absolute reference to this page if it is embedded.
getReference() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns a relative reference to this property.
getReference() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
Get the property reference (if this is a non-expression alias);
getReference() - Method in exception com.pega.pegarules.pub.infengine.ChainingException
Get a string representation of the full property reference that was the cause of this declarative processing exception.
getReferencedDocumentLocations() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of absolute URL or PRFile paths for all documents that were loaded as a result of document 'import' or 'include' references in the root document or any of the other referenced documents.
getReferenceInformation() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Get debug information describing this property's Reference attributes
getReferenceString() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Get the fully qualified reference of the property this Reference Property points to.
getReferenceValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeGroupReference
Get the value of the 'ref' attribute as a qualified name.
getReferenceValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeReference
Get the value of the 'ref' attribute as a qualified name.
getReferenceValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementIdentityConstraint
Get the value of the 'refer' attribute for a keyref constraint.
getReferenceValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementReference
Get the value of the 'ref' attribute as a qualified name.
getReferenceValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDModelGroupReference
Get the value of the 'ref' attribute as a qualified name.
getRefNameOnly() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
parse reference name only -- for step page name parse
getRelativeReference() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Deprecated. 
getReponseData(Object, ClipboardPage, StringMap) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Get HTTP Response data from an HTTP Response object The resulting map may or may not contain the following data: KEY: Description: --------------------------------------------------------------------------------- body (Object): String or Byte Array containing response body size (int): size of response body charset (String): character encoding of response body contentType (String): value of Content-Type header contentDisposition (Sring): vaue of Content-Disposition header
getReport() - Method in interface com.pega.pegarules.pub.util.StringMapFactory
 
getRequestHeaderElementName(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getRequestHeaderElementNameBySig(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getRequestHeaderQName(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the QName of the type or element for a given request header.
getRequestHeaders(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns an array of request header names;
getRequestHeadersBySig(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getRequestHeaderType(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getRequestHeaderTypeBySig(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getRequestHeaderUseBySig(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getRequestor() - Method in interface com.pega.pegarules.pub.context.PRThread
Obtain a reference to the Requestor associated with this Thread.
getRequestor() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Identifies the Requestor that 'owns' the current processing.
getRequestorID() - Method in exception com.pega.pegarules.pub.database.LockStolenException
Get the ID of the Requestor that stole this lock.
getRequestorId() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the service requestor ID value.
getRequestorId() - Method in class com.pega.pegarules.pub.session.PassivationKey
 
getRequestorPage() - Method in interface com.pega.pegarules.pub.context.PRRequestor
obtain a reference to the pxRequestor page
getRequestorPage() - Method in interface com.pega.pegarules.pub.context.PRThread
Obtain a reference to the pxRequestor page
getRequestParameterElementName(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getRequestParameterElementNameBySig(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getRequestParameterQName(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the QName of the type or element for a given request parameter.
getRequestParameterQNameBySig(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getRequestParameters(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns an array of the request parameter names.
getRequestParametersBySig(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getRequestParameterType(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getRequestParameterTypeBySig(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getRequestProcessor() - Method in interface com.pega.pegarules.pub.context.PRThread
Return the Request Processor interface
getRequiredInitParameters() - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
Retrieves a list of the initial parameter keys that are meant to be required parameters.
getRequiredProcessingParameters() - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
Retrieves a list of the processing parameter keys that are meant to be required parameters.
getResponseHeaderCount() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the number of response header values.
getResponseHeaderElementName(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getResponseHeaderElementNameBySig(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getResponseHeaderKeys() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the list of response header keys.
getResponseHeaderQName(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the QName of the type or element for a given response header.
getResponseHeaders(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns an array of response header names;
getResponseHeadersBySig(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getResponseHeaderType(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getResponseHeaderTypeBySig(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getResponseHeaderUseBySig(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getResponseHeaderValue(String) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the specified response header value.
getResponseParameterCount() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the number of response parameter values.
getResponseParameterElementName(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getResponseParameterElementNameBySig(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getResponseParameterLength(int) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the specified response parameter length.
getResponseParameterLengths() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the list of response parameter lengths.
getResponseParameterName(int) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the specified response parameter name.
getResponseParameterNames() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the list of response parameter names.
getResponseParameterOffset(int) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the specified response parameter offset.
getResponseParameterOffsets() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the list of response parameter offsets.
getResponseParameterQName(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the QName of the type or element for a given response parameter.
getResponseParameterQNameBySig(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getResponseParameters(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns an array of the response parameter names.
getResponseParametersBySig(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getResponseParameterType(int) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the specified response parameter type.
getResponseParameterType(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getResponseParameterTypeBySig(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getResponseParameterTypes() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the list of response parameter types.
getResponseParameterValue(int) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the specified response parameter value.
getResponseParameterValues() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the list of response parameter values.
getResponsePropertyCount() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the number of response property values.
getResponsePropertyKeys() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the list of response property keys.
getResponsePropertyValue(String) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the specified response property value.
getResponseType() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the response type identifier specified by the service rule.
getRestrictionFacets() - Method in interface com.pega.pegarules.pub.services.xsd.XSDTypeDefinition
Get the list of simple type restriction facet components used to constrain the scalar content of this type.
getRevision() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
Gets the revision.
getRoleAccessRightInfo(String) - Method in interface com.pega.pegarules.pub.context.IRoleAuthSettingInfo
 
getRoleAuthSettingInfo(String) - Method in interface com.pega.pegarules.pub.context.IAuthSettingInfo
 
getRoleExecuteRightInfo(String) - Method in interface com.pega.pegarules.pub.context.IExecuteRightInfo
 
getRollbackException() - Method in class com.pega.pegarules.pub.context.PRSessionContext
 
getRollbackOnly() - Method in class com.pega.pegarules.pub.context.PRSessionContext
 
getRootOfStack() - Method in interface com.pega.pegarules.pub.context.PRStackFrame
Locates the root (first) frame of the stack that includes this instance.
getRuleAccessDenyWhens() - Method in interface com.pega.pegarules.pub.context.IRoleAccessRightInfo
 
getRuleAdministrator() - Method in class com.pega.pegarules.pub.services.jsr94.PRuleServiceProviderImpl
It returns the RuleAdminstrator
getRuleBasis() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Supplies the basis, if any, for the Rule- instance being edited.
getRuleClass() - Method in interface com.pega.pegarules.pub.util.SearchResult
Retrieves the pxObjClass for a single rule that matches the search criteria
getRuleCount() - Method in interface com.pega.pegarules.pub.generator.FUAListEntry
getter method for FUA mRuleCount field for monitor servlet reporting.
getRuleHandle() - Method in exception com.pega.pegarules.pub.database.AuthorizationException
If this exception is associated with a particular Rule, returns the handle of the Rule
getRuleHTMLProperty() - Method in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
getRuleHTMLPropParamNames() - Method in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
getRuleHTMLPropParamValues() - Method in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
getRuleImplInUseState(Integer) - Method in interface com.pega.pegarules.pub.context.PRThread
Returns the InUse state of the associated generated rule in the local thread-level cache.
getRuleInsKey() - Method in interface com.pega.pegarules.pub.util.SearchResult
Retrieves the rule pzInsKey of a single rule that matches the search criteria
getRuleInsName() - Method in interface com.pega.pegarules.pub.util.SearchResult
Retrieves pzInsName for a single rule that matches the search criteria
getRuleKeys() - Method in interface com.pega.pegarules.pub.runtime.CollectionRule
Returns the keys to this Rule.
getRuleMessage(String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Given a Rule-Message descriptor (which consists of a Rule-Message key and a list of tab-separated parameters), produce a verbose message.
getRuleMessage(String, String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Given a Rule-Message descriptor (which consists of a Rule-Message key and a list of tab-separated parameters), produce a verbose message.
getRuleName() - Method in exception com.pega.pegarules.pub.database.NoRuleVersionWithoutCircumstanceException
Gets the name of the requested rule.
getRuleName() - Method in interface com.pega.pegarules.pub.util.SearchResult
Retrieves pyRuleName for a single rule that matches the search criteria
getRuleRuntime() - Method in class com.pega.pegarules.pub.services.jsr94.PRuleServiceProviderImpl
It returns the RuleRuntime of pegaRULES.
getRules() - Method in interface com.pega.pegarules.pub.runtime.RuleDeclareCollection
Returns the Rules in a Collection, as CollectionRules.
getRuleSecurityMode() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
returns the rule execution mode of the access group
getRuleSet() - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
 
getRuleSet(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Get the ruleset name that the requested property is actually defined on.
getRuleset() - Method in interface com.pega.pegarules.pub.util.SearchResult
Retrieves the ruleset of a single rule that matches the search criteria
getRulesetContext(ClipboardPage) - Method in interface com.pega.pegarules.pub.database.Database
Returns rule editing tools associated with a particular page.
getRulesetContext(ClipboardPage, String, String) - Method in interface com.pega.pegarules.pub.database.Database
Returns rule editing tools associated with a particular page when the page has non-standard RuleSet name and RuleSet version properties.
getRuleSetName() - Method in exception com.pega.pegarules.pub.database.AuthorizationException
If this exception involves a particular RuleSet, returns the name of the RuleSet.
getRuleSetName() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Get this class's ruleset.
getRuleSetName() - Method in exception com.pega.pegarules.pub.PRAppRuntimeException
 
getRuleSetName() - Method in interface com.pega.pegarules.pub.runtime.CollectionRule
Returns the RuleSet associated with the Collection that contains this Rule step.
getRulesetsFromApplication(List, boolean, boolean) - Method in interface com.pega.pegarules.pub.database.Database
Takes a list of Applications and returns the rulesets defined in those applications
getRuleSetType() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
 
getRuleSetVersion() - Method in exception com.pega.pegarules.pub.database.AuthorizationException
If this exception involves a particular RuleSet, returns the version of the RuleSet.
getRuleSetVersion(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Get the ruleset version that the requested property is actually defined on.
getRulesetVersion() - Method in interface com.pega.pegarules.pub.util.SearchResult
Retrieves the ruleset version of a single rule that matches the search criteria
getRulesUsed() - Method in interface com.pega.pegarules.pub.generator.FUAListEntry
Get the set of dependencies for this rule (set of Strings)
getSAMLObjectASString(SAMLObject) - Method in interface com.pega.pegarules.pub.util.SAMLUtils
Method which generates the string equivalent of the saml object
getSavedRecordHandles(ClipboardPage, Set) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Obtains a List of handles for records saved by a RuleSaver object Placeholder handles are used for records that are missing from the database.
getSaveValue(String) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Identifies the value most recently associated with the specified name (by a SAVE directive).
getScheduleExecutionPattern(String, ClipboardPage) - Method in interface com.pega.pegarules.pub.context.AgentUtils
Fetch the agent details
getSchema() - Method in class com.pega.pegarules.pub.database.Column
Return the schema.
getSchema() - Method in interface com.pega.pegarules.pub.generator.PRObjectWrapperGenerator
Get the associated schema document.
getSchemaDocuments(String) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get the list of schema document component objects associated with the given namespace URI.
getSchemaImports() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
Get any import components of the schema document.
getSchemaIncludes() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
Get any include components of the schema document.
getSchemaLocationValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaImport
Get the value of the 'schemaLocation' attribute.
getSchemaLocationValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaInclude
Get the value of the 'schemaLocation' attribute.
getSchemaLocationValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaRedefine
Get the value of the 'schemaLocation' attribute.
getSchemaName() - Method in interface com.pega.pegarules.pub.database.DatabaseTable
Deprecated.
getSchemaNameForTable() - Method in interface com.pega.pegarules.pub.database.DatabaseTable
Returns the value of the pySchemaName property of this Data-Admin-DB-Table instance.
getSchemaNotations() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
Get any notation components of the schema document.
getSchemaRedefines() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
Get any redefine components of the schema document.
getScope() - Method in interface com.pega.pegarules.pub.context.PageDirectory
Returns the scope of the implementor of PageDirectory
getScopeName() - Method in interface com.pega.pegarules.pub.generator.PageDescriptor
 
getScore() - Method in interface com.pega.pegarules.pub.util.SearchResult
Retrieves the search score
getSecondary() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Returns the mSecondary.
getSecondProperty() - Method in exception com.pega.pegarules.pub.database.MultipleCircumstancePropertiesException
Gets the second property.
getSelectorXPathValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementIdentityConstraint
Get the value of the 'xpath' attribute of the selector component.
getServiceClass() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the service class name.
getServiceClasses(String, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Browse and apply rule-resolution to obtain lists of all service methods for all classes of the given service package key.
getServiceMethod() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the service method name.
getServiceMethod(String, String, String, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Look up a service method instance for the given service package, class, and method keys using the rulesets visible to the package access group.
getServiceMethods(String, String, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Browse and apply rule-resolution to obtain a list of all service methods for the given service package and class keys.
getServiceName() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getServiceNames(QName) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns a list of service names valid for this WSDL document containing ports that contain the extensibility element specified by the namespace and local name.
getServicePackage() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the service package name.
getServiceType() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Get the service type value.
getServiceTypes(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Browse and apply rule-resolution to obtain a list of all service types for the given service package key
getServiceUtils() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns an instance of the ServiceUtils class.
getServPackRulesetlist(String, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Deprecated. 
getSession() - Static method in class com.pega.pegarules.pub.context.ThreadInEtier
 
getSessionIdxFromLogoutRequest(String) - Method in interface com.pega.pegarules.pub.util.SAMLUtils
To get the Session Id value from the
getSettingAsDate(String, String) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
This method returns the value of a Rule-Access-Setting for the current user.
getSettingAsDouble(String, String) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
This method returns the value of a Rule-Access-Setting for the current user.
getSettingAsInt(String, String) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
This method returns the value of a Rule-Access-Setting for the current user.
getSettingAsString(String, String) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
This method returns the value of a Rule-Access-Setting for the current user as an Integer.
getSettingType(String, String) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
This method returns the type of a Rule-Access-Setting for the current user.
getSharedPageLocksHeld() - Method in interface com.pega.pegarules.pub.context.PRRequestor
 
getShortDateFormat(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Returns the modified SHORT date format with a 4-digit year for a locale
getShortDateTimeFormat(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Returns the modified SHORT date time format with a 4-digit year for a locale
getShortMonths(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Returns Locale specific Short form of months names.
getShortWeekdays(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Returns Locale specific short week names.
getSimpleTypeNames(String) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of names for all global simple type definitions that belong to the given namespace URI.
getSimpleTypeQNames() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of qualified names for all global simple type definitions in all referenced schema documents.
getSiteCipher() - Method in interface com.pega.pegarules.pub.crypto.IPRCrypto
returns the site-specific cipher implementation.
getSize() - Method in class com.pega.pegarules.parserule.XMLNodeList
gets the size of the node list or return -1 if node list is null.
getSOAPAction(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Return the soap action for a given method.
getSOAPActionBySig(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getSOAPAddressForCurrentPort() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the SOAP endpoint URL for the current port.
getSOAPArrayBounds() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComplexTypeDefinition
Get the SOAP array bounds from the 'arrayType' attribute value.
getSOAPArrayTypeDefinition() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComplexTypeDefinition
Get the type definition component that is used for the elements of a SOAP array type definition.
getSOAPArrayTypeReferenceValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComplexTypeDefinition
Get the SOAP 'arrayType' attribute value as a qualified name.
getSOAPMethodSignatures() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns a list of unique SOAP method signatures.
getSOAPURL() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
getSOAPVersionForCurrentPort() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the SOAP version for the current port.
getSourceRevision() - Static method in class com.pega.pegarules.pub.util.BuildInfo
 
getSourceURL() - Static method in class com.pega.pegarules.pub.util.BuildInfo
 
getSQL() - Method in exception com.pega.pegarules.pub.database.DatabaseException
 
getSSLContext(String, String, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Initialize an SSLContext by merging PRPC keystore with JVM keystore
getStackFrame() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Identifies the current (top) PRStackFrame instance.
getStandardText(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns the standard value of a property
getStandardText(ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
Returns the standard value of a property
getState() - Method in interface com.pega.pegarules.pub.context.PRCluster
fetches the state of the cluster
getStaticAssemblyBlock(String, StringBuffer) - Method in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
Obtain an instance of the static content assembly helper object.
getStaticAssemblyBlock(String, StringBuffer, String) - Method in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
Obtain an instance of the static content assembly helper object.
getStaticVar() - Method in interface com.pega.pegarules.pub.generator.IStaticContentAssembly
Returns the generated variable name associated with the run-time static control block.
getStats() - Method in interface com.pega.pegarules.pub.pal.PAL
Returns the standard statistics for the current Thread, as a clipboard page.
getStats(Set) - Method in interface com.pega.pegarules.pub.pal.PAL
Returns the standard statistics for the current Thread, as a clipboard page, as well as some of the optional statistics.
getStats(String, String) - Method in interface com.pega.pegarules.pub.pal.PAL
Returns the statistics for a different Thread, as a clipboard page
getStatus() - Method in interface com.pega.pegarules.pub.context.PRStackFrame
Identifies the Step Status of this stack frame.
getStatus() - Method in class com.pega.pegarules.pub.database.CircumstanceResult
Deprecated.
Returns the status.
getStepChangeList() - Method in interface com.pega.pegarules.pub.context.PRThread
Deprecated.
This function will be removed in 5.2.
getStepPage() - Method in interface com.pega.pegarules.pub.context.PRStackFrame
Identifies the Step Page of this stack frame.
getStepPage() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Provides the information known about the current Step Page.
getStepPage() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Identifies the current Step Page.
getStepParams() - Method in interface com.pega.pegarules.pub.runtime.CollectionRule
If this Rule is an Activity or a Collection, returns the Parameters to be passed into the Activity.
getStepStatus() - Method in interface com.pega.pegarules.pub.context.PRThread
Returns the ProcessingStatus associated with the current stack frame.
getStepStatus() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns the ProcessingStatus associated with the current stack frame.
getStream(StringMap, ClipboardPage) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Builds the stream identified by a set of keys.
getStream(StringMap, ClipboardPage, long) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Builds the stream identified by a set of keys.
getStreamName() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
Get the HTML property definition specified in this Alias instance.
getStreamOffset() - Method in interface com.pega.pegarules.pub.runtime.ParseState
Get the current offset of the input stream.
getStreamWhenExpressionCode(ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
Returns a string of code to be inserted into an "if" statement that will evaluate aExpression at runtime.
getString(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the string value of the referenced property.
getString(String, boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the string value of the referenced property.
getString(PegaAPI, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Return value of the referenced property as a String.
getString(String) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Identifies the value, if any, of the named parameter.
getString(String) - Method in class com.pega.pegarules.pub.util.HashStringMap
Identifies the value, if any, that is associated with the specified name.
getString(String) - Method in interface com.pega.pegarules.pub.util.StringMap
Identifies the value, if any, that is associated with the specified name.
getStringCodeGenerator() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Accessor for the expected type String instance.
getStringIfPresent(String, boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the string value of the referenced property, or null if the property is not present on the page.
getStringIfPresent(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the string value of the referenced property, or null if the property is not present on the page.
getStringValue(int) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns the String value of an element of this string list property.
getStringValue(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns the String value of an element of this string group property.
getStringValue() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Return value of this property as a string.
getStringValue(PegaAPI) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Return value of this property as a string, or if the caller wants, an exception when the property is missing or empty.
getStringValue(int, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Get a string value from a property in a page list.
getStringWithVariableCodeGenerator() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Accessor for the expected type String with intermediate variable instance.
getStructuredUtils() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns an instance of the StructuredUtils class.
getSubscript() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
If this page is an element in a Page Group, returns the name of the element (the property containing this page).
getSubstituteElementDeclarations() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
Get the list of element declaration components that are valid substitutes for this element.
getSubstituteElementQNames(QName) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of qualified names for all named complex type definitions that use the 'substitutionGroup' attribute to declare membership in a substitution group hierarchy.
getSubstituteTypeDefinitions() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComplexTypeDefinition
Get the list of complex type definition components that are valid substitutes for this complex type.
getSubstituteTypeQNames(QName) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Get a list of qualified names for all named complex type definitions that use type extension or restriction to create a type hierarchy.
getSubstitutionGroupValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
Get the value of the 'substitutionGroup' attribute as a qualified name.
getSuppressShowMethod() - Method in interface com.pega.pegarules.pub.context.PRRequestor
Get the 'suppress show method' flag value.
getSymbol() - Method in interface com.pega.pegarules.pub.util.currency.CurrencyProperties
Gets the symbol of this currency for the default locale.
getSymbol(Locale) - Method in interface com.pega.pegarules.pub.util.currency.CurrencyProperties
Gets the symbol of this currency for the specified locale.
getSystemId() - Method in class com.pega.pegarules.pub.session.PassivationMetadata
 
getSystemRandom() - Method in interface com.pega.pegarules.pub.context.PRThread
returns a reference to the singleton PRRandom utility object.
getSystemSettings() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns the SystemSettings interface
getSystemValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaNotation
Get the value of the 'system' attribute.
getTable() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Returns table that a class is mapped to.
getTable() - Method in class com.pega.pegarules.pub.database.Column
Return the table.
getTableEditInfo(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Gets basic table edit information for this property.
getTableName() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
getTableName(PublicAPI) - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Returns the table in which this class is stored.
getTableName() - Method in interface com.pega.pegarules.pub.database.DatabaseTable
Returns the table name of this database table.
getTableType() - Method in interface com.pega.pegarules.pub.database.DatabaseTable
Returns the table type for this database table;
getTargetFormat() - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
Get the output document type
getTargetName() - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Identifies the value to use for the NAME attribute of HTML StartTags: the entry handle for a target property or the name of a target parameter.
getTargetNamespaceURI() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the target namespace URI.
getTargetNamespaceValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Return the value of the 'targetNamespace' attribute of the root document element.
getTargetNamespaceValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
Get the value of the 'targetNamespace' attribute.
getTargetValue() - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Identifies the value of the current target reference.
getTenantId() - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Return tenantId of the class definition.
getTenantLoginURLHash() - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Gets the Login URL hash of Tenant associated with the current thread.
getTertiary() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Returns the mTertiary.
getTextOrientation() - Method in interface com.pega.pegarules.pub.context.PRRequestor
Get the direction of text for this user
getThisMembersAddress() - Method in interface com.pega.pegarules.pub.context.PRCluster
Provide the InetAddress associated with this node.
getThisMembersPort() - Method in interface com.pega.pegarules.pub.context.PRCluster
Provide the port associated with this node.
getThisMembersUuid() - Method in interface com.pega.pegarules.pub.context.PRCluster
Provide the unique identifier associated with the node executing this method.
getThread() - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Get the Thread being used by this status object.
getThread(String) - Method in interface com.pega.pegarules.pub.context.PRRequestor
obtain a reference to the specified PRThread instance.
getThread() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Provides access to the appropriate PRThread instance for this execution context.
getThread() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Identifies the Thread that 'owns' the current processing.
getThreadName() - Method in class com.pega.pegarules.pub.session.PassivationKey
 
getThreadNames() - Method in interface com.pega.pegarules.pub.context.PRRequestor
Returns a set of Strings for the PRThread objects contained within this Requestor.
getThreadPage() - Method in interface com.pega.pegarules.pub.context.PRThread
Return the pxThread page
getTimeZone(String) - Static method in class com.pega.pegarules.pub.util.PerThreadCache
Retrieve a thread-local instance of the desired TimeZone object.
getTimeZoneName() - Method in interface com.pega.pegarules.pub.context.PRThread
Returns the name of a TimeZone to be used for the current user.
getTopLevelPage() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Gets the top-level page for this object.
getTopLevelPage() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Identifies the top-level page that contains this property.
getTopOfStack() - Method in interface com.pega.pegarules.pub.context.PRStackFrame
Locates the frame at the top of the stack that includes (or included) this instance.
getTraceInfoForUnqualifiedVersion() - Method in interface com.pega.pegarules.pub.runtime.FUASupport
Returns rule information for the unqualified version of this rule.
getTracerUserWatchList() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Get the TracerUserWatchList instance.
getTransactionType() - Method in class com.pega.pegarules.pub.context.PRSessionContext
Tells you what kind of transaction we are in (if any)
getTransportProtocol() - Method in interface com.pega.pegarules.pub.context.PRCluster
name of the transport [implementation] used for Clustering
getType(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Get the type of the referenced property.
getType() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns the data type of this property.
getType() - Method in interface com.pega.pegarules.pub.context.PRStackFrame
Identifies the type of this stack frame.
getType() - Method in class com.pega.pegarules.pub.database.Column
Gets the type of the column.
getType() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
 
getType() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
getType() - Method in interface com.pega.pegarules.pub.generator.Expression
Identifies the value type represented by this instance.
getType() - Method in class com.pega.pegarules.pub.session.PassivationKey
 
getTypeDefinition() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeDeclaration
Get the type definition component associated with this element.
getTypeDefinition() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
Get the type definition component associated with this element.
getTypeName() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns the English name of this property's type.
getTypeName() - Method in interface com.pega.pegarules.pub.context.PRRequestor
Return the associated type name.
getTypeName(char) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Translates a Property Type code (like PropertyInfo.TYPE_TEXT) to its English string.
getTypeNameToArrayTypeMap() - Method in interface com.pega.pegarules.pub.util.SchemaParser
Get a map of QName objects for for resolving SOAP array types.
getTypeNameToClassMap() - Method in interface com.pega.pegarules.pub.util.SchemaParser
Get a map of Rule-Obj-Class names, keyed by the qualified names of complex type definitions.
getTypeQName(Element) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return the resolved qualified name of the type referred to by the 'xsi:type' attribute of the given element node.
getTypeReferenceValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeDeclaration
Get the value of the 'type' attribute as a qualified name.
getTypeReferenceValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
Get the value of the 'type' attribute as a qualified name.
getUnAuthorizationReason() - Method in interface com.pega.pegarules.pub.context.IRoleAccessRightInfo
 
getUnionMemberTypeDefinitions() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSimpleTypeDefinition
Get the list of simple type definition components that represents the valid content types for this union type.
getUnionMemberTypeReferenceValues() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSimpleTypeDefinition
Get the list of qualified names of the simple types that represents the valid content types for this union type.
getUniqueID(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Identifies a unique Java identifier, using a specified prefix.
getUniqueID() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponent
Gets the unique ID that is associated with this object
getUnknownOrErrorInfo() - Method in interface com.pega.pegarules.pub.context.IRoleAccessRightInfo
 
getUpdatedBy() - Method in interface com.pega.pegarules.pub.util.SearchResult
Retrieves updated by information for a single rule that matches the search criteria
getUpdatedOn() - Method in interface com.pega.pegarules.pub.util.SearchResult
Retrieves updated on information for a single rule that matches the search criteria
getURLSpecification() - Method in class com.pega.pegarules.pub.util.PRInputStream
Returns the URL specification for the file (absolutePathName)
getUseCount() - Method in interface com.pega.pegarules.pub.generator.FUAListEntry
getter method for FUA mUseCount field for monitor servlet reporting
getUsedRules() - Method in interface com.pega.pegarules.pub.runtime.FUASupport
The getUsedRules method returns the set of rules required to build the generated code and (possibly) whole classes that the rules assembler declared.
getUseForLocalization() - Method in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
getUseIfPresent() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Gets the flag that indicates that getIfPresent should be used instead of getProperty to resolve property references.
getUsers() - Method in interface com.pega.pegarules.pub.tracer.TracerUserWatchList
Return a set containing the user names in the watch list.
getUserTransaction() - Method in class com.pega.pegarules.pub.context.PRSessionContext
 
getUseValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeDeclaration
Get the value of the 'use' attribute.
getUseValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeReference
Get the value of the 'use' attribute.
getUsingAddressing() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns UsingAddressing element .
getValue() - Method in interface com.pega.pegarules.pub.runtime.PropertyAlias
Execute this Rule-Obj-Property-Alias and get its value.
getValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSimpleTypeRestrictionFacet
Get the value of the 'value' attribute.
getValue() - Method in enum com.pega.pegarules.pub.updatemanager.HotfixInstallStatus.HotFixEntryInstallStatus
 
getValue() - Method in enum com.pega.pegarules.pub.updatemanager.HotfixInstallStatus.HotFixInstallStatus
 
getVersion() - Method in class com.pega.pegarules.pub.database.CircumstanceResult
Deprecated.
Returns the version.
getVersionList() - Method in exception com.pega.pegarules.pub.database.MultipleRuleVersionException
Gets the multiple versions.
getVersionString() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
Returns the version, as a string.
getVersionValue() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
Get the value of the 'version' attribute.
getWeekdays(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Returns Locale specific full weekday names.
getWhenChangeDeclarativeReferences() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Gets the list of RHS property references for change tracking.
getWillChangeDeclarativeReferences() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Gets the list of LHS property references for change tracking.
getWorkClass() - Method in interface com.pega.pegarules.pub.util.SearchResult
Retrieves the pxObjClass for the work object that matches the search criteria
getWorkCreatedOn() - Method in interface com.pega.pegarules.pub.util.SearchResult
Retrieves the work object creation date that matches the search criteria
getWorkId() - Method in interface com.pega.pegarules.pub.util.SearchResult
Retrieves the pyID of the work object that matches the search criteria
getWorkLabel() - Method in interface com.pega.pegarules.pub.util.SearchResult
Retrieves the label of work object that matches the search criteria
getWorkOriginator() - Method in interface com.pega.pegarules.pub.util.SearchResult
Retrieves the originator for the work object that matches the search criteria
getWorkStatus() - Method in interface com.pega.pegarules.pub.util.SearchResult
Retrieves the status of the work object that matches the search criteria
getWorstMessage() - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Get the status message from this instance.
getWorstMessageName() - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Get the name of the message from this status's message ID.
getWorstMessageParms() - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Get the message parameters for this status.
getWorstSeverity() - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Get the severity of this instance.
getWSDLParser() - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Return an instance of the Web Services Definition parser.
getWSDLURL() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the URL of the WSDL document.
getXML() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns an XML representation of this page which uses property names as XML identifiers.
getXML(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns an XML representation of this page which uses property names as XML identifiers.
getXML(byte) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns an XML representation of this page.
getXML(byte, boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns an XML representation of this page.
getXMLUtils() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Returns an instance of the XMLUtils class.
getXSDComponentBuilder(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Create an instance of the XSDComponentBuilder class that can be used to load WSDL or XML Schema documents to generate XSDComponent objects.
getXSDComponentBuilder(URL) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Create an instance of the XSDComponentBuilder class that can be used to load WSDL or XML Schema documents to generate XSDComponent objects.
getXSDComponentBuilder(PRFile) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Create an instance of the XSDComponentBuilder class that can be used to load WSDL or XML Schema documents to generate XSDComponent objects.
getXSDComponentBuilder(File) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Create an instance of the XSDComponentBuilder class that can be used to load WSDL or XML Schema documents to generate XSDComponent objects.
getXSDComponentBuilder(Reader) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Create an instance of the XSDComponentBuilder class that can be used to load WSDL or XML Schema documents to generate XSDComponent objects.
getXSDFileData(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Open and read the content of a generated XSD file.
getXSDParser() - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Deprecated. 
getXSDTypeToStringTypeMap() - Method in interface com.pega.pegarules.pub.util.SchemaParser
Get a map of Rule-Obj-Property string types, keyed by XSD type name.
guessDataContentFileType(String) - Static method in class com.pega.pegarules.pub.util.PRFileUtil
 
guessEncoding(byte[], String) - Static method in class com.pega.pegarules.pub.util.PRFileUtil
Applies heuristics to detect the encoding of the specified byte buffer.
guessRuleFileType(String, String) - Static method in class com.pega.pegarules.pub.util.PRFileUtil
Get the class name based on file extension.
guessRuleFileType(String) - Static method in class com.pega.pegarules.pub.util.PRFileUtil
Get the class name based on file extension.

H

hasAccessReserved() - Method in interface com.pega.pegarules.pub.dictionary.PropertyInfo
 
hasAccessSpecial() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
hasAccessStandard() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
hasAttrError() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Test if the Error attribute is set for this property, indicating that a message was added for it.
hasAttrIncompatible() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Test if the Incompatible attribute is set for this property, which happens when the structure of the property conflicts with its definition.
hasAttrProtected() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Test if the Protected attribute is set for this property.
hasAttrUndefined() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Test if the Undefined attribute is set for this property, which happens when the Pega.Page.applySemantics method fails to find a Rule-Obj-Property instance to define this property.
hasChildNodes() - Method in class com.pega.pegarules.parserule.XMLNode
 
hasEditableEnabled() - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
 
hasEditDefined() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
hasGoodValue() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Test if the property has a good value.
hashCode() - Method in class com.pega.pegarules.pub.generator.ExpressionMap
Returns the hash code value for this instance, which will be the hashCode value of the underlying java.util.HashMap.
hashCode() - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Returns the hash code value for this instance, which will be the hashCode value of the underlying java.util.HashMap.
hashCode() - Method in class com.pega.pegarules.pub.session.PassivationDigest
 
hashCode() - Method in class com.pega.pegarules.pub.session.PassivationKey
 
hashCode() - Method in class com.pega.pegarules.pub.util.HashStringMap
Returns the hash code value for this instance, which will be the hashCode value of the underlying java.util.HashMap.
HashStringMap - Class in com.pega.pegarules.pub.util
Simplest implementation of the StringMap interface, using a java.util.HashMap internally.
HashStringMap() - Constructor for class com.pega.pegarules.pub.util.HashStringMap
Default constructor.
HashStringMap(int) - Constructor for class com.pega.pegarules.pub.util.HashStringMap
Constructs an empty HashStringMap with the specified initial capacity and the default load factor (0.75).
HashStringMap(Map) - Constructor for class com.pega.pegarules.pub.util.HashStringMap
'Copy' constructor.
hasIfNoneMatch() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Did the request that came in have an If-None-Match request header?
hasImplicitPrivilege(RuleTraceInfo) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Check user executing the rule has implicit privilege
hasImplicitPrivilege(String, String, String, String, String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
 
hasInputEnabled() - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Indicates whether input is enabled for this HTML stream.
hasInvalidValue() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Test if the property has an invalid value.
hasJavaGenerators() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Indicates whether this class has any Java generator classes defined, for any aspect.
hasLockedItem() - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Does this QueueManager currently have an item locked?
hasMessages() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Indicates whether this page or any embedded pages or properties have messages.
hasMessages(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Indicates whether this referenced property or any of its embedded pages or properties have messages.
hasPersonal() - Method in interface com.pega.pegarules.pub.runtime.FUASupport
generated to reflect the fact that a personal ruleset did/did not contribute to the construction of the class.
hasPersonalRuleset() - Method in interface com.pega.pegarules.pub.context.PRRequestor
 
hasQualifier(ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Test for the existance of a qualifier for a particular property.
hasQualifier(String, String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Test for the existance of a qualifier for a particular property.
hasQualifier(String) - Method in interface com.pega.pegarules.pub.dictionary.PropertyInfo
Reports on the existance of named qualifier.
hasReference() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
If this is a TYPE_REFERENCE_PAGE property, has a reference been established to another property? This method has three possible states: 1.
hasRuntimeQualifier(ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Test for the existance of a run-time qualifier definition for a particular property.
hasStream() - Method in interface com.pega.pegarules.pub.database.DatabaseTable
Indicates whether this database table have a stream column?
hasSubstituteTypes() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Check if there are any substitution types defined on any type name.
hasTableEdit() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
hasTypeAmount() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
 
hasTypeAmount() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
hasTypeDate() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
contains a date.
hasTypeDate() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
contains a date.
hasTypeDateTime() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
contains a datetime type.
hasTypeDateTime() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
contains a datetime type.
hasTypeDecimal() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
 
hasTypeDecimal() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
hasTypeDistinctPage() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
hasTypeDouble() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
 
hasTypeDouble() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
hasTypeFreeform() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
has freeform (String) type.
hasTypeFreeform() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
has freeform (String) type.
hasTypeIdentifier() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
contains a valid identifier.
hasTypeIdentifier() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
contains a valid identifier.
hasTypeIncludedPage() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
hasTypeInteger() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
contains an integer number type.
hasTypeInteger() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
contains an integer number type.
hasTypeNumber() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
Deprecated.
Use hasTypeInteger() instead
hasTypeNumber() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
Deprecated.
Use hasTypeInteger() instead
hasTypePassword() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
has an encrypted value.
hasTypePassword() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
has an encrypted value.
hasTypeText() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
contains Text.
hasTypeText() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
contains Text.
hasTypeTextEncrypted() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
has an site specific cipher encrypted text value.
hasTypeTextEncrypted() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
has a site specific cipher encrypted text value.
hasTypeTimeOfDay() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
contains a time-of-day.
hasTypeTimeOfDay() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
contains a time-of-day.
hasTypeTopLevelPage() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
hasTypeTrueFalse() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
contains 'T', 'F', 'true', 'false'.
hasTypeTrueFalse() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
contains 'T', 'F', 'true', 'false'.
hasTypeUnknown() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
has not yet been fully decipherd.
hasTypeUnknown() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
has not yet been fully decipherd.
hasTypeYesOrNo() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
Deprecated: use properties with ImmutablePropertyInfo.TYPE_TRUEFALSE instead.
hasTypeYesOrNo() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
Deprecated: use properties with ImmutablePropertyInfo.TYPE_TRUEFALSE instead.
hasUTF16BEByteOrderMark(byte[]) - Static method in class com.pega.pegarules.pub.util.PRFileUtil
Indicates that the specified byte array is tagged with a UTF16BE byte order mark.
hasUTF16LEByteOrderMark(byte[]) - Static method in class com.pega.pegarules.pub.util.PRFileUtil
Indicates that the specified byte array is tagged with a UTF16LE byte order mark.
hasUTF8ByteOrderMark(byte[]) - Static method in class com.pega.pegarules.pub.util.PRFileUtil
Indicates that the specified byte array is tagged with a UTF8 byte order mark.
hasValidClusterAddress() - Method in interface com.pega.pegarules.pub.context.PRCluster
Does this cluster have a valid cluster address?
hasValidHTTPPort() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns if valid HTTP port.
hasValidSOAPPort() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
 
hasValidValue() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Test if the property has a valid value.
haveAccess(Object, String, int, ClipboardPage) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
Return true if specified access is permitted Similar logic is used to evaluate pre-defined access types and application-specific privileges.
haveAuthorization(Object, String, String, String, String, ClipboardPage) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
Return true if specified roles, privileges are held, or if specified conditions are satisfied
havePrivilege(Object, String, String, ClipboardPage) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
Return true if specified privileges are held
havePrivilege(Object, String, String, ClipboardPage, boolean) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
Return true if specified privileges are held
haveRole(String) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
Return true if specifed role is held
haveRuleBasis() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Indicates whether this Rule- instance has a basis instance.
HotfixInstallStatus - Class in com.pega.pegarules.pub.updatemanager
 
HotfixInstallStatus() - Constructor for class com.pega.pegarules.pub.updatemanager.HotfixInstallStatus
 
HotfixInstallStatus.HotFixEntryInstallStatus - Enum in com.pega.pegarules.pub.updatemanager
The install status of a hotfix entry
HotfixInstallStatus.HotFixInstallStatus - Enum in com.pega.pegarules.pub.updatemanager
The install status of a hotfix
httpCodeToPRPCStatus(int, String, boolean) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Consumes an HTTP response code and returns a status message and/or status value.

I

IAssemblyStreamSupport - Interface in com.pega.pegarules.pub.generator
IAssemblyStreamSupport
IAuthSettingInfo - Interface in com.pega.pegarules.pub.context
 
ICodeBuffer - Interface in com.pega.pegarules.pub.generator
 
IComparePagesAPI - Interface in com.pega.pegarules.pub.clipboard
Provides constants for use in conjunction with the ComparePages logic.
IDENTITY_CONSTRAINT_KEY - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
IDENTITY_CONSTRAINT_KEYREF - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
IDENTITY_CONSTRAINT_UNIQUE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
IExecuteRightInfo - Interface in com.pega.pegarules.pub.context
ExecuteRightInfo --- authorization and authentication data
IGeneratedMethod - Interface in com.pega.pegarules.pub.generator
IGeneratedMethod
IGNORE_EMPTY_PROPERTIES - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
If true empty properties are ignored and treated the same as non-existent properties (default behavior).
IGNORED_PROPERTY_ARRAY_SORTED - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
Key to entry in control map specifying a sorted String[] of property names to be ignored
IGNORED_PROPERTY_ARRAY_UNSORTED - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
Key to entry in control map specifying a unsorted String[] of property names to be ignored.
IGNORED_PROPERTY_USE_DEFAULT - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
Key to entry in control map specifying that a default list of ignored properties should be used.
ImmutablePropertyAliasInfo - Interface in com.pega.pegarules.pub.dictionary
ImmutableAliasPropertyInfo is used as the container for the definition of a particular property alias within a particular class as defined in the data dictionary.
ImmutablePropertyInfo - Interface in com.pega.pegarules.pub.dictionary
ImmutablePropertyInfo is used as the container for the definition of a particular property within a particular class as defined in the data dictionary.
InboundMappingException - Exception in com.pega.pegarules.pub.services
Subtype of ConnectorException, used for connector rule failures that result from a failure to map data received from an external (non-PegaRULES) application to the clipboard.
InboundMappingException() - Constructor for exception com.pega.pegarules.pub.services.InboundMappingException
Default constructor with no message.
InboundMappingException(String) - Constructor for exception com.pega.pegarules.pub.services.InboundMappingException
Constructor with a message.
InboundMappingException(Throwable) - Constructor for exception com.pega.pegarules.pub.services.InboundMappingException
Constructor with a root cause.
InboundMappingException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.services.InboundMappingException
Constructor with a message and a cause.
InboundMappingException(String, String) - Constructor for exception com.pega.pegarules.pub.services.InboundMappingException
Constructor with a message and the name of an error handler flow.
InboundMappingException(String, String, Throwable) - Constructor for exception com.pega.pegarules.pub.services.InboundMappingException
Constructor with a message, an error handler, and a cause.
includeShowDeclarativeProperty() - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Deprecated.
use PegaStreamAPI.isShowMeDeclarativeEnabled() instead
includeShowMe() - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Deprecated.
use PegaStreamAPI.isShowMeInsertEnabled() instead
includeShowProperty() - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Deprecated.
use PegaStreamAPI.isShowMePropertyEnabled() instead
includeStream(String, String, String, boolean, String) - Method in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
Emit another stream rule, possibly inlined during assembly.
includeStreamRef(String, String, String, String) - Method in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
Emit another stream rule, which will be evaluated at runtime.
IncompatibleClassException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown by clipboard classes when a method fails because the two page classes are incompatible.
IncompatibleClassException() - Constructor for exception com.pega.pegarules.pub.clipboard.IncompatibleClassException
 
increaseIndent() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Increases the indentation level by one.
increaseIndent(int) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Increases the indentation level.
increaseIndent() - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Increases the indentation level by one.
increaseIndent(int) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Increases the indentation level.
increaseIndentAS() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Increases the indentation level by one for "appendString" content.
increaseIndentAS(int) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Increases the indentation level for "appendString" content.
increaseIndentAS() - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Increases the indentation level by one for "appendString" content.
increaseIndentAS(int) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Increases the indentation level for "appendString" content.
incrementAlertCount() - Method in interface com.pega.pegarules.pub.pal.PAL
Increments the value of the "number of alerts generated" statistic.
incrementConnectCount() - Method in interface com.pega.pegarules.pub.pal.PAL
Increments the value of the "number of external connections" statistic.
incrementConnectRequestDataVolume(int) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Increment oConnectRequestDataVolume
incrementConnectResponseDataVolume(int) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Increment oConnectResponseDataVolume
incrementFlowCount() - Method in interface com.pega.pegarules.pub.pal.PAL
increment the value of "flow count" - the count of "BPM" invocations (advancing a work object)
IndeterminateConditionalException - Error in com.pega.pegarules.pub.runtime
The IndeterminateConditionalException is thrown when the evaluation of a conditional cannot be reliably completed because of errors during processing.
IndeterminateConditionalException() - Constructor for error com.pega.pegarules.pub.runtime.IndeterminateConditionalException
Constructs an instance with no additional details.
IndeterminateConditionalException(Throwable) - Constructor for error com.pega.pegarules.pub.runtime.IndeterminateConditionalException
Constructs an instance with additional information about the cause of this exception.
IndeterminateConditionalException(String) - Constructor for error com.pega.pegarules.pub.runtime.IndeterminateConditionalException
Constructs an instance with additional information about the cause of this exception.
IndeterminateConditionalException(String, Throwable) - Constructor for error com.pega.pegarules.pub.runtime.IndeterminateConditionalException
Constructs an instance with additional information about the cause of this exception.
IndeterminateConditionalException(int, String, String) - Constructor for error com.pega.pegarules.pub.runtime.IndeterminateConditionalException
Constructs an instance with addition information about the severity of the exception and the fause of the exception.
IndeterminateGoalException - Exception in com.pega.pegarules.pub.infengine
An exception indicating that the goal-seek operation failed because the goal property isn't computed by any visble Rule-Declare-Expressions instances.
IndeterminateGoalException(ClipboardPage, String) - Constructor for exception com.pega.pegarules.pub.infengine.IndeterminateGoalException
Constructor for MissingPropertyException.
IndeterminateGoalException(ClipboardPage, String, String) - Constructor for exception com.pega.pegarules.pub.infengine.IndeterminateGoalException
 
indexOf() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
If this property is an element of a list, return its index in the list.
indexOf(StringBuffer, char, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
String.indexOf - like function that works with StringBuffers and works in jdk 1.3.x
indexOf(StringBuilder, char, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
String.indexOf - like function that works with StringBuilder and works in jdk 1.3.x
indexOf(char[], int, int, String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Locate a substring within a character array
indexOfEsc(String, char, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
String.indexOf - like function that respects back-slash escaping of the searched-for character
indexOfEsc(StringBuffer, char, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
String.indexOf - like function that respects back-slash escaping of the searched-for character and works in jdk 1.3.x with StringBuffers
IndirectReferenceException - Exception in com.pega.pegarules.pub.services
Runtime exception for connector rule failures.
IndirectReferenceException() - Constructor for exception com.pega.pegarules.pub.services.IndirectReferenceException
Default constructor with no message.
IndirectReferenceException(String) - Constructor for exception com.pega.pegarules.pub.services.IndirectReferenceException
Constructor with a message.
InitializationException - Exception in com.pega.pegarules.pub.database
Deprecated.
use a more specific exception class instead
InitializationException(String) - Constructor for exception com.pega.pegarules.pub.database.InitializationException
Deprecated.
Constructor for InitializationException
InitializationException(Throwable, String) - Constructor for exception com.pega.pegarules.pub.database.InitializationException
Deprecated.
Constructor for InitializationException
InitializationFailedError - Error in com.pega.pegarules.pub.context
InitializationFailedError is thrown by PREnvironment if PegaRULES could not be initialized.
InitializationFailedError(String) - Constructor for error com.pega.pegarules.pub.context.InitializationFailedError
 
InitializationFailedError(String, Throwable) - Constructor for error com.pega.pegarules.pub.context.InitializationFailedError
 
initialize() - Method in interface com.pega.pegarules.pub.session.CustomPassivationMechanism
Use this method for any initialization code, it is called by PRPC during node startup.
initializeAxisClient(ClipboardPage, boolean) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Deprecated. 
initializeAxisClientClasses(List) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
insertInteger(StringBuffer, int, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
 
insertInteger(StringBuilder, int, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
 
insertMethodName(StringBuffer) - Method in interface com.pega.pegarules.pub.generator.IGeneratedMethod
Inserts the real method name into the specified StringBuffer at the current location when the close() method is invoked.
instanceToString(ClipboardProperty, Object) - Method in interface com.pega.pegarules.pub.clipboard.JavaPropertyTransform
 
int2ByteArray(int) - Static method in class com.pega.pegarules.pub.util.JavaUtils
Convert an integer to a 4 byte array.
IntegrityConstraintViolationException - Exception in com.pega.pegarules.pub.database
Indicates that the Integrity constraint violation is detected
IntegrityConstraintViolationException(Throwable, int, String, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.IntegrityConstraintViolationException
Creates an integrity constraint violation exception.
IntegrityConstraintViolationException(Throwable, String, String[], int, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.IntegrityConstraintViolationException
Creates an integrity constraint violation exception.
IntegrityConstraintViolationException(Throwable, Throwable, String, String[], int, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.IntegrityConstraintViolationException
Creates an integrity constraint violation exception.
interpretBoolean(String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Interpret a string as a either boolean true or false.
interpretBoolean(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Interprets a String value as a boolean, satisfying javascript and generic conventions.
intToPega(char, int) - Static method in class com.pega.pegarules.pub.clipboard.PRStringFormat
Convert from a Java int value to PegaRULES standard form
InvalidConfigurationException - Exception in com.pega.pegarules.pub.context
Exception indicating an issue in a user's configuration
InvalidConfigurationException(String) - Constructor for exception com.pega.pegarules.pub.context.InvalidConfigurationException
 
InvalidConfigurationException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.context.InvalidConfigurationException
 
InvalidIdentifierException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown by clipboard classes when a method fails because an identifier (page name, property name, or group subscript) is not valid.
InvalidIdentifierException() - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidIdentifierException
Constructor for InvalidIdentifierException
InvalidIdentifierException(String) - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidIdentifierException
 
InvalidLocaleException - Exception in com.pega.pegarules.pub.context
Exception Class for incorrect Locales
InvalidLocaleException() - Constructor for exception com.pega.pegarules.pub.context.InvalidLocaleException
Constructor for DictionaryException
InvalidLocaleException(String) - Constructor for exception com.pega.pegarules.pub.context.InvalidLocaleException
Constructor for DictionaryException
InvalidParameterException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown by clipboard classes when a method fails because an identifier (page name, property name, or group subscript) is not valid.
InvalidParameterException() - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidParameterException
Constructor for InvalidParameterException
InvalidParameterException(String) - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidParameterException
Constructor for InvalidParameterException
InvalidParameterException(String, String, String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidParameterException
Constructor for InvalidParameterException
InvalidParameterException(String, String, String, String, Throwable) - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidParameterException
Constructor for InvalidParameterException
InvalidReferenceException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown by clipboard classes when a method fails because a property reference is syntactically incorrect.
InvalidReferenceException() - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidReferenceException
Constructor for InvalidReferenceException
InvalidReferenceException(String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidReferenceException
 
InvalidReferenceException(String, String, Throwable) - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidReferenceException
Creates an exception which names a bad reference, the reason the reference is bad, and a root cause exception.
InvalidStreamError - Exception in com.pega.pegarules.pub.clipboard
Exception thrown by clipboard classes when a method fails because an identifier (page name, property name, or group subscript) is not valid.
InvalidStreamError() - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidStreamError
 
InvalidStreamError(String, String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidStreamError
 
InvalidStreamError(String, String, String, Throwable) - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidStreamError
 
InvalidStreamError(Throwable) - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidStreamError
Creates a new exception caused by a root exception.
InvalidValueException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown by ClipboardProperty when one of the to*() methods fail because the ClipboardProperty had a value that could not be interpreted as the requested type.
InvalidValueException() - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidValueException
 
InvalidValueException(String) - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidValueException
 
InvalidValueException(String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidValueException
 
InvalidValueException(String, String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidValueException
 
InvalidValueException(String, String, String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidValueException
 
InvalidValueException(String, String, String, String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.InvalidValueException
 
invoke(Object[]) - Method in interface com.pega.pegarules.pub.runtime.Function
The invoke method defines the processing associated with each implementation of a Rule-Utility-Function.
invoke() - Static method in exception com.pega.pegarules.pub.tracer.JavaBreakpointException
 
IPasswordResult - Interface in com.pega.pegarules.pub.crypto
 
IPRCipher - Interface in com.pega.pegarules.pub.crypto
 
IPRCrypto - Interface in com.pega.pegarules.pub.crypto
 
IPRCrypto.DigestAlgorithm - Enum in com.pega.pegarules.pub.crypto
 
IRoleAccessRightInfo - Interface in com.pega.pegarules.pub.context
RoleExecuteRightInfo --- authorization and authentication data
IRoleAccessRightInfo.AuthorizationInfo - Enum in com.pega.pegarules.pub.context
 
IRoleAccessRightInfo.ConditionalReason - Enum in com.pega.pegarules.pub.context
 
IRoleAccessRightInfo.UnAuthorizationReason - Enum in com.pega.pegarules.pub.context
 
IRoleAuthSettingInfo - Interface in com.pega.pegarules.pub.context
 
isAbstract() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComplexTypeDefinition
Get the value of the 'abstract' attribute as a boolean.
isAbstract() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
Get the value of the 'abstract' attribute as a boolean.
isActive() - Method in interface com.pega.pegarules.pub.context.PRStackFrame
Indicates whether this instance is active, that is, whether it is still part of an execution stack.
isAllowedInWeb() - Method in interface com.pega.pegarules.pub.runtime.WebAllowable
Can this activity be started from the pyActivity URL parameter? This could be a static method but we need this defined in the activity interface.
isAncestorOf(String) - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Is this class defined to be the ancestor of another?
isAncestorOf(String) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Test to see if this is an ancestor of a class named aClassName.
isAncestorOf(ClipboardPage) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Test to see if this is an ancestor of the class of aPage.
isAsciiEncodable(char) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
checks whether the character passed is valid or not
isAttributeDeclared(QName) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Check if a particular attribute has been declared in any of the referenced schema documents.
isAttributeGroupDefined(QName) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Check if a particular attribute group has been defined in any of the referenced schema documents.
isAuthenticated() - Method in interface com.pega.pegarules.pub.context.PRAuthentication
Return true if (requestor) is authenticated (that is, not a "guest") and has not timed out or otherwise had authentication temporarily suspended.
isBad() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Test if the property has a bad value.
isBasisOf(ClipboardPage, ClipboardPage) - Method in interface com.pega.pegarules.pub.database.RulesetContext
Is one version of a rule the basis of another version.
isBatchType() - Method in interface com.pega.pegarules.pub.context.PRRequestor
Is this a batch type requestor?
IsBeanManaged() - Method in class com.pega.pegarules.pub.context.PRSessionContext
 
isBlank(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Returns true if the string is null or has a size equal to zero.
isBuiltInType(QName) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
isByteStream() - Method in interface com.pega.pegarules.pub.runtime.ParseState
Is the active input stream a byte stream (InputStream).
isCharacterStream() - Method in interface com.pega.pegarules.pub.runtime.ParseState
Is the active input stream a character stream (Reader).
isChildOf(String) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Test to see if this represents a child of a class named aClassName.
isChildOf(ClipboardPage) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Test to see if this represents a child of a class of aPage.
isClassless() - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Is the page this ClassInfo was built for a classless page?
isClassVisible(String) - Method in interface com.pega.pegarules.pub.database.RulesetContext
Indicates whether a particular class is visible to the rule being edited (according to the list of rulesets).
isComplexTypeDefined(QName) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Check if a particular complex type has been defined in any of the referenced schema documents.
isConcrete() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Is this class Concrete?
isConcrete() - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
 
isContainerManagedButNoTransaction() - Method in class com.pega.pegarules.pub.context.PRSessionContext
 
isContainerProvidingOurTransaction() - Method in class com.pega.pegarules.pub.context.PRSessionContext
 
isCSRFMitigationEnabled() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Check if CSRF Mitigation is enabled
isCurrencyValid(String) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
validate that a given currency name is valid.
isDataContentCompressible(String) - Static method in class com.pega.pegarules.pub.util.PRFileUtil
 
isDataTransformBeingTraced() - Method in class com.pega.pegarules.pub.runtime.AbstractModel
 
isDeclarativeInvoked() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Is this rule type called by declarative rules?
isDeclarativeRule() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Is this rule type used for declarative processing?
isDefined(String) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Identifies whether the named parameter is defined in this instance.
isDefinedAsReference() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
In the Rule-Obj-Property definition of this property, is the "Is Reference Property" flag enabled?
isDefinitionOf(String) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Test the aClassName parameter to see if it matches this objects' class.
isDefinitionOf(ClipboardPage) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Test the class of the aPage parameter to see if it matches this objects' class,
isDirectiveStream() - Method in interface com.pega.pegarules.pub.runtime.StreamBuilder
Is this a (deprecated) directive-based stream?
isDirectory() - Method in class com.pega.pegarules.pub.util.PRFile
 
isEditing() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Identifies whether the current processing is for design-time editing of an instance defined for First-Use Assembly.
isElementDeclared(QName) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Check if a particular element has been declared in any of the referenced schema documents.
isEmbedded() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Indicates whether this page is embedded as a property within another page.
isEmbedded() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Identifies whether this definition is being referenced within the First-Use Assembly of another definition.
isEmpty() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Indicates whether any properties are contained within this page.
isEmpty(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Indicates whether the referenced property has a value.
isEmpty() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Query if this property has no value.
isEmpty() - Method in class com.pega.pegarules.pub.generator.ExpressionMap
Inicates whether this map contains no name-value associations.
isEmpty() - Method in interface com.pega.pegarules.pub.generator.StringExpression
Indicates whether this instance represents an empty String.
isEmpty() - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Inicates whether this map contains no name-value associations.
isEmpty() - Method in class com.pega.pegarules.pub.util.HashStringMap
Inicates whether this map contains no name-value associations.
isEndOfStream() - Method in interface com.pega.pegarules.pub.runtime.ParseState
Get the "end of stream" flag.
isEqual(DeclarativeReference) - Method in class com.pega.pegarules.pub.generator.DeclarativeReference
 
isExactClass() - Method in interface com.pega.pegarules.pub.generator.PageDescriptor
Indicates whether the value returned by PageDescriptor.getClassName() is the actual class of this page, or only a defined constraint on its class.
isExcludedFromFTIndex() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Returns a boolean indicating, if true, that this class is excluded from full text indexing
isExpression() - Method in interface com.pega.pegarules.pub.generator.Expression
Indicates whether the value of this expression depends on information that is only available at runtime.
isFile() - Method in class com.pega.pegarules.pub.util.PRFile
 
isFinal() - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
 
isFirstActivity() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Check if current activity is first activity in the execution stack
isFixed() - Method in interface com.pega.pegarules.pub.services.xsd.XSDSimpleTypeRestrictionFacet
Get the value of the 'fixed' attribute as a boolean.
isGettingUniqueIDFromBean() - Method in class com.pega.pegarules.pub.context.PRSessionContext
 
isGlobal() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeDeclaration
Determine if the attribute declaration has global scope.
isGlobal() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
Determine if the element declaration has global scope.
isGlobal() - Method in interface com.pega.pegarules.pub.services.xsd.XSDModelGroupDefinition
Determine if the model group definition has global scope.
isGlobal() - Method in interface com.pega.pegarules.pub.services.xsd.XSDTypeDefinition
Determine if the type definition has global scope.
isGroup() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Query if this property has a group structure
isGroupElement() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Is this property an elemeint in a group?
isIgnoreDBByteGovernor() - Method in interface com.pega.pegarules.pub.context.PRRequestor
Check if the ignore DBByte Governor flag value
isInitialized() - Method in class com.pega.pegarules.bootstrap.util.VicariousThreadLocal
Indicates whether thread-local has been initialised for the current thread.
isJavaObject() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Query if this property is of mode JavaObject.
isJavaPage() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Does this page's class extend the Embed-Java- class? If so, this page is a java page that may have a java object wrapper attached to it.
isJSPCompilerNeeded() - Method in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
Resolves the settings made by setUsesJSP() and setUsesNoJSP() to determine if the JSP compiler must be invoked for this stream.
isKey() - Method in class com.pega.pegarules.pub.database.Column
Is this column a key?
isLessSevereThan(int) - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Compare a severity level with that of this instance.
isLightweight() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Is this a lightweight property? Lightweight properties use an efficient structure to save processing overhead, but require special methods to access their contents.
isList() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Query if this property has a list structure
isListElement() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Is this property an element in a list?
isListenerBlocked(ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Should we be running this listener on any nodes?
isListenerEnabled(ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Should we be running this listener on this node?
isLiteral() - Method in interface com.pega.pegarules.pub.generator.Expression
Indicates whether the value of this expression is known at assembly time.
isLoadOnly() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the type of a page.
isLocalized() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
This method tells if the ruleset is a localized.
isLockable(String) - Method in interface com.pega.pegarules.pub.database.LockManager
Check the definition of the indicated class to see if it supports locking.
isLocked(StringMap, StringMap) - Method in interface com.pega.pegarules.pub.database.LockManager
Check to see if an instance is locked, based on the locking information available in its class definition's "Locking" tab.
isLocked(String, StringMap) - Method in interface com.pega.pegarules.pub.database.LockManager
Check to see if a string is locked.
isLockingWithLockBean() - Method in class com.pega.pegarules.pub.context.PRSessionContext
 
isLookUpRuleMessages() - Static method in exception com.pega.pegarules.pub.PRException
 
isMappedToBaseTable() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Is this class mapped to the base table?
isMappedToExternalTable() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Is this class mapped to an external table?
isMobilized() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
This method tells if the ruleset is a mobilized.
isModeGroup() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
isModeJavaObject() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
isModelGroupDefined(QName) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Check if a particular model group has been defined in any of the referenced schema documents.
isModeList() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
isModePage() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
contains an embedded page.
isModePageGroup() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
has an embedded list of named pages.
isModePageList() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
has an embedded list of subscripted pages.
isModeString() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
isModeStringGroup() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
has an embedded list of named strings.
isModeStringList() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
has an embedded list of subscripted strings.
isModeUnknown() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
has the mode not been fully resolved
isModifiable() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Test if the property is modifiable.
isMSSQL() - Method in class com.pega.pegarules.pub.database.DatabaseInformation
Checks whether this database is Microsoft SQL Server.
isMultiThreadRequestor() - Method in interface com.pega.pegarules.pub.context.PRRequestor
 
isMyStepPageChecked() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Gets the flag to check for null myStepPage
isNamespaceDefined(String) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Check if a given namespace URI is defined by one or more of the referenced WSDL or XML Schema documents.
isNil(Element) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return the boolean value of the named attribute.
isNillable() - Method in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
Get the value of the 'nillable' attribute as a boolean.
isNotModifiedSet() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
 
isNullable() - Method in class com.pega.pegarules.pub.database.Column
May be column contain null values?
isOnlyDateEnteredInDateTimeDataType(String, String, String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Returns true if the value specified doesn't contain time part.
isOracle() - Method in class com.pega.pegarules.pub.database.DatabaseInformation
 
isPage() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Query if this property has a page mode (which includes groups).
isParameter() - Method in interface com.pega.pegarules.pub.generator.PageDescriptor
Indicates whether the page is defined as a "parameter" to the Rule rather than being an explicit page reference.
isParentOf(String) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Test to see if this represents the parent of a class named aClassName.
isParentOf(ClipboardPage) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Test to see if this represents the parent of the class of aPage.
isPersonal() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
if this ruleset is a personal one (contains an '@') return true.
isPostgres() - Method in class com.pega.pegarules.pub.database.DatabaseInformation
Checks whether this database is Postgres.
isPrimary() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Identifies whether this is the originating reference to First-Use Assembly, defining the top-level processing of the desired GeneratedJava instance.
isPrimaryPageForAssembly() - Method in interface com.pega.pegarules.pub.generator.PageDescriptor
 
isProcessingDeferredOperations() - Method in interface com.pega.pegarules.pub.context.PRThread
flag to block certain calls when we are processing deferred operations *
isPropertyExposed(String, PublicAPI) - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Is a property exposed as a column in the table in which instances of this class live?
isPropertyMappedtoAnotherName(String, PublicAPI, StringBuffer) - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Determine if the passed in property is mapped to another case sensitive version of the property also mapped to the same db table
isQueueEnabled(String, int) - Method in interface com.pega.pegarules.pub.context.AgentUtils
Determine whether the specified queue is currently enabled or not.
isReadOnly() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Indicates whether this page is read-only.
isReadOnly() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Query if this property is on a Read Only page
isRedefine() - Method in interface com.pega.pegarules.pub.services.xsd.XSDAttributeGroupDefinition
Determine if the type definition redefines an existing definition.
isRedefine() - Method in interface com.pega.pegarules.pub.services.xsd.XSDModelGroupDefinition
Determine if the type definition redefines an existing definition.
isRedefine() - Method in interface com.pega.pegarules.pub.services.xsd.XSDTypeDefinition
Determine if the type definition redefines an existing definition.
isReference(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Is this property defined as a Reference property?
isReferenceWithPageName() - Method in class com.pega.pegarules.pub.generator.DeclarativeReference
 
isRetrieveEachPageSeperately(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Is this property defined as RetrieveEachPageSeperately?
isRoot() - Method in interface com.pega.pegarules.pub.context.PRStackFrame
Indicates whether this instance is the root (first) frame of an execution stack.
isRule() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Is this a rule class?
isRulesetApplicationBasedValidation() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
Tells us if this ruleset uses AppBasedValidation
isRulesetIncluded(RuleSetSpecification) - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
Returns true if this ruleset includes the given specification.
isRulesetValidForPackage(String, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Determine if the given ruleset is contained in the set of rulesets used by the service package access group.
isRuntime() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Identifies whether the current processing is assembling Java for runtime execution.
isSamePassword() - Method in interface com.pega.pegarules.pub.crypto.IPasswordResult
returns true if passwords match.
isSavingWithDatabaseBean() - Method in class com.pega.pegarules.pub.context.PRSessionContext
 
isScalar() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Test if the property is scalar.
isScopedStep() - Method in interface com.pega.pegarules.pub.generator.PageDescriptor
 
isSimpleType(QName) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
isSimpleTypeDefined(QName) - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Check if a particular simple type has been defined in any of the referenced schema documents.
isSpecial() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Test if the property is "Special".
isStatelessPackage(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Determine if service package is stateless
isTable() - Method in interface com.pega.pegarules.pub.database.DatabaseTable
Indicates whether or not the database table is a table (as opposed to a view or something else).
IStaticContentAssembly - Interface in com.pega.pegarules.pub.generator
 
isTertiaryVariableNameOnly() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
 
isThereAnyLinkedPropertyInThisPropertyReference(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
 
isTop() - Method in interface com.pega.pegarules.pub.context.PRStackFrame
Indicates whether this instance is currently the top frame of an execution stack.
isTransient() - Method in interface com.pega.pegarules.pub.runtime.FUASupport
tests this class to see if it is a transient one that should never be cached.
isTypeBranch() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
 
isTypeBranchPegaOrPega() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
 
isTypeComponent() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
 
isTypeOverride() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
 
isTypePega() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
 
isTypePegaFW() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
 
isTypeProduction() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
 
isTypeShared() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
 
isTypeStandard() - Method in interface com.pega.pegarules.pub.util.RuleSetSpecification
 
isUndefined() - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Is the page this ClassInfo was built for representing an undefined class?
isUnicodeDatabase() - Method in class com.pega.pegarules.pub.database.DatabaseInformation
Returns if PRPC database instance is UNICODE or Not
isUseBasic() - Method in exception com.pega.pegarules.pub.context.AuthenticationRequiredException
 
isUsingSaveInOwnTransactionBean() - Method in class com.pega.pegarules.pub.context.PRSessionContext
 
isValid() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Reports the results of validation of this page.
isValidDataPage(String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
returns a boolean to indicate if the name of the page represents a data page.
isValidDate(Date) - Static method in class com.pega.pegarules.pub.clipboard.PRStringFormat
 
isValidXMLElementName(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Check if a name is valid xml element name.
isVersionAtLeast(String) - Method in class com.pega.pegarules.pub.database.DatabaseInformation
Determines if the version number is at least the given version number.
isView() - Method in interface com.pega.pegarules.pub.database.DatabaseTable
Indicates whether or not the database table is a view (as opposed to a table or something else).
iterator() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Returns an iterator allowing access to values contained in this list, page, or group property.
iterator(String) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Get simple iterator object that will return the next item matching the specified class of status "Scheduled".
iterator(String, String) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Get simple iterator object that will return the next item matching the specified class of status "Scheduled".
iterator(String, StringMap) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Get simple iterator object that will return the next item matching the specified criteria.
iterator(String, String, StringMap) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Get simple iterator object that will return the next item matching the specified criteria.
iterator() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentList
Get an iterator for the component list.

J

JAVA_ENCODING_EBCDIC - Static variable in class com.pega.pegarules.pub.util.PRFileUtil
Java encoding name for EBCDIC
JAVA_ENCODING_ISO - Static variable in class com.pega.pegarules.pub.util.PRFileUtil
Java encoding name for ISO
JAVA_ENCODING_UTF16BE - Static variable in class com.pega.pegarules.pub.util.PRFileUtil
Java encoding name for UTF-16 Big Endian
JAVA_ENCODING_UTF16LE - Static variable in class com.pega.pegarules.pub.util.PRFileUtil
Java encoding name for UTF-16 Little Endian
JAVA_ENCODING_UTF8 - Static variable in class com.pega.pegarules.pub.util.PRFileUtil
Java encoding name for UTF-8
JavaBreakpointException - Exception in com.pega.pegarules.pub.tracer
JavaBreakpointException allows PegaRULES assembled code to interact with a Java debugger attached to the application server in which PegaRULES is running.
JavaBreakpointException() - Constructor for exception com.pega.pegarules.pub.tracer.JavaBreakpointException
 
JavaBreakpointException(String) - Constructor for exception com.pega.pegarules.pub.tracer.JavaBreakpointException
 
JavaBreakpointException(Throwable) - Constructor for exception com.pega.pegarules.pub.tracer.JavaBreakpointException
 
JavaBreakpointException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.tracer.JavaBreakpointException
 
JavaGenerator - Interface in com.pega.pegarules.pub.generator
The JavaGenerator interface identifies the code fragments required to specify how a defining Rule- instance is to be implemented.
JavaGeneratorExtended - Interface in com.pega.pegarules.pub.generator
The JavaGeneratorExtended interface provides methods to set values used during translation via the "ClipboardPage" interface to FUA that are normally supplied directly a class-specific Rule translator.
JavaObjectSerializationException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown when a problem is encountered during serialization/deserialization of Java Object values.
JavaObjectSerializationException() - Constructor for exception com.pega.pegarules.pub.clipboard.JavaObjectSerializationException
 
JavaObjectSerializationException(String) - Constructor for exception com.pega.pegarules.pub.clipboard.JavaObjectSerializationException
 
JavaObjectSerializationException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.clipboard.JavaObjectSerializationException
 
JavaObjectSerializationException(String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.JavaObjectSerializationException
 
JavaPropertyTransform - Interface in com.pega.pegarules.pub.clipboard
This is the interface to use for building Java Property Transforms.
JavaUtils - Class in com.pega.pegarules.pub.util
Helpful functions for Java.
JavaUtils() - Constructor for class com.pega.pegarules.pub.util.JavaUtils
 
Job<P extends java.io.Serializable,R extends java.io.Serializable> - Interface in com.pega.pegarules.pub.session
Represents a job.
JSPRuntimeException - Exception in com.pega.pegarules.pub.generator
The JSPRuntimeException class is thrown for any unrecoverable error during First-Use Assembly of JSP rules.
JSPRuntimeException(String) - Constructor for exception com.pega.pegarules.pub.generator.JSPRuntimeException
This standard constructor requires a diagnostic to identify the nature of the problem encountered.
JSPRuntimeException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.generator.JSPRuntimeException
This constructor requires a diagnostic to identify the nature of the problem encountered and a Throwable that further describes the cause of the exception.
JTAException - Exception in com.pega.pegarules.pub.database
JTAException simply encapsulates the myriad exceptions that come from the Java Transaction API.
JTAException(Throwable, String) - Constructor for exception com.pega.pegarules.pub.database.JTAException
Creates an Exception object to wrap JTA exception

K

keySet() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the set of all the property names on this page.
keySet() - Method in class com.pega.pegarules.pub.generator.ExpressionMap
Returns a set view of the keys (names) contained in this instance.
keySet() - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Returns a set view of the keys (names) contained in this instance.
keySet() - Method in class com.pega.pegarules.pub.util.HashStringMap
Returns a set view of the keys (names) contained in this instance.

L

lastModified() - Method in class com.pega.pegarules.pub.util.PRFile
 
length() - Method in class com.pega.pegarules.pub.util.PRFile
 
LibraryFunctionNotFoundException - Exception in com.pega.pegarules.pub.runtime
Exception Class describing LibraryFunction Specific exceptions.
LibraryFunctionNotFoundException() - Constructor for exception com.pega.pegarules.pub.runtime.LibraryFunctionNotFoundException
Constructor for LibraryFunctionNotFoundException.
LibraryFunctionNotFoundException(String) - Constructor for exception com.pega.pegarules.pub.runtime.LibraryFunctionNotFoundException
Constructor for LibraryFunctionNotFoundException.
lightWeightIterator(String, StringMap) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Get simple iterator object that will return the next item matching the specified criteria.This API needs to be used to retrieve the items enqueued using PRQueueManager.enqueueLightWeightDeferred(ClipboardPage aItemPage)
lightWeightIterator(String, String, StringMap) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Get simple iterator object that will return the next item matching the specified criteria.This API needs to be used to retrieve the items enqueued using PRQueueManager.enqueueLightWeightDeferred(ClipboardPage aItemPage)
LightweightPropertyException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown by clipboard classes when a method fails due to a method requiring or disallowing Lightweight Properties.
LightweightPropertyException() - Constructor for exception com.pega.pegarules.pub.clipboard.LightweightPropertyException
 
LightweightPropertyException(String) - Constructor for exception com.pega.pegarules.pub.clipboard.LightweightPropertyException
 
list(ClipboardPage, boolean) - Method in interface com.pega.pegarules.pub.database.Database
Lists instances from an object table.
list(PassivationKey, String, String, Date) - Method in interface com.pega.pegarules.pub.session.CustomPassivationMechanism
List PassivationDigests that match the given search criteria.
list() - Method in class com.pega.pegarules.pub.util.PRFile
 
list(PRFilenameFilter) - Method in class com.pega.pegarules.pub.util.PRFile
 
LIST_ACTIVITY - Static variable in interface com.pega.pegarules.pub.context.PRThread
Identifies the "activity" activity list (middle priority to run)
LIST_APPEND - Static variable in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
When passed as the index parameter to ClipboardProperty.getPropertyValue(int), ClipboardProperty.getPageValue(), or ClipboardProperty.getStringValue(), a new property will be created and appended to the end of this list.
LIST_CURRENT - Static variable in interface com.pega.pegarules.pub.context.PRThread
Identifies the "current" activity list (highest priority to run)
LIST_EXPAND_AGGREGATE_ELEMENTS - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
When using RETURN_DIFFERENCE_LIST, this true/false option controls whether or not an insert or delete of an aggregate element also shows all of scalar values in that element as a separate insert/delete change.
LIST_WORKFLOW - Static variable in interface com.pega.pegarules.pub.context.PRThread
Identifies the "workflow" activity list (lowest priority to run)
listFiles() - Method in class com.pega.pegarules.pub.util.PRFile
 
listRDB(ClipboardPage, String, String, boolean) - Method in interface com.pega.pegarules.pub.database.Database
Lists instances using an RDB rule.
LiteweightPropertyDefinition - Class in com.pega.pegarules.pub.generator
This class represents a condensed version of a property definition.
LiteweightPropertyDefinition() - Constructor for class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
Deprecated. 
LiteweightPropertyDefinition(String, String, String, boolean, boolean, String, boolean) - Constructor for class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
LiteweightPropertyDefinition(String, String, String, boolean, boolean, String, boolean, String[], String[]) - Constructor for class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
load(PassivationKey) - Method in interface com.pega.pegarules.pub.session.CustomPassivationMechanism
Load a PassivationRecord matching the provided key.
loadAllReferencedDocuments() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
Load all documents associated with the URL or PRFile that was used to initialize the component builder.
loadJavaClass(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Load the specified java class from the Process Commander classpath.
LoadOnlyException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown by clipboard classes when a method fails because the page is defined as Load Only.
LoadOnlyException() - Constructor for exception com.pega.pegarules.pub.clipboard.LoadOnlyException
 
LoadOnlyException(String) - Constructor for exception com.pega.pegarules.pub.clipboard.LoadOnlyException
 
LoadOnlyException(String, String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.LoadOnlyException
 
LoadOnlyException(String, String, String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.LoadOnlyException
 
LOCAL_EJB_REFS - Static variable in interface com.pega.pegarules.pub.util.ServiceUtils
 
LOCALE_DEFAULT - Static variable in interface com.pega.pegarules.pub.context.PRThread
Identifies Locale for generic purposes
LOCALE_FOR_DATES - Static variable in interface com.pega.pegarules.pub.context.PRThread
Identifies Locale desired for Date formatting
LOCALE_FOR_MESSAGES - Static variable in interface com.pega.pegarules.pub.context.PRThread
Identifies Locale desired for Messages and Text
LOCALE_FOR_NUMBERS - Static variable in interface com.pega.pegarules.pub.context.PRThread
Identifies Locale desired for Number formatting
localizedStringToPega(char, String, String, int) - Static method in class com.pega.pegarules.pub.clipboard.PRStringFormat
Convert from a Java String containing a localized value to PegaRULES standard form
lock(StringMap, boolean) - Method in interface com.pega.pegarules.pub.database.LockManager
Locks an instance.
lock(StringMap, boolean, StringMap) - Method in interface com.pega.pegarules.pub.database.LockManager
Locks an instance.
lock(String, boolean) - Method in interface com.pega.pegarules.pub.database.LockManager
Locks a generic string.
lock(String, boolean, StringMap) - Method in interface com.pega.pegarules.pub.database.LockManager
Locks a generic string.
LOCK_ACQUIRED - Static variable in interface com.pega.pegarules.pub.database.LockManager
This requestor has obtained the given lock
LOCK_ALREADY_HELD - Static variable in interface com.pega.pegarules.pub.database.LockManager
This requestor already owns the given lock
LOCK_HELD_BY_ANOTHER - Static variable in interface com.pega.pegarules.pub.database.LockManager
This requestor does not own the given lock; it is held by another
LockFailureException - Exception in com.pega.pegarules.pub.database
An exception that is thrown when a lock-related problem occurs.
LockGoneException - Exception in com.pega.pegarules.pub.database
This exception indicates that an expected lock is gone.
LockGoneException(String, Throwable, int, String, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.LockGoneException
Creates an exception indicating a required lock is missing.
LockManager - Interface in com.pega.pegarules.pub.database
Manages locking and unlocking.
lockOnNode(String) - Method in interface com.pega.pegarules.pub.database.LockManager
Obtain a node-level lock, using the given key
lockOnNode(String, StringMap) - Method in interface com.pega.pegarules.pub.database.LockManager
Obtain a node-level lock, using the given key
LockStolenException - Exception in com.pega.pegarules.pub.database
An exception indicating that a required lock has been stolen by another Requestor.
LockStolenException(String, String, Throwable, int, String, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.LockStolenException
Creates an exception indicating that another Requestor has stolen a lock.
logMissingMessages() - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Check if missing messages will be logged to Log-Message during ProcessingStatus.getWorstMessage() and ProcessingStatus.getLatestMessage() calls.
lookupEJBBindings(Context, boolean) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Get a list of EJB binding names from a JNDI server.
lookupEJBBindings(Context, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Get a list of EJB binding names from a JNDI server.
LookupParameterHasMultipleValues(String) - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
Can lookup parameter have multiple values
LOWERCASE - Static variable in class com.pega.pegarules.pub.util.StringUtils
Constant for "concat" methods, convert string to lower case

M

main(String[]) - Static method in class com.pega.pegarules.pub.PassGen
Generate passwords compatible with PRBootstrapDataSource's cypher
main(String[]) - Static method in class com.pega.pegarules.pub.services.jsr94.RuleSetFileGeneratorImpl
 
main(String[]) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
 
makeCloseTag(String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Makes a closing XML tag String based on the input.
makeTag(String, Map<String, String>, boolean) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Makes an XML tag String based on the input.
MANDATORY - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.TransactionAttribute
 
MapCOBOLDataStructure - Interface in com.pega.pegarules.pub.util
Utilities for applying Rule-Map-COBOL rules.
mapFromClipboardToStream(ClipboardPage, MapCOBOLDataStructure) - Method in interface com.pega.pegarules.pub.util.COBOLUtils
Applies Map-COBOL rule to the contents of the clipboard and maps values to the output stream, filling in gaps with pad characters.
mapFromClipboardToStream(ClipboardPage, String) - Method in interface com.pega.pegarules.pub.util.StructuredUtils
Applies Map-Structured rule to the contents of the clipboard and maps values to the output stream, filling in gaps with pad characters.
mapFromClipboardToString(ClipboardPage, MapCOBOLDataStructure) - Method in interface com.pega.pegarules.pub.util.COBOLUtils
Applies Map-COBOL rule to the contents of the clipboard and maps values to the output string, filling in gaps with pad characters.
mapFromClipboardToString(ClipboardPage, String) - Method in interface com.pega.pegarules.pub.util.StructuredUtils
Applies Map-Structured rule to the contents of the clipboard and maps values to the output string, filling in gaps with pad characters.
mapInboundAxisHeaders(ClipboardProperty, Map, ParameterPage, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Map inbound java object values to Clipboard data.
mapInboundAxisValues(ClipboardProperty, ClipboardProperty, List, ParameterPage, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Map inbound java object values to Clipboard data.
mapInboundData(ClipboardProperty, Map, ParameterPage, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Map inbound string values to Clipboard data.
mapInboundData(ClipboardProperty, List, ParameterPage, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Map inbound java object values to Clipboard data.
mapOutboundAxisHeaders(ClipboardProperty, Map, ParameterPage, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Map Clipboard data to outbound java object values.
mapOutboundAxisValues(ClipboardProperty, ClipboardProperty, List, ParameterPage, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Map Clipboard data to outbound java object values.
mapOutboundData(ClipboardProperty, Map, ParameterPage, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Map Clipboard data to outbound string values.
mapOutboundData(ClipboardProperty, List, ParameterPage, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Map Clipboard data to outbound java object values.
mapToClipboard(ClipboardPage, InputStream, MapCOBOLDataStructure) - Method in interface com.pega.pegarules.pub.util.COBOLUtils
Applies Map-COBOL rule to the contents of the stream and maps values to the clipboard.
mapToClipboard(ClipboardPage, String, MapCOBOLDataStructure) - Method in interface com.pega.pegarules.pub.util.COBOLUtils
Applies Map-COBOL rule to the contents of the string and maps values to the clipboard.
mapToClipboard(ClipboardPage, InputStream, String) - Method in interface com.pega.pegarules.pub.util.StructuredUtils
Applies Map-Structured rule to the contents of the stream and maps values to the clipboard.
mapToClipboard(ClipboardPage, String, String) - Method in interface com.pega.pegarules.pub.util.StructuredUtils
Applies Map-Structured rule to the contents of the string and maps values to the clipboard.
mapVariantsToJava(String) - Static method in class com.pega.pegarules.pub.util.PRFileUtil
Map one of the UTF-8 or ISO-8859-1 variants to the java encoding name - ISO8859_1 or UTF8
mark(int) - Method in class com.pega.pegarules.pub.util.PRInputStream
Identical to BufferedInputStream.mark(int)
markAllEFormFieldsReadOnly(byte[]) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Mark all form fields read only.
markSupported() - Method in class com.pega.pegarules.pub.util.PRInputStream
Identical to BufferedInputStream.markSupported()
MATCH_EXACT - Static variable in interface com.pega.pegarules.pub.generator.PageDescriptor
Useful constant to indicate that a given page name EXACTLY matched an entry in pages and classes.
MATCH_NOT_FOUND - Static variable in interface com.pega.pegarules.pub.generator.PageDescriptor
Useful constant to indicate that no match was found in pages and classes for the page name.
MATCH_PREFIX - Static variable in interface com.pega.pegarules.pub.generator.PageDescriptor
Useful constant to indicate that an entry in pages and classes STARTS with the given page name.
matches(PassivationKey) - Method in class com.pega.pegarules.pub.session.PassivationKey
Returns true if this key matches the provided partial key.
MAX_OCCURS_INT_VALUE_UNBOUNDED - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
MAX_OCCURS_VALUE_UNBOUNDED - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
mCircumstanceDateProperty - Variable in class com.pega.pegarules.pub.database.RuleResolutionInformation
The Rule's Circumstance Date property.
mCircumstanceProperty - Variable in class com.pega.pegarules.pub.database.RuleResolutionInformation
The Rule's Circumstance Property.
mDesignatedClass - Variable in class com.pega.pegarules.pub.generator.DeclarativeReference
 
mDesignatedClassPath - Variable in class com.pega.pegarules.pub.generator.DeclarativeReference
 
mDesignatedProperty - Variable in class com.pega.pegarules.pub.generator.DeclarativeReference
 
MDTYPE_JSON - Static variable in interface com.pega.pegarules.pub.util.ServiceUtils
 
MDTYPE_WSDL - Static variable in interface com.pega.pegarules.pub.util.ServiceUtils
 
MDTYPE_XML - Static variable in interface com.pega.pegarules.pub.util.ServiceUtils
 
MDTYPE_XSD - Static variable in interface com.pega.pegarules.pub.util.ServiceUtils
 
MERGE_FLAG_AGGREGATE_ELEMENTS - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
When using RETURN_MERGED_PAGE, these true/false options control how changes to lists and groups are reported.
MERGE_FLAG_AGGREGATES - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
When using RETURN_MERGED_PAGE, these true/false options control how changes to lists and groups are reported.
MetadataAvail - Interface in com.pega.pegarules.pub.runtime
The MetadataAvail interface is implemented by the Java which is generated by First-Use Assembly for Rule-Obj-Validate instances.
MetadataConverterPlugin - Interface in com.pega.pegarules.pub.services
This interface must be implemented by any class referenced by a Data-Admin-MetadataConverter instance.
methodAbsent(String) - Method in interface com.pega.pegarules.pub.generator.JavaGenerator
Generates the code to handle the absence of the associated defining ClipboardPage instance.
methodAccess(ExpressionMap) - Method in interface com.pega.pegarules.pub.generator.JavaGenerator
Establishes the structure for accessing the implementation of this instance within the implementation of another Rule- reference.
methodBody(int) - Method in interface com.pega.pegarules.pub.generator.JavaGenerator
Provides the Java that implements one defining rule instance.
methodCall(String, ExpressionMap) - Method in interface com.pega.pegarules.pub.generator.JavaGenerator
Generates the Java to invoke an implementation of the associated Rule- class.
methodCallVersion(String) - Method in interface com.pega.pegarules.pub.generator.JavaGenerator
Generates the Java to call a method that implements a single version of this rule.
methodClose() - Method in interface com.pega.pegarules.pub.generator.JavaGenerator
/** Generates "closing" code common for all versions of the rule being assembled.
methodFinish() - Method in interface com.pega.pegarules.pub.generator.JavaGenerator
Generates the Java to complete the implementation.
methodHeader() - Method in interface com.pega.pegarules.pub.generator.JavaGenerator
Adds the access-method prototype to the primary code buffer, including the opening brace for its definition.
methodInit() - Method in interface com.pega.pegarules.pub.generator.JavaGenerator
Generates initialization code common for all versions of the rule being assembled.
methodVersionFinish(int) - Method in interface com.pega.pegarules.pub.generator.JavaGenerator
Generates the Java to complete a method that implements a single version of the rule being assembled.
methodVersionHeader(int) - Method in interface com.pega.pegarules.pub.generator.JavaGenerator
Generates method declaration for a method that implements a single version of the rule being assembled, including the opening brace.
mExpirationDate - Variable in class com.pega.pegarules.pub.database.RuleResolutionInformation
The time that the results expire, or null if they do not expire.
mFullDesignatedClassPath - Variable in class com.pega.pegarules.pub.generator.DeclarativeReference
 
mIsRule - Variable in class com.pega.pegarules.pub.database.RuleResolutionInformation
Is this a rule?
MissingPropertyException - Exception in com.pega.pegarules.pub.infengine
An exception indicating that a certain property required to compute the goal property (for goal-seek / backward chaining) wasn't present on the clipboard, or had no value.
MissingPropertyException(ClipboardPage, String) - Constructor for exception com.pega.pegarules.pub.infengine.MissingPropertyException
Constructor for MissingPropertyException.
MissingPropertyException(String, ClipboardPage, String) - Constructor for exception com.pega.pegarules.pub.infengine.MissingPropertyException
 
mkdir() - Method in class com.pega.pegarules.pub.util.PRFile
 
mkdirs() - Method in class com.pega.pegarules.pub.util.PRFile
 
mLookUpRuleMessages - Static variable in exception com.pega.pegarules.pub.PRException
 
MODE_ADVANCED - Static variable in interface com.pega.pegarules.pub.context.PRQueueManager
For Agent Processing: Indicates a 5.4 agent queue that will explicitly use the Queue Manager to perform custom operations with the system queue.
MODE_COMPATIBLE - Static variable in interface com.pega.pegarules.pub.context.PRQueueManager
For Agent Processing: Indicates a pre-5.4 backwards compatible agent queue.
MODE_INPUT_ENABLED - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilder
When this is used with the bitmap parameter of PublicAPI.getStream(StringMap, ClipboardPage, long), it indicates that the stream should be displayed with input enabled.
MODE_JAVAOBJECT - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This property contains a Java Object.
MODE_JAVAOBJECT_GROUP - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This property is a text-subscripted (unordered) group of Java objects accessed by a logical identifier in the subscript.
MODE_JAVAOBJECT_LIST - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This property is a numeric-subscripted (ordered) list of embedded Java objects.
MODE_JAVAPROPERTY - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This property contains a Java Property.
MODE_JAVAPROPERTY_LIST - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This property contains a Java Property List.
MODE_NO_INPUT - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilder
When this is used with the bitmap parameter of PublicAPI.getStream(StringMap, ClipboardPage, long), it indicates that the stream should be displayed with input not enabled.
MODE_PAGE - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This property is a single page that contains properties.
MODE_PAGE_GROUP - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This property is a text-subscripted (unordered) group of pages accessed by a logical identifier in the subscript.
MODE_PAGE_LIST - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This property is a numeric-subscripted (ordered) list of embedded pages.
MODE_PREVIEW - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilder
When this is used with the bitmap parameter of PublicAPI.getStream(StringMap, ClipboardPage, long), it indicates that the stream should be displayed in preview mode.
MODE_QUEUEPROCESSING - Static variable in interface com.pega.pegarules.pub.context.PRQueueManager
For Agent Processing: Indicates the default mode for new 5.4 agents.
MODE_STREAMING_DISABLED - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilder
When this is used with the bitmap parameter of PublicAPI.getStream(StringMap, ClipboardPage, long), it indicates that the (included) stream output MUST NEVER be direct streamed.
MODE_STREAMING_PERMITTED - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilder
When this is used with the bitmap parameter of PublicAPI.getStream(StringMap, ClipboardPage, long), it indicates that the (included) stream output may be direct streamed.
MODE_STRING - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This property identifies a scalar data node, whose value is a string.
MODE_STRING_GROUP - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This property is a text-subscripted (unordered) group of scalar values accessed by a logical identifier in the subscript.
MODE_STRING_LIST - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This property is a numeric-subscripted (ordered) list of scalar values.
MODE_UNKNOWN - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This property is not defined.
MODE_UNKNOWN_GROUP - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This property is a text-subscripted (unordered) list of unknown properties-- once a String or Page property is added to this group, the group will change to the appropriate mode.
MODE_UNKNOWN_LIST - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This property is a numeric-subscripted (ordered) list of unknown properties-- once a String or Page property is added to this list, the list will change to the appropriate mode.
MODE_UNRESOLVED - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This is used during validation to indicate a property that has no errors per se, but there was not enough information available to assign it any other more specific MODE_
MODEL_GROUP_TYPE_ALL - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
MODEL_GROUP_TYPE_CHOICE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
MODEL_GROUP_TYPE_GROUP - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
MODEL_GROUP_TYPE_SEQUENCE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
MONDAY - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
Value of the DAY_OF_WEEK field indicating Monday.
moreProcessingParameters(HashMap) - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
Returns true iff plugin requires caller to enter additional processing parameters.
move(String, ClipboardProperty) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Moves a property into this page.
move(ClipboardProperty) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Moves a property into this page.
movePage(String, ClipboardPage) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Move a page value into a property on this page.
moveValue(Object) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Set value of property and remove the source property from its parent.
mtThreadContainerLog - Static variable in class com.pega.pegarules.pub.context.ThreadContainer
 
MultipleCircumstancePropertiesException - Exception in com.pega.pegarules.pub.database
This exception is thrown when PegaRULES encounters more than one version of a Rule with the same name, but different Circumstance (pyCircumstanceProp) or Date Circumstance (pyCircumstanceDateProp) Properties.
MultipleCircumstancePropertiesException(String, String) - Constructor for exception com.pega.pegarules.pub.database.MultipleCircumstancePropertiesException
Constructs an instance of the exception.
MultipleInstancesWithKeyException - Exception in com.pega.pegarules.pub.database
Describes the problem where the Database Interface encounters more than one record when submitting a query to perform an "open."
MultipleInstancesWithKeyException(Throwable, String, String[], int, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.MultipleInstancesWithKeyException
Creates an exception with a given severity, and with other information.
MultipleRuleVersionException - Exception in com.pega.pegarules.pub.database
This exception is thrown when PegaRULES encounters more than one version of a Rule with identical Rule Resolution characteristics.
MultipleRuleVersionException(Collection) - Constructor for exception com.pega.pegarules.pub.database.MultipleRuleVersionException
Creates an exception
MultipleRuleVersionException(Collection, String, String, String) - Constructor for exception com.pega.pegarules.pub.database.MultipleRuleVersionException
 
mUnmodifiedPath - Variable in class com.pega.pegarules.pub.generator.DeclarativeReference
 
mUsesContext - Variable in class com.pega.pegarules.pub.generator.DeclarativeReference
 

N

NAMESPACE_VALUE_ANY - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
NAMESPACE_VALUE_LOCAL - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
NAMESPACE_VALUE_OTHER - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
NAMESPACE_VALUE_TARGET_NAMESPACE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
needsIV() - Method in interface com.pega.pegarules.pub.crypto.IPRCipher
Set by constructor if the supplied parameters are insufficient in that an initialization vector is required.
needsValidation() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns true only if this page has not been validated.
NestedCommitException - Exception in com.pega.pegarules.pub.database
Indicates that an attempt was made to commit while a commit was already being processed.
NestedCommitException() - Constructor for exception com.pega.pegarules.pub.database.NestedCommitException
Constructor for NestedCommitException
NEVER - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.TransactionAttribute
 
NEVER_EXPIRE - Static variable in class com.pega.pegarules.pub.session.PassivationMetadata
 
newStringExpression() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Provides a new StringExpression instance, initially representing an empty String.
newStringExpression(StringExpression) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Provides a new StringExpression instance, initially representing a copy of the argument instance.
newStringExpression(String, boolean) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Provides a new StringExpression instance, initially representing a value specified by either a String literal or a String-valued Java expression.
newThreadLocal() - Static method in class com.pega.pegarules.bootstrap.util.VicariousThreadLocal
Creates a new VicariousThreadLocal.
newThreadLocal(T) - Static method in class com.pega.pegarules.bootstrap.util.VicariousThreadLocal
Creates a new VicariousThreadLocal with specified initial value.
newThreadLocal(Callable<T>) - Static method in class com.pega.pegarules.bootstrap.util.VicariousThreadLocal
Creates a new VicariousThreadLocal with initial value from Callable.
next(boolean) - Method in interface com.pega.pegarules.pub.context.PRQueueIterator
Get next queue item based on criteria and class specified when this QueueIterator was constructed via PRQueueManager.iterator(String)
next() - Method in interface com.pega.pegarules.pub.context.PRQueueIterator
Get next queue item based on criteria and class specified when this QueueIterator was constructed.
next() - Method in class com.pega.pegarules.pub.util.XorShift
 
next(int) - Method in class com.pega.pegarules.pub.util.XorShift
 
nextBoolean() - Method in interface com.pega.pegarules.pub.util.Random
returns the next random boolean in the sequence
nextBytes(byte[]) - Method in interface com.pega.pegarules.pub.util.Random
fills the sypplied array of bytes with random bytes
nextDouble() - Method in interface com.pega.pegarules.pub.util.Random
returns the next random double in the sequence
nextFloat() - Method in interface com.pega.pegarules.pub.util.Random
returns the next random float in the sequence
nextGaussian() - Method in interface com.pega.pegarules.pub.util.Random
returns the next Gaussian random (normal distribution) double in the sequence
nextInt() - Method in interface com.pega.pegarules.pub.util.Random
returns the next random integer in the sequence
nextInt(int) - Method in interface com.pega.pegarules.pub.util.Random
returns the next random integer (between 0 and n inclusive) in the sequence
nextLong() - Method in interface com.pega.pegarules.pub.util.Random
returns the next random long in the sequence
NO_DB_COL_PROP_EXIST - Static variable in interface com.pega.pegarules.pub.database.ClassDefinition
 
NodeNameGenerator - Class in com.pega.pegarules.pub.runtime
NodeNameGenerator This is used to provide a default node name generator, called during startup and used to generate suitable node names for this application.
NodeNameGenerator() - Constructor for class com.pega.pegarules.pub.runtime.NodeNameGenerator
 
NODETYPE_INTRANET - Static variable in interface com.pega.pegarules.pub.context.PRNode
default, pre 5.4 node type.
NODETYPE_WEB - Static variable in interface com.pega.pegarules.pub.context.PRNode
new PRPC-on-the-web node type.
NODETYPE_WEBTESTING - Static variable in interface com.pega.pegarules.pub.context.PRNode
Test/data collection mode for real "web" mode.
NOFLAG_PROPERTY_ARRAY_SORTED - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
Key to entry in control map specifying a sorted String[] of property names that should not be flagged as different when RETURN_MERGED_PAGE is used.
NOFLAG_PROPERTY_ARRAY_UNSORTED - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
Key to entry in control map specifying a unsorted String[] of property names that should not be flagged as different when RETURN_MERGED_PAGE is used.
NOFLAG_PROPERTY_USE_DEFAULT - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
Key to entry in control map specifying use of a default list of property names that should not be flagged as different when RETURN_MERGED_PAGE is used.
noInlining() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
 
NonexistentTableException - Exception in com.pega.pegarules.pub.database
This exception is thrown when PegaRULES configuration points to a database table that does not exist.
NonexistentTableException(Throwable, String, String[], int, String, String[]) - Constructor for exception com.pega.pegarules.pub.database.NonexistentTableException
Creates a nonexistent table exception.
normalizeClassName(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Normalize a string into a valid class name.
normalizeDBSettingKey(String) - Method in interface com.pega.pegarules.pub.util.PRSystemSettings
Normalizes a key of the form 'prefix/<setting>/classification' by lower-casing the prefix and suffix and, for 'prconfig' settings, normalizing the setting value according to the rules for prconfig settings.
normalizePropertyName(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Normalize a string into a valid property name.
NoRuleVersionWithoutCircumstanceException - Exception in com.pega.pegarules.pub.database
This exception is thrown during Rule Resolution if there is no default Rule version found.
NoRuleVersionWithoutCircumstanceException(String, String) - Constructor for exception com.pega.pegarules.pub.database.NoRuleVersionWithoutCircumstanceException
Creates an exception.
NoSuchParentForReferenceException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown by clipboard classes when a method fails because a syntactically correct reference to a parent property did not resolve to anything.
NoSuchParentForReferenceException() - Constructor for exception com.pega.pegarules.pub.clipboard.NoSuchParentForReferenceException
Constructor for NoSuchReferenceException
NoSuchParentForReferenceException(String) - Constructor for exception com.pega.pegarules.pub.clipboard.NoSuchParentForReferenceException
Constructor for NoSuchReferenceException
NoSuchReferenceException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown by clipboard classes when a method fails because a syntactically correct property reference did not resolve to anything.
NoSuchReferenceException() - Constructor for exception com.pega.pegarules.pub.clipboard.NoSuchReferenceException
Constructor for NoSuchReferenceException
NoSuchReferenceException(String) - Constructor for exception com.pega.pegarules.pub.clipboard.NoSuchReferenceException
Constructor for NoSuchReferenceException
NOT_SUPPORTED - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.TransactionAttribute
 
noteClassDependence(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Includes the specified class among those that might affect the generated Java.
noteConfigChangesInClassMap(Collection, Collection) - Method in interface com.pega.pegarules.pub.database.Database
Used by the system pulse (Code-.SystemPulse) to notify the classMap of config changes
noteInstanceUsed(StringMap, PageDescriptor) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Adds the specified instance to the list of rule dependencies, and optionally to the list of used rules.
noteInstanceUsed(StringMap) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Adds the specified instance to the list of rule dependencies, and optionally to the list of used rules.
notePropertyUsed(String, String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Deprecated.
Instead use: notePropertyUsed(String aClassName, String aPropertyName, PageDescriptor aPageDesc).
notePropertyUsed(String, String, PageDescriptor) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Includes the specified Rule-Obj-Property instance among those that might affect the generated Java.
NotSupportedException - Exception in com.pega.pegarules.pub.database
An exception in database processing.
NotSupportedException(String) - Constructor for exception com.pega.pegarules.pub.database.NotSupportedException
Creates a database exception with a given message.
NotSupportedException(int, String, String) - Constructor for exception com.pega.pegarules.pub.database.NotSupportedException
Creates a "not supported" exception with a given severity and message.
NULL_UUID_VALUE - Static variable in interface com.pega.pegarules.pub.context.PRCluster
 
numberToBigDecimal(Number) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
Helper function to convert java.lang.Number to ICU BigDecimal, preserving as much accuracy as possible.

O

oBlocked - Static variable in class com.pega.pegarules.pub.database.CircumstanceResult.Status
Deprecated.
This means that a single version was found for this circumstance value, but it is blocked.
oFallbackDate - Static variable in class com.pega.pegarules.pub.clipboard.PRStringFormat
 
oGood - Static variable in class com.pega.pegarules.pub.database.CircumstanceResult.Status
Deprecated.
This means that a singe version was found for this circumstance value.
oMultipleVersions - Static variable in class com.pega.pegarules.pub.database.CircumstanceResult.Status
Deprecated.
This means that multiple versions were found for this circumstance value.
open(StringMap, boolean) - Method in interface com.pega.pegarules.pub.database.Database
Opens the instance with the given keys.
open(StringMap, boolean, boolean, boolean, StringMap) - Method in interface com.pega.pegarules.pub.database.Database
Opens the instance with the given keys.
open(String, boolean) - Method in interface com.pega.pegarules.pub.database.Database
Opens an instance from an object table by its handle.
open(String, boolean, boolean, boolean, StringMap) - Method in interface com.pega.pegarules.pub.database.Database
Opens an instance from an object table by its handle.
open(StringMap) - Method in interface com.pega.pegarules.pub.database.RulesetContext
Opens an instance given its key properties.
openDefault(StringMap, boolean) - Method in interface com.pega.pegarules.pub.database.Database
Opens the default version of the Rule with the given keys.
openDefault(StringMap) - Method in interface com.pega.pegarules.pub.database.RulesetContext
Opens the default version of the Rule with the given keys.
openForAllCircumstanceVals(StringMap, RuleResolutionInformation) - Method in interface com.pega.pegarules.pub.database.Database
Deprecated. 
openForAllCircumstanceVals(StringMap, RuleResolutionInformation) - Method in interface com.pega.pegarules.pub.database.RulesetContext
Deprecated. 
openHTMLDoc() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
This must be called before getting a stream that is a top-level document.
openIfStale(ClipboardPage, boolean, boolean, boolean, StringMap) - Method in interface com.pega.pegarules.pub.database.Database
Checks to see if an instance has been modfied; if it has, this function returns a ClipboardPage with the new definition, if not return a handle to the input page.
openRDB(String, String, String, boolean) - Method in interface com.pega.pegarules.pub.database.Database
Reads an instance using an RDB rule.
openRule(StringMap, boolean) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Opens the specified database instance, using either the RulesetContext (at design time) or Database (at runtime) so that referenced rule tracking is properly performed.
openRuleUtilityFunction(StringMap) - Method in interface com.pega.pegarules.pub.database.RulesetContext
Opens the undecorated and decorated(if any) Rule-Utility-Function instances and add it to Rule Referencing.
OPTION_DEFERRED - Static variable in interface com.pega.pegarules.pub.context.PRQueueManager
Is this being called from deferredDelete() to drop a queue item without retrieving it
OPTION_DELETE - Static variable in interface com.pega.pegarules.pub.context.PRQueueManager
Is this being called from delete() to drop a queue item without retrieving it
OPTION_ITEM_STATUS - Static variable in interface com.pega.pegarules.pub.context.PRQueueManager
 
OPTION_LOCK - Static variable in interface com.pega.pegarules.pub.context.PRQueueManager
Should queue manager attempt to lock a selected item?
OPTION_REMOVE - Static variable in interface com.pega.pegarules.pub.context.PRQueueManager
Should queue manager attempt to remove item from queue upon selection?
OPTION_UPDATE_STATS - Static variable in interface com.pega.pegarules.pub.context.PRQueueManager
Should queue manager update various metadata properties on the item?
ORIENTATION_LEFT_TO_RIGHT - Static variable in interface com.pega.pegarules.pub.context.PRRequestor
Orientation of this user's text should be left-to-right
ORIENTATION_RIGHT_TO_LEFT - Static variable in interface com.pega.pegarules.pub.context.PRRequestor
Orientation of this user's text should be right-to-left
ORIENTATION_UNKNOWN - Static variable in interface com.pega.pegarules.pub.context.PRRequestor
Orientation of this user's text is unknown
OutboundMappingException - Exception in com.pega.pegarules.pub.services
Subtype of ConnectorException, used for connector rule failures that result from a failure to map data from the clipboard to the format required by an external (non-PegaRULES) application.
OutboundMappingException() - Constructor for exception com.pega.pegarules.pub.services.OutboundMappingException
Default constructor with no message.
OutboundMappingException(String) - Constructor for exception com.pega.pegarules.pub.services.OutboundMappingException
Constructor with a message.
OutboundMappingException(Throwable) - Constructor for exception com.pega.pegarules.pub.services.OutboundMappingException
Constructor with a root cause.
OutboundMappingException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.services.OutboundMappingException
Constructor with a message and a cause.
OutboundMappingException(String, String) - Constructor for exception com.pega.pegarules.pub.services.OutboundMappingException
Constructor with a message and the name of an error handler flow.
OutboundMappingException(String, String, Throwable) - Constructor for exception com.pega.pegarules.pub.services.OutboundMappingException
Constructor with a message, an error handler, and a cause.
overrideSecuritySnapshotPage(PRThread) - Method in interface com.pega.pegarules.pub.context.PRThread
 

P

packString(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Convert escape sequences to individual characters.
padLeft(String, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
Pad a string on the left with spaces until it has length specified.
padLeft(String, int, char) - Static method in class com.pega.pegarules.pub.util.StringUtils
Pad a string on left with specified pad character so it has specified length.
padRight(String, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
Pad a string on the right with spaces until it has length specified.
padRight(String, int, char) - Static method in class com.pega.pegarules.pub.util.StringUtils
Pad a string on right with specified pad character so it has specified length.
PageDescriptor - Interface in com.pega.pegarules.pub.generator
The PageDescriptor interface identifies the information that is known about a ClipboardPage during First-Use Assembly processing.
PageDescriptor.PrimaryAssemblyPageReliability - Enum in com.pega.pegarules.pub.generator
 
PageDirectory - Interface in com.pega.pegarules.pub.context
The PageDirectory interface provides methods to associate ClipboardPage instances with a name and to sever that association.
pageExists(String) - Method in interface com.pega.pegarules.pub.context.PageDirectory
Checks if a page with the given name exists.
pageExists(String, ParameterPage) - Method in interface com.pega.pegarules.pub.context.PageDirectory
Checks if a page with the given name exists.
pageNameClean(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
 
pageNameClean(char[]) - Static method in class com.pega.pegarules.pub.util.StringUtils
Changes invalid pageName characters to the under-bar char.
PAL - Interface in com.pega.pegarules.pub.pal
A set of performance statistics for a particular Thread.
PARAM_CLEARCACHE - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
isClearCache: enable clearing the conversion cache
PARAM_EMBEDFONT - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
pyPDFEmbedFont: true/false.
PARAM_ENABLEHYPERLINKS - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
pyPDFEnableHyperlinks: true/false.
PARAM_ENABLESMARTTABLEBREAKS - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
pyEnableSmartTableBreaks: enable smart table breaks
PARAM_FONTSDIR - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
pyPDFFontsDirectory: The fonts directory
PARAM_FOOTER - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
footer: page number template for footer
PARAM_FOOTERHTML - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
pyPDFFooterHTMLTemplate: optional HTML template for footer in PDF
PARAM_GENTOOLTIPS - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
pyGenerateToolTips: generate tooltips
PARAM_HALT_ERR - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
HaltOnHTMLError: throw exception if we detect an error during html processing
PARAM_HALT_WARN - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
HaltOnHTMLWarning: throw an exception if we detect a warning during html processing
PARAM_HEADER - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
header: page number template for header
PARAM_HEADERHTML - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
pyPDFHeaderHTMLTemplate: optional HTML template for header in PDF
PARAM_HTMLDISABLEPROCESSING - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
pyHTMLDisableProcessing: true/false.
PARAM_KEEPPROPS - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
pyKeepPropsFile: optionally keep pd4ml properties after processing
PARAM_ORIENTATION - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
pyPDFPageOrientation : landscape/portrait default is landscape
PARAM_PAGESIZE - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
pyPDFPageSize :A4/LETTER/LEGAL default is A4
PARAM_PDFA - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
pyPDFGeneratePDFA: true/false.
PARAM_PROPSDIR - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
pyPDFPropsDirectory: optional directory for pd4ml properties file
PARAM_START_PAGE - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
startPage: starting number (offset) for page numbering
ParameterPage - Class in com.pega.pegarules.pub.runtime
The ParameterPage class allows a collection of String-valued, named parameters to be shared easily and automatically during processing.
ParameterPage() - Constructor for class com.pega.pegarules.pub.runtime.ParameterPage
 
parse(String, String, String, String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Parses the String using the specified pattern, locale and timezone as a DateTime.
parse(String, String, boolean, boolean, String) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
Parses the String using the specified pattern and locale as a number.
parse(String, String, boolean, String, boolean, String) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
Parses the String using the specified pattern and locale as a number.
parse(PRFile) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Parse a schema definition document into class, model, and property instances.
parse(String) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Parse a schema definition document into class, model, and property instances.
parse(Reader) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Parse a schema definition document into class, model, and property instances.
parse(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Parse a web services definition document
parse(Reader) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Parse a web services definition document
parseAsDate(String, String, String[], String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convenience method to parse a String as a date, trying a list of patterns in an attempt to guess the correct format.
parseAsDate(String, String, String[], String, boolean) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convenience method to parse a String as a date, trying a list of patterns in an attempt to guess the correct format.
parseAsDateTime(String, String, String[], String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convenience method to parse a String as a DateTime, trying a list of patterns in an attempt to guess the correct format.
parseAsTime(String, String, String[], String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convenience method to parse a String as a time, trying a list of patterns in an attempt to guess the correct format.
parseBytesRaw(long, int) - Method in interface com.pega.pegarules.pub.runtime.ParseState
Read raw data from the input stream as text.
parseBytesText(long, int) - Method in interface com.pega.pegarules.pub.runtime.ParseState
Read the next token from the input stream as text.
parseCharsText(long, int) - Method in interface com.pega.pegarules.pub.runtime.ParseState
Read the next token from the reader as text.
parseDateString(String) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
Attempts to interpret the string s as a representation of a date and time.
parseDateTimeStamp(String) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
Converts string form of datetimestamp to a Date object.
parseDateTimeString(String) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
Converts string containing various formats of date & datetime into a Date object.
parseDelimited(Reader, String, String, ClipboardPage, ParameterPage) - Method in interface com.pega.pegarules.pub.util.ParseUtils
Apply a delimited parse rule.
parseDelimited(Reader, String, String, ClipboardPage, ParameterPage, int) - Method in interface com.pega.pegarules.pub.util.ParseUtils
Apply a delimited parse rule.
parseDelimited(Reader, String, String, ClipboardPage, ParameterPage, String) - Method in interface com.pega.pegarules.pub.util.ParseUtils
Apply a delimited parse rule.
parseFixedBinary(int, boolean) - Method in interface com.pega.pegarules.pub.runtime.ParseState
Read the next token from the input stream as fixed binary data.
parseHTTPDateTime(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Parses the String as if it were an Date/Time format following RFC 2068, Section 3.3.1
parseIDTtoLong(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
 
parseIfDate(String, String, String[], String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
 
parseIfDate(String, String, String[], String, boolean) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convenience method to parse a String as a date, trying a list of patterns in an attempt to guess the correct format.
parseIfDateTime(String, String, String[], String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convenience method to parse a String as a DateTime, trying a list of patterns in an attempt to guess the correct format.
parseIfTime(String, String, String[], String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convenience method to parse a String as a time, trying a list of patterns in an attempt to guess the correct format.
parseInt(int, String, int, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
Similar to String.parseInt(String s, int radix) but allows specification of the segment of the string that should be parsed.
parseInternalDate(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convenience method to parse standard PegaRULES Date values
parseInternalDateTime(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convenience method to parse standard PegaRULES DateTime values
parseInternalDatetoLong(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
 
parseInternalTime(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convenience method to parse standard PegaRULES TimeOfDay values
parseLocalizedAsBigDecimal(String, String) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
Convenience method to parse a value as a BigDecimal, using localized formats
parseLocalizedAsDouble(String, String) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
Convenience method to parse a value as a double, using localized formats
parseLocalizedAsInteger(String, String) - Static method in class com.pega.pegarules.pub.util.PRNumberFormat
Convenience method to parse a value as an integer, using localized formats
parsePackedDecimal(int, int) - Method in interface com.pega.pegarules.pub.runtime.ParseState
Read the next token from the input stream as packed decimal data.
parseQueryString(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Parse a query string, creating a map of name=value pairs
26-Nov-02 olsok -- substituting algorithm from Tomcat 4.0.4 to more correctly deal with %hh escapes and character set encodings.
ParseState - Interface in com.pega.pegarules.pub.runtime
The ParseState interface defines access to parse rule runtime information.
parseStructured(Reader, String, ClipboardPage, ParameterPage) - Method in interface com.pega.pegarules.pub.util.ParseUtils
Apply a structured parse rule.
parseTimeOfDayString(String) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
Converts string form of timestamp to a Date object.
parseURLParameters(Map, String, String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Append request parameters from the specified String to the specified Map.
parseURLParameters(Map, byte[], String) - Static method in class com.pega.pegarules.pub.util.StringUtils
parse the full byte array as a URL-encoded string
parseURLParameters(Map, byte[], int, String) - Static method in class com.pega.pegarules.pub.util.StringUtils
26-Nov-02 OLSOK -- adapted parseParameters from Tomcat 4.0.4 and merged with PegaRULES heuristics (dealing with '&' entities in query strings) in order to get internationalization logic correct and plausible...
ParseUtils - Interface in com.pega.pegarules.pub.util
Utilities for using Rule-Parse-XML and Rule-Parse-Delimited.
parseXML(String, String, String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ParseUtils
Apply an XML parse rule.
parseXML(Reader, String, String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ParseUtils
Apply an XML parse rule.
parseXML(Element, String, String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ParseUtils
Apply an XML parse rule.
parseXML(String, String, ClipboardPage, String) - Method in interface com.pega.pegarules.pub.util.ParseUtils
Deprecated. 
parseXML(String, String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ParseUtils
Deprecated. 
parseXML(Reader, String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ParseUtils
Deprecated. 
parseXML(Element, String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ParseUtils
Deprecated. 
parseXMLUsingNewAssembly(String, String, String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ParseUtils
Apply an XML parse rule using the new assembly
parseXSDDate(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Parse an XML Schema date value to a java.util.Date
parseXSDDateTime(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Parse an XML Schema dateTime value to a java.util.Date
parseXSDTime(String) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Parse an XML Schema time value to a java.util.Date
PassGen - Class in com.pega.pegarules.pub
 
PassGen() - Constructor for class com.pega.pegarules.pub.PassGen
 
passivateRequestor() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Passivate the requestor used to process the service request.
PassivationDigest - Class in com.pega.pegarules.pub.session
This object contains minimal information used by PRPC to report on passivated objects.
PassivationDigest(PassivationKey, PassivationMetadata) - Constructor for class com.pega.pegarules.pub.session.PassivationDigest
Create a new digest.
PassivationDigest() - Constructor for class com.pega.pegarules.pub.session.PassivationDigest
Deserialization constructor.
PassivationKey - Class in com.pega.pegarules.pub.session
A four part key used both to uniquely identify PassivationRecords and to query for records with certain key values.
PassivationKey(PassivationKey.Type, String, String, String) - Constructor for class com.pega.pegarules.pub.session.PassivationKey
Create a new key.
PassivationKey() - Constructor for class com.pega.pegarules.pub.session.PassivationKey
Deserialization constructor.
PassivationKey.Type - Enum in com.pega.pegarules.pub.session
Keys come in one of four types: PassivationKey.Type.REQUESTOR: This key represents a requestor, or a query for requestor objects.
PassivationMetadata - Class in com.pega.pegarules.pub.session
A container for metadata about a PassivationRecord that is used during reporting.
PassivationMetadata(String, String, Date, int, String) - Constructor for class com.pega.pegarules.pub.session.PassivationMetadata
Create a new passivation metadata object.
PassivationMetadata() - Constructor for class com.pega.pegarules.pub.session.PassivationMetadata
 
PassivationRecord - Class in com.pega.pegarules.pub.session
A container for a passivated PRPC object.
PassivationRecord(PassivationKey, PassivationMetadata, Serializable) - Constructor for class com.pega.pegarules.pub.session.PassivationRecord
Create a new record with the given key, metadata, and payload which will consist of PRPC objects and should be directly serialized using ObjectOutputStream.
PassivationRecord() - Constructor for class com.pega.pegarules.pub.session.PassivationRecord
 
PDFUtils - Interface in com.pega.pegarules.pub.util
Utilities for PDF generation.
PegaArchiveException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown by PegaArchive classes when a method fails because it is unable to read from or write to the archive.
PegaArchiveException() - Constructor for exception com.pega.pegarules.pub.clipboard.PegaArchiveException
 
PegaArchiveException(String, String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.PegaArchiveException
 
PegaArchiveException(Throwable) - Constructor for exception com.pega.pegarules.pub.clipboard.PegaArchiveException
 
PEGARULES_INTERNAL_DATE - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
internal PegaRULES format for Date properties
PEGARULES_INTERNAL_DATETIME - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
internal PegaRULES format for DateTime properties
PEGARULES_INTERNAL_DATETIME_LEGACY - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
internal PegaRULES format for DateTime properties (v2 format)
PEGARULES_INTERNAL_TIME - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
internal PegaRULES format for TimeOfDay properties
pegaToBigDecimal(char, String, String) - Static method in class com.pega.pegarules.pub.clipboard.PRStringFormat
Convert from PegaRULES standard form to ICU BigDecimal
pegaToBoolean(char, String, boolean, String) - Static method in class com.pega.pegarules.pub.clipboard.PRStringFormat
Convert from PegaRULES standard form to Java boolean
pegaToDate(char, String, String) - Static method in class com.pega.pegarules.pub.clipboard.PRStringFormat
Convert from PegaRULES standard form to Java Date
pegaToDouble(char, String, String) - Static method in class com.pega.pegarules.pub.clipboard.PRStringFormat
Convert from PegaRULES standard form to Java double
pegaToInteger(char, String, String) - Static method in class com.pega.pegarules.pub.clipboard.PRStringFormat
Convert from PegaRULES standard form to Java int
PER_CAPACITY_POOL_LIMIT - Static variable in class com.pega.pegarules.pub.StringBufferFactoryConstants
 
PER_CAPACITY_POOL_SIZE - Static variable in class com.pega.pegarules.pub.StringBufferFactoryConstants
 
perform() - Method in interface com.pega.pegarules.pub.runtime.Activity
The perform method defines the processing associated with each implementation of Activity.
perform() - Method in interface com.pega.pegarules.pub.runtime.Stage
The perform method defines the processing associated with each implementation of Activity.
PERFORM_DOC_ENCRYPTION - Static variable in interface com.pega.pegarules.pub.util.EFormUtils
Optional parameter identifier for concatenateEForms() that is used to indicate that document encryption should be performed after eForm documents have been concatenated.
PERFORM_FORM_FIELD_FLATTENING - Static variable in interface com.pega.pegarules.pub.util.EFormUtils
Optional parameter identifier for concatenateEForms() that is used to indicate that form field flattening should be performed after eForm documents have been concatenated.
performAuthentication(String, String) - Method in interface com.pega.pegarules.pub.context.PRAuthentication
Perform the standard PegaRULES authentication on the supplied username and (cleartext) password pair.
performOnDemandQuiesce() - Method in interface com.pega.pegarules.pub.context.PRRequestor
If this node is in quiesce state, register this requestor with the QuiesceManager singleton to be passivated at the end of this HTTP request
performOptionalProcessing(byte[], Map) - Method in interface com.pega.pegarules.pub.util.EFormUtils
Perform form flattening and document encryption..
performPresets() - Method in interface com.pega.pegarules.pub.runtime.CollectionRule
Performs Property presets for the containing Collection.
performSystemIndex() - Method in interface com.pega.pegarules.pub.database.Database
Synchronizes the PegaRULES index with changes from all the nodes on this system.
performSystemPulse() - Method in interface com.pega.pegarules.pub.database.Database
Synchronize self with rest of nodes on this system
PerThreadCache - Class in com.pega.pegarules.pub.util
PerThreadCache Abstract class that implements a a cache of objects maintained in ThreadLocal storage.
PerThreadCache() - Constructor for class com.pega.pegarules.pub.util.PerThreadCache
 
POLICY_DEFINITION - Static variable in class com.pega.pegarules.pub.util.PRHtmlFilter
 
poll() - Method in class com.pega.pegarules.bootstrap.util.VicariousThreadLocal
Check if any strong references need should be removed due to thread exit.
POOL_CAPACITIES - Static variable in class com.pega.pegarules.pub.StringBufferFactoryConstants
 
popStepPage() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Unwinds one call to pushStepPage.
PRAbandonProcessingException - Error in com.pega.pegarules.pub.context
 
PRAbandonProcessingException() - Constructor for error com.pega.pegarules.pub.context.PRAbandonProcessingException
 
prAdd(PublicAPI, ClipboardProperty, String, int, PRObjectWrapper) - Method in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
Called when adding an element to an object list.
prAdd(PublicAPI, ClipboardProperty, String, int, String) - Method in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
Called when adding a String to a list.
PRAppRuntimeException - Exception in com.pega.pegarules.pub
Basic runtime exception used by Non PegaRULES classes.
PRAppRuntimeException(String, double, String) - Constructor for exception com.pega.pegarules.pub.PRAppRuntimeException
Constructor with a message and a cause.
PRAppRuntimeException(String, double, String, Throwable) - Constructor for exception com.pega.pegarules.pub.PRAppRuntimeException
Constructor with a message and a cause.
PRAuthentication - Interface in com.pega.pegarules.pub.context
The Authentication interface
PRAuthorization - Interface in com.pega.pegarules.pub.context
The Security object encapsulates access to a single PRThread authorization and authentication data
prClear(PublicAPI, ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
Called when a Java Property List property is being cleared.
PRCluster - Interface in com.pega.pegarules.pub.context
interface to the engine's cluster-tracking component.
prCopy() - Method in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
Called when a Page that has an attached object is copied.
PRDataPagePoolException - Exception in com.pega.pegarules.pub.clipboard
Exception class related to Data Page Pool.
PRDataPagePoolException(String) - Constructor for exception com.pega.pegarules.pub.clipboard.PRDataPagePoolException
 
PRDateFormat - Class in com.pega.pegarules.pub.util
PRDateFormat wraps the ICU date and time formatting support with a thread-safe implementation geared to PegaRULES conventions.
PRDeclarePageException - Exception in com.pega.pegarules.pub.clipboard
Generic Exception thrown by DeclarePage classes.
PRDeclarePageException() - Constructor for exception com.pega.pegarules.pub.clipboard.PRDeclarePageException
Constructor for PRDeclarePageException
PRDeclarePageException(String, ClipboardPage, Throwable) - Constructor for exception com.pega.pegarules.pub.clipboard.PRDeclarePageException
Constructor for PRDeclarePageException that can hold a clipboard page
PRDeclarePageException(String) - Constructor for exception com.pega.pegarules.pub.clipboard.PRDeclarePageException
 
PRDeclarePageInvalidAccessException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown by clipboard classes when a declarative page that is a used by Auto-Populate properties is accessed outside the auto-populate property itself.
PRDeclarePageInvalidAccessException() - Constructor for exception com.pega.pegarules.pub.clipboard.PRDeclarePageInvalidAccessException
Constructor for PRDeclarePageInvalidAccessException
PRDeclarePageInvalidAccessException(String) - Constructor for exception com.pega.pegarules.pub.clipboard.PRDeclarePageInvalidAccessException
 
PRDeclarePageLoadException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown when declare page load has a problem.
PRDeclarePageLoadException(String, ClipboardPage, Throwable) - Constructor for exception com.pega.pegarules.pub.clipboard.PRDeclarePageLoadException
 
prependActivity(int, String, String, ClipboardPage, ParameterPage) - Method in interface com.pega.pegarules.pub.context.PRThread
Prepend an activty to one of the run queues.
preprocessExpression(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Applies pre-processing heuristics to the specified expression and modifies the expression if required to a form that can be consumed by the expression parsing framework.
preprocessExpression(String, CodeGenerator, List) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Method preProcess would validate the coming expression.
presentAuthentication() - Method in interface com.pega.pegarules.pub.context.PRAuthentication
Invoke the custom welcome for the authentication scheme in use
prettyPrint(String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Used to well-format XML content
prettyPrint(String, String) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Used to well-format XML content
prettyPrint(Document) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Used to well-format XML content
preventStaleHTTPRequestProcessing(String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Prevent the outgoing HTML frame from being resubmitted by the client after initial submission.
PRException - Exception in com.pega.pegarules.pub
Basic exception used by PegaRULES classes.
PRException() - Constructor for exception com.pega.pegarules.pub.PRException
Default constructor with no message.
PRException(Throwable) - Constructor for exception com.pega.pegarules.pub.PRException
Creates an exception that is caused by a particular Throwable.
PRException(int) - Constructor for exception com.pega.pegarules.pub.PRException
Constructor used to specify a severity.
PRException(String) - Constructor for exception com.pega.pegarules.pub.PRException
Constructor with a message.
PRException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.PRException
Creates an exception with a given message, caused by the given exception or error.
PRException(String, String) - Constructor for exception com.pega.pegarules.pub.PRException
Constructor with a message name and message parameters.
PRException(String, String, Throwable) - Constructor for exception com.pega.pegarules.pub.PRException
Constructor with a message name and message parameters.
PRException(int, String, String) - Constructor for exception com.pega.pegarules.pub.PRException
Constructor with a severity, message name and message parameters.
PRException(int, String, String, Throwable) - Constructor for exception com.pega.pegarules.pub.PRException
Constructor with a severity, message name, message parameters, and a causing exception.
PRFile - Class in com.pega.pegarules.pub.util
A java.io.File-like class to serve as a helper for J2EE compliant file access
PRFile(String) - Constructor for class com.pega.pegarules.pub.util.PRFile
 
PRFile(PRFile, String) - Constructor for class com.pega.pegarules.pub.util.PRFile
 
PRFileDataSource - Class in com.pega.pegarules.pub.util
Implementation of javax.activation.DataSource for PRFile streams.
PRFileDataSource(String, PRFile) - Constructor for class com.pega.pegarules.pub.util.PRFileDataSource
 
PRFilenameFilter - Interface in com.pega.pegarules.pub.util
A interface that provides the same type of functionality as java.io.FilenameFitler, but uses the PRFile construct instead
PRFileUtil - Class in com.pega.pegarules.pub.util
PRFileUtil is a utility to handle file encoding formats.
PRFileUtil() - Constructor for class com.pega.pegarules.pub.util.PRFileUtil
 
prGet(PublicAPI, ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
Called when retrieving a Java Property's value.
prGet(PublicAPI, ClipboardProperty, String, int) - Method in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
Called when retrieving a Java Property List element's value.
prGetNew(PublicAPI, ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
Called when retrieving a new element to be added to a list.
prGetObject(PublicAPI, ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
Called when retrieving an embedded object from this object.
prGetObject(PublicAPI, ClipboardProperty, String, int) - Method in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
Called when retrieving an embedded object from a list contained in this object.
prGetWrappedObject() - Method in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
Used to get the object contained in this wrapper.
PRHtmlFilter - Class in com.pega.pegarules.pub.util
Based on the eBay sample from the OWASP HTML Sanitizer code base.
PRIMARY - Static variable in interface com.pega.pegarules.pub.generator.JavaGenerator
Value returned by methodAccess, indicating that the implementations of the referenced Rule- will be included directly in the primary code buffer.
PRInputStream - Class in com.pega.pegarules.pub.util
Implementation of InputStream that reads files from a JDBC data store.
PRInputStream(String) - Constructor for class com.pega.pegarules.pub.util.PRInputStream
Creates an instance of PRInputStream to read file contents from the underlying file storage.
PRInputStream(PRFile) - Constructor for class com.pega.pegarules.pub.util.PRInputStream
 
PRInterruptedException - Error in com.pega.pegarules.pub
Runtime exception used by PegaRULES classes to encapsulate InterruptedException.
PRInterruptedException() - Constructor for error com.pega.pegarules.pub.PRInterruptedException
Default constructor with no message.
PRInterruptedException(Throwable) - Constructor for error com.pega.pegarules.pub.PRInterruptedException
Construct a wrapper for the causing exception.
PRInterruptedException(int) - Constructor for error com.pega.pegarules.pub.PRInterruptedException
Constructor used to specify a severity.
PRInterruptedException(int, Throwable) - Constructor for error com.pega.pegarules.pub.PRInterruptedException
Constructor used to specify a severity and cause.
PRInterruptedException(String) - Constructor for error com.pega.pegarules.pub.PRInterruptedException
Constructor with a message.
PRInterruptedException(String, Throwable) - Constructor for error com.pega.pegarules.pub.PRInterruptedException
Constructor with a message and cause.
PRInterruptedException(String, String) - Constructor for error com.pega.pegarules.pub.PRInterruptedException
Constructor with a message name and message parameters.
PRInterruptedException(String, String, Throwable) - Constructor for error com.pega.pegarules.pub.PRInterruptedException
Constructor with a message name, message parameters and cause.
PRInterruptedException(int, String, String) - Constructor for error com.pega.pegarules.pub.PRInterruptedException
Constructor with a severity, message name and message parameters.
PRInterruptedException(int, String, String, Throwable) - Constructor for error com.pega.pegarules.pub.PRInterruptedException
Constructor with a severity, message name, message parameters and cause.
PRMissingContextError - Error in com.pega.pegarules.pub
Error thrown when runtime operation discovers that thread or requestor was destroyed prior to operation.
PRMissingContextError() - Constructor for error com.pega.pegarules.pub.PRMissingContextError
Constructor for InvalidIdentifierException
PRMissingContextError(String) - Constructor for error com.pega.pegarules.pub.PRMissingContextError
 
PRNode - Interface in com.pega.pegarules.pub.context
The PegaRULES Node interface encapsulates information applicable to the execution environment of PegaRULES within a single Java Virtual Machine.
PRNoSuchChildException - Exception in com.pega.pegarules.pub.context
 
PRNoSuchChildException() - Constructor for exception com.pega.pegarules.pub.context.PRNoSuchChildException
 
PRNumberFormat - Class in com.pega.pegarules.pub.util
PRNumberFormat wraps the ICU number formatting support with a thread-safe implementation geared to PegaRULES conventions.
PRObjectWrapper - Interface in com.pega.pegarules.pub.clipboard
Interface used to define methods expected by Java Pages.
PRObjectWrapperException - Exception in com.pega.pegarules.pub.clipboard
PRObjectWrapperException is thrown when the wrapper generator is asked to generate a class not that appears to be a custom wrapper.
PRObjectWrapperException(String) - Constructor for exception com.pega.pegarules.pub.clipboard.PRObjectWrapperException
 
PRObjectWrapperException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.clipboard.PRObjectWrapperException
 
PRObjectWrapperGenerator - Interface in com.pega.pegarules.pub.generator
PRObjectWrapperGenerator provides the interface for standard java page wrapper generators.
PROCESS_CONTENTS_VALUE_LAX - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
PROCESS_CONTENTS_VALUE_SKIP - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
PROCESS_CONTENTS_VALUE_STRICT - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
processArtifactResolveRequest(String) - Method in interface com.pega.pegarules.pub.util.SAMLUtils
Processes the ArtifactResolveRequest and returns ArtifactResponse uses the details available on clipboard page to process
processArtifactResolveResponse(String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.SAMLUtils
Processes the response which comes in the form of a Artifact id and uses the details available on clipboard page to generate the SAML response
processAuthenticationResponse(String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.SAMLUtils
Process the SAML Authentication Response - Performs SAML Protocol validation, SAML Web SSO profile validation and prepares map of attribute values in received assertion
ProcessingStatus - Interface in com.pega.pegarules.pub.context
Activities can record and query their status through a ProcessingStatus object.
processLogoutRequest(String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.SAMLUtils
Method to process the logout response and finds whether the response is valid or not
processLogoutResponse(String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.SAMLUtils
Method to process the logout response and finds whether the response is valid or not
processQueue(String, StringMap) - Method in interface com.pega.pegarules.pub.context.PRRequestProcessor
Process execution requests stored in the queue
processRequest() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Perform service request processing.
processServiceRequest(String) - Method in interface com.pega.pegarules.pub.context.PRRequestProcessor
Processes Service Request identified by the Queue Item ID
PROMPTLIST_INDEX_LOCALIZEDVALUE - Static variable in interface com.pega.pegarules.pub.dictionary.Dictionary
Localized value field for Prompt List entries (pyLocalizedValue)
PROMPTLIST_INDEX_STANDARDVALUE - Static variable in interface com.pega.pegarules.pub.dictionary.Dictionary
Value field for Prompt List entries (pyStandardValue)
PropertyAlias - Interface in com.pega.pegarules.pub.runtime
The PropertyAlias interface is implemented by the Java which is generated by First-Use Assembly based on Rule-Obj-Property-Alias instances.
PropertyInfo - Interface in com.pega.pegarules.pub.dictionary
PropertyInfo is used as the container for the definition of a particular property within a particular class as defined in the data dictionary.
PROutputStream - Class in com.pega.pegarules.pub.util
Implementation of OutputStream that writes to a JDBC data store.
PROutputStream(String) - Constructor for class com.pega.pegarules.pub.util.PROutputStream
Creates a new instance of PROutputStream to write file contents to the underlying file store.
PROutputStream(String, boolean) - Constructor for class com.pega.pegarules.pub.util.PROutputStream
Creates a new instance of PROutputStream to write file contents to the underlying file store.
PROutputStream(PRFile) - Constructor for class com.pega.pegarules.pub.util.PROutputStream
Creates a new instance of PROutputStream to write file contents to the underlying file store.
PROutputStream(PRFile, boolean) - Constructor for class com.pega.pegarules.pub.util.PROutputStream
Creates a new instance of PROutputStream to write file contents to the underlying file store.
PRPC_WRAPPER_PACKAGE - Static variable in interface com.pega.pegarules.pub.generator.PRObjectWrapperGenerator
Last component of the package name for wrappers we will generate.
PRQueueException - Exception in com.pega.pegarules.pub.context
Queue Manager exception superclass
PRQueueException() - Constructor for exception com.pega.pegarules.pub.context.PRQueueException
 
PRQueueException(String) - Constructor for exception com.pega.pegarules.pub.context.PRQueueException
 
PRQueueException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.context.PRQueueException
 
PRQueueIterator - Interface in com.pega.pegarules.pub.context
A simple iterator with support for next() method to browse a particular class of items in the queue.
PRQueueManager - Interface in com.pega.pegarules.pub.context
PegaRULES engine Queue Manager interface.
PRQueueTerminateException - Exception in com.pega.pegarules.pub.context
Can be thrown by agent activities to indicate that an agent queue should be immediately terminated.
PRQueueTerminateException() - Constructor for exception com.pega.pegarules.pub.context.PRQueueTerminateException
 
PRQueueTerminateException(String) - Constructor for exception com.pega.pegarules.pub.context.PRQueueTerminateException
 
PRQueueTerminateException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.context.PRQueueTerminateException
 
PRReader - Class in com.pega.pegarules.pub.util
PRReader is a thin wrapper around java.io.Reader that ALWAYS uses an encoding instead of relying on the platform default.
PRReader(InputStream, String) - Constructor for class com.pega.pegarules.pub.util.PRReader
Creates a new PRReader from the specified aInStream.
PRReader(File, String) - Constructor for class com.pega.pegarules.pub.util.PRReader
Deprecated. 
PRReader(PRFile, String) - Constructor for class com.pega.pegarules.pub.util.PRReader
 
PRReader(String, String) - Constructor for class com.pega.pegarules.pub.util.PRReader
Creates a new PRReader from the specified aFilePathName
prRemove(PublicAPI, ClipboardProperty, String, int) - Method in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
Remove an element from a Page List or Java Property List.
PRRequestor - Interface in com.pega.pegarules.pub.context
The PRRequestor interface encapsulates the information about a single user of PegaRULES via a specific connection to the outside world.
PRRequestProcessor - Interface in com.pega.pegarules.pub.context
PegaRULES engine Request Processor interface.
PRRuntimeError - Error in com.pega.pegarules.pub
Basic runtime exception used by PegaRULES classes.
PRRuntimeError() - Constructor for error com.pega.pegarules.pub.PRRuntimeError
Default constructor with no message.
PRRuntimeError(Throwable) - Constructor for error com.pega.pegarules.pub.PRRuntimeError
Creates an exception that is caused by a particular Throwable.
PRRuntimeError(int) - Constructor for error com.pega.pegarules.pub.PRRuntimeError
Constructor used to specify a severity.
PRRuntimeError(String) - Constructor for error com.pega.pegarules.pub.PRRuntimeError
Constructor with a message.
PRRuntimeError(String, Throwable) - Constructor for error com.pega.pegarules.pub.PRRuntimeError
Constructor with a message and a cause.
PRRuntimeError(String, String) - Constructor for error com.pega.pegarules.pub.PRRuntimeError
Constructor with a message name and message parameters.
PRRuntimeError(int, String, String) - Constructor for error com.pega.pegarules.pub.PRRuntimeError
Constructor with a severity, message name and message parameters.
PRRuntimeException - Exception in com.pega.pegarules.pub
Basic runtime exception used by PegaRULES classes.
PRRuntimeException() - Constructor for exception com.pega.pegarules.pub.PRRuntimeException
Default constructor with no message.
PRRuntimeException(Throwable) - Constructor for exception com.pega.pegarules.pub.PRRuntimeException
Creates an exception that is caused by a particular Throwable.
PRRuntimeException(int) - Constructor for exception com.pega.pegarules.pub.PRRuntimeException
Constructor used to specify a severity.
PRRuntimeException(String) - Constructor for exception com.pega.pegarules.pub.PRRuntimeException
Constructor with a message.
PRRuntimeException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.PRRuntimeException
Constructor with a message and a cause.
PRRuntimeException(String, String) - Constructor for exception com.pega.pegarules.pub.PRRuntimeException
Constructor with a message name and message parameters.
PRRuntimeException(int, String, String) - Constructor for exception com.pega.pegarules.pub.PRRuntimeException
Constructor with a severity, message name and message parameters.
PRRuntimeException(String, String, Throwable) - Constructor for exception com.pega.pegarules.pub.PRRuntimeException
Constructor with a message name and message parameters, and a root cause.
PRRuntimeException(String, boolean) - Constructor for exception com.pega.pegarules.pub.PRRuntimeException
Constructor with a message.
PRSecurityException - Error in com.pega.pegarules.pub.context
Exception thrown by classes implementing PRAuthentication and PRAuthorization interfaces when a method of these classes fails because of invalid input parameters or when being invoked from invalid Activity class (the PRAuthentication and PRAutorization methods may be called only from Activities of or derived from the Code-Security class
PRSecurityException() - Constructor for error com.pega.pegarules.pub.context.PRSecurityException
Constructor for PRSecurityException
PRSecurityException(String) - Constructor for error com.pega.pegarules.pub.context.PRSecurityException
 
PRSecurityException(String, Throwable) - Constructor for error com.pega.pegarules.pub.context.PRSecurityException
Creates a security exception with a message and a cause.
PRSessionContext - Class in com.pega.pegarules.pub.context
 
PRSessionContext(SessionContext) - Constructor for class com.pega.pegarules.pub.context.PRSessionContext
 
PRSessionContext.LockAttribute - Class in com.pega.pegarules.pub.context
 
PRSessionContext.SaveAttribute - Class in com.pega.pegarules.pub.context
 
PRSessionContext.SaveInOwnTransactionAttribute - Class in com.pega.pegarules.pub.context
 
PRSessionContext.TransactionAttribute - Class in com.pega.pegarules.pub.context
 
PRSessionContext.TransactionType - Enum in com.pega.pegarules.pub.context
 
PRSessionContext.UniqueIDAttribute - Class in com.pega.pegarules.pub.context
 
prSet(PublicAPI, ClipboardProperty, String, String) - Method in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
Called when a Java Property's value is being set.
prSet(PublicAPI, ClipboardProperty, String, int, String) - Method in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
Called when a Java Property List element's value is being set.
prSet(PublicAPI, ClipboardProperty, String, PRObjectWrapper) - Method in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
Called when an embedded object is being set.
prSet(PublicAPI, ClipboardProperty, String, int, PRObjectWrapper) - Method in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
Called when an embedded object in a list is being set.
prSize(PublicAPI, ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
Returns the number of elements in a list or the number of characters in a string value.
PRStackFrame - Interface in com.pega.pegarules.pub.context
The PRStackFrame interface serves primarily to provide a logical stack-trace capability.
PRStackFrame.Type - Enum in com.pega.pegarules.pub.context
Represents the type of stack frame.
PRStackFrameNotTopException - Error in com.pega.pegarules.pub.context
Exception thrown by classes implementing PRAuthentication and PRAuthorization interfaces when a method of these classes fails because of invalid input parameters or when being invoked from invalid Activity class (the PRAuthentication and PRAutorization methods may be called only from Activities of or derived from the Code-Security class
PRStackFrameNotTopException() - Constructor for error com.pega.pegarules.pub.context.PRStackFrameNotTopException
Constructor for PRSecurityException
PRStackFrameNotTopException(String) - Constructor for error com.pega.pegarules.pub.context.PRStackFrameNotTopException
 
PRStackFrameNotTopException(String, Throwable) - Constructor for error com.pega.pegarules.pub.context.PRStackFrameNotTopException
Creates a security exception with a message and a cause.
PRStringFormat - Class in com.pega.pegarules.pub.clipboard
PRStringFormat contains methods that convert between Java types and PegaRULES standard String formats used in conjunction with ClipboardProperty values.
PRStringFormat() - Constructor for class com.pega.pegarules.pub.clipboard.PRStringFormat
 
PRSystemSettings - Interface in com.pega.pegarules.pub.util
Makes settings visible for generated java.
PRThread - Interface in com.pega.pegarules.pub.context
The PRThread interface encapsulates the information about a single stream (or set of interactions) by a Requestor.
PRThreadLockException - Exception in com.pega.pegarules.pub.context
PRThreadLockException is thrown when a lock on a PRThread cannot be obtained within the desired interval.
PRThreadLockException() - Constructor for exception com.pega.pegarules.pub.context.PRThreadLockException
 
PRThreadLockException(Throwable) - Constructor for exception com.pega.pegarules.pub.context.PRThreadLockException
 
PRThreadLockException(int) - Constructor for exception com.pega.pegarules.pub.context.PRThreadLockException
 
PRThreadLockException(String) - Constructor for exception com.pega.pegarules.pub.context.PRThreadLockException
 
PRThreadLockException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.context.PRThreadLockException
 
PRThreadLockException(String, String) - Constructor for exception com.pega.pegarules.pub.context.PRThreadLockException
 
PRThreadLockException(int, String, String) - Constructor for exception com.pega.pegarules.pub.context.PRThreadLockException
 
PRTimeoutExpiredException - Exception in com.pega.pegarules.pub.context
 
PRTimeoutExpiredException() - Constructor for exception com.pega.pegarules.pub.context.PRTimeoutExpiredException
 
PRuleServiceProviderImpl - Class in com.pega.pegarules.pub.services.jsr94
The PRuleServiceProvider class is the provider class of JSR-94 implementation of PegaRULES in versions 5.1 and above.
PRuleServiceProviderImpl() - Constructor for class com.pega.pegarules.pub.services.jsr94.PRuleServiceProviderImpl
The Defualt constructor will provide initalization to all the member variables.
PRUNE_WAIT_TIME_MILLIS - Static variable in class com.pega.pegarules.pub.StringBufferFactoryConstants
 
PRWrapperSourceBuilder - Interface in com.pega.pegarules.pub.generator
Standard interface for a wrapper source code builder.
PRWriter - Class in com.pega.pegarules.pub.util
PRWriter is thin wrapper around java.io.Writer and simply attempts to write out the byte order marks for UTF-8 if that is indeed the encoding to be used to write to the stream.
PRWriter(OutputStream, String) - Constructor for class com.pega.pegarules.pub.util.PRWriter
Creates a new PRWriter from the specified OutputStream.
PRWriter(OutputStream, String, boolean) - Constructor for class com.pega.pegarules.pub.util.PRWriter
Creates a new PRWriter from the specified OutputStream.
PRWriter(File, String) - Constructor for class com.pega.pegarules.pub.util.PRWriter
Deprecated. 
PRWriter(PRFile, String) - Constructor for class com.pega.pegarules.pub.util.PRWriter
 
PRWriter(String, String) - Constructor for class com.pega.pegarules.pub.util.PRWriter
Creates a new PRWriter from the specified aFilePathName.
PRWriterCompressor - Class in com.pega.pegarules.pub.util
PRWriterCompressor is an enhanced version of PRWriter that allows for a GZIP stream to be written at the same time as the regular stream.
PRWriterCompressor(OutputStream, OutputStream, String) - Constructor for class com.pega.pegarules.pub.util.PRWriterCompressor
Creates a new PRWriterCompressor from the specified OutputStreams.
PRWriterCompressor(OutputStream, OutputStream, String, boolean) - Constructor for class com.pega.pegarules.pub.util.PRWriterCompressor
Creates a new PRWriterCompressor from the specified OutputStreams.
PRWriterCompressor(File, File, String) - Constructor for class com.pega.pegarules.pub.util.PRWriterCompressor
Deprecated. 
PRWriterCompressor(PRFile, PRFile, String) - Constructor for class com.pega.pegarules.pub.util.PRWriterCompressor
Deprecated. 
PRWriterCompressor(String, String, String) - Constructor for class com.pega.pegarules.pub.util.PRWriterCompressor
Create a file, and optionally, a corresponding GZIP output file
PublicAPI - Interface in com.pega.pegarules.pub.runtime
The PublicAPI interface identifies the basic functionality available to all Java generated from defining Rule- instances.
pushStepPage(String, boolean) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Establishes information about a new Step Page (which might also be a new Primary Page), based on the name of the page.
pushStepPage(String, String, boolean, boolean) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Establishes information about a new Step Page (which might also be a new Primary Page), based on information known about the class of the page.
put(Object, Object) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Puts a property onto the clipboard.
put(ClipboardProperty) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Puts a property onto the clipboard.
put(PRThread) - Static method in class com.pega.pegarules.pub.context.ThreadContainer
 
put(Object, Object) - Method in class com.pega.pegarules.pub.generator.ExpressionMap
Associates the specified value with the specified name in this instance, provided that the name is a non-null String and the value is an instance of Expression.
put(String) - Method in interface com.pega.pegarules.pub.generator.IGeneratedMethod
Adds text to the method being constructed
put(Object, Object) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Associates the specified value with the specified name in this instance, provided that the name is a String instance.
put(K, V) - Method in class com.pega.pegarules.pub.util.ConcurrentHashMapWithNullSupport
 
put(Object, Object) - Method in class com.pega.pegarules.pub.util.HashStringMap
Associates the specified value with the specified name in this instance, provided that they are both String instances.
putActive(ClipboardProperty) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Establishes the specified instance as the new active property.
putAll(Map) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Copies the properties from a map onto this page.
putAll(Map, byte) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Copies the properties from another page onto this page.
putAll(Map) - Method in class com.pega.pegarules.pub.generator.ExpressionMap
Copies all conforming mappings from the specified Map to this instance.
putAll(Map) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.pega.pegarules.pub.util.HashStringMap
Copies all conforming mappings from the specified Map to this instance.
PUTALL_KEEPNEW - Static variable in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Potential value of aPutAllOption passed to ClipboardPage.putAll(Map, byte).
PUTALL_KEEPOLD - Static variable in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Potential value of aPutAllOption passed to ClipboardPage.putAll(Map, byte).
PUTALL_MODEL - Static variable in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Potential value of aPutAllOption passed to ClipboardPage.putAll(Map, byte).
putExpression(String, Expression) - Method in class com.pega.pegarules.pub.generator.ExpressionMap
Associates the specified Expression with the specified name in this instance.
putIANA2JavaMapping(String, String) - Static method in class com.pega.pegarules.pub.util.EncodingMap
Adds an IANA to Java encoding name mapping.
putIfAbsent(K, V) - Method in class com.pega.pegarules.pub.util.ConcurrentHashMapWithNullSupport
 
putJava2IANAMapping(String, String) - Static method in class com.pega.pegarules.pub.util.EncodingMap
Adds a Java to IANA encoding name mapping.
putObject(String, Object) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
A shortcut method, essentially the same as calling thisPage.getProperty(aReference).setValue(aValue).
putObject(String, Object) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Assigns the specified value to the named parameter.
putObject(String, Object, boolean) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Deprecated.
Use putObject(String aName, Object aValue) instead
putPage(String, ClipboardPage) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
A shortcut method, essentially the same as calling thisPage.getProperty(aReference).setValue(aValue).
putParamValue(String, char, BigDecimal) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Assigns the specified value to the named parameter.
putParamValue(String, char, boolean) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Assigns the specified value to the named parameter.
putParamValue(String, char, Date) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Assigns the specified value to the named parameter.
putParamValue(String, char, double) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Assigns the specified value to the named parameter.
putParamValue(String, char, int) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Assigns the specified value to the named parameter.
putParamValue(String, char, Object) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Assigns the specified value to the named parameter.
putParamValue(String, char, String) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Assigns the specified value to the named parameter.
putParamValue(String, String) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Assigns the specified value to the named parameter.
putParamValue(String, String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Assigns the specified value to the named parameter, on the current ParameterPage.
putParamValue(String, ClipboardProperty) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Assigns the specified value (by reference) to the named parameter, on the current ParameterPage.
putParamValue(String, double) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Assigns the specified value to the named parameter, on the current ParameterPage.
putParamValue(String, Double) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
 
putParamValue(String, int) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Assigns the specified value to the named parameter, on the current ParameterPage.
putParamValue(String, Integer) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
 
putParamValue(String, boolean) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Assigns the specified value to the named parameter, on the current ParameterPage.
putParamValue(String, Boolean) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
 
putParamValue(String, Object) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Assigns the specified value to the named parameter, on the current ParameterPage.
putParamValue(String, char, BigDecimal) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Assigns the specified value to the named parameter, on the current ParameterPage.
putParamValue(String, char, boolean) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Assigns the specified value to the named parameter, on the current ParameterPage.
putParamValue(String, char, Boolean) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
 
putParamValue(String, char, Date) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Assigns the specified value to the named parameter, on the current ParameterPage.
putParamValue(String, char, double) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Assigns the specified value to the named parameter, on the current ParameterPage.
putParamValue(String, char, Double) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
 
putParamValue(String, char, int) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Assigns the specified value to the named parameter, on the current ParameterPage.
putParamValue(String, char, Integer) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
 
putParamValue(String, char, Object) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Assigns the specified value to the named parameter, on the current ParameterPage.
putParamValue(String, char, String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Assigns the specified value to the named parameter, on the current ParameterPage.
putSaveValue(String, String) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Establishes an association between the specified value and the specified name.
putString(String, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
A shortcut method, essentially the same as calling thisPage.getProperty(aReference).setValue(aValue).
putString(String, String, boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Establishes an association between the specified value and the specified name (optional operation).
putString(String, String) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Assigns the specified value to the named parameter.
putString(String, String) - Method in class com.pega.pegarules.pub.util.HashStringMap
Associates the specified value with the specified name in this instance.
putString(String, String) - Method in interface com.pega.pegarules.pub.util.StringMap
Establishes an association between the specified value and the specified name (optional operation).
putTarget(Object) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Establishes or clears the target reference.
pzGetMetaData() - Method in interface com.pega.pegarules.pub.runtime.Function
 

Q

queueAsyncActivityOnThread(String, String, ParameterPage, ClipboardPage, List) - Method in interface com.pega.pegarules.pub.context.PRRequestor
 
queueBatchActivity(String, String, ParameterPage) - Method in interface com.pega.pegarules.pub.context.PRRequestor
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.
queueBatchActivity(String, String, ParameterPage, ClipboardPage) - Method in interface com.pega.pegarules.pub.context.PRRequestor
Queue an activity to be executed within a new batch requestor
queueBatchActivity(String, String, ParameterPage, ClipboardPage, List, boolean) - Method in interface com.pega.pegarules.pub.context.PRRequestor
Queue an activity to be executed within a new batch requestor
queueConnectRequest(String, String, ClipboardPage, ParameterPage, List) - Method in interface com.pega.pegarules.pub.context.PRRequestProcessor
Enqueue Connect Execution Request
quote(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
 
quoteAndEscape(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
This method will completely quote a string, converting existing double quotes to single quotes if necessary.
quoteNullIsEmptyString(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Wrap a string in quotes

R

Random - Interface in com.pega.pegarules.pub.util
PRRandom provides a system wide time-seeded randome number generator.
RDBSchemaGeneratorException - Exception in com.pega.pegarules.pub.util
This class defines RDB Schema Generator Exception
RDBSchemaGeneratorException(String, String) - Constructor for exception com.pega.pegarules.pub.util.RDBSchemaGeneratorException
Constructor for RDBSchemaGeneratorException.
RDBSchemaGeneratorException(String) - Constructor for exception com.pega.pegarules.pub.util.RDBSchemaGeneratorException
Constructor for RDBSchemaGeneratorException.
RDBSchemaGeneratorException() - Constructor for exception com.pega.pegarules.pub.util.RDBSchemaGeneratorException
Constructor for RDBSchemaGeneratorException.
read() - Method in class com.pega.pegarules.pub.util.PRInputStream
Identical to BufferedInputStream.read
read(byte[]) - Method in class com.pega.pegarules.pub.util.PRInputStream
Identical to BufferedInputStream.read(byte[])
read(byte[], int, int) - Method in class com.pega.pegarules.pub.util.PRInputStream
Identical to BufferedInputStream.read(byte[], int, int)
read(char[], int, int) - Method in class com.pega.pegarules.pub.util.PRReader
Read characters into a portion of an array.
ReadOnlyException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown by clipboard classes when a method fails because the page is defined as Read Only.
ReadOnlyException() - Constructor for exception com.pega.pegarules.pub.clipboard.ReadOnlyException
 
ReadOnlyException(String) - Constructor for exception com.pega.pegarules.pub.clipboard.ReadOnlyException
 
ReadOnlyException(String, String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.ReadOnlyException
 
ReadOnlyException(String, String, String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.ReadOnlyException
 
recordAssembly(boolean, String, String) - Method in interface com.pega.pegarules.pub.database.Database
Records the fact that rule assembly was started or stopped as a Database Trace event.
release(StringMap) - Method in interface com.pega.pegarules.pub.util.StringMapFactory
 
REMOTE_EJB_REFS - Static variable in interface com.pega.pegarules.pub.util.ServiceUtils
 
RemoteApplicationException - Exception in com.pega.pegarules.pub.services
Subtype of ConnectorException, used for connector rule failures that result from an external (non-PegaRULES) application failure.
RemoteApplicationException() - Constructor for exception com.pega.pegarules.pub.services.RemoteApplicationException
Default constructor with no message.
RemoteApplicationException(String) - Constructor for exception com.pega.pegarules.pub.services.RemoteApplicationException
Constructor with a message.
RemoteApplicationException(Throwable) - Constructor for exception com.pega.pegarules.pub.services.RemoteApplicationException
Constructor with a root cause.
RemoteApplicationException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.services.RemoteApplicationException
Constructor with a message and a cause.
RemoteApplicationException(String, String) - Constructor for exception com.pega.pegarules.pub.services.RemoteApplicationException
Constructor with a message and the name of an error handler flow.
RemoteApplicationException(String, String, Throwable) - Constructor for exception com.pega.pegarules.pub.services.RemoteApplicationException
Constructor with a message, an error handler, and a cause.
remove() - Method in class com.pega.pegarules.bootstrap.util.VicariousThreadLocal
 
remove(Object) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Remove a property from the clipboard.
remove(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Remove an element from the group contained by this property.
remove(int) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Removes the indexed element from this property's list.
remove(Object) - Method in class com.pega.pegarules.pub.generator.ExpressionMap
Removes any association for this name from this instance.
remove(String) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Removes the named parameter, if any, from this instance.
remove(Object) - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Removes any association for this name from this instance.
remove(Object) - Method in class com.pega.pegarules.pub.util.ConcurrentHashMapWithNullSupport
 
remove(Object, Object) - Method in class com.pega.pegarules.pub.util.ConcurrentHashMapWithNullSupport
 
remove(String) - Method in class com.pega.pegarules.pub.util.HashStringMap
Removes any association for this name from this instance.
remove(Object) - Method in class com.pega.pegarules.pub.util.HashStringMap
Removes any association for this name from this instance.
removeActionRequestRegistrar(String) - Method in interface com.pega.pegarules.pub.context.PRRequestor
removes the specified ActionRequestRegistrar
removeAllPages(Vector) - Method in interface com.pega.pegarules.pub.context.PRRequestor
Remove all pages from Requestor level, except for those listed in aKeepPages
removeAllPages(Vector) - Method in interface com.pega.pegarules.pub.context.PRThread
Remove all pages at the Thread level.
removeAllPagesFromGatewayCache() - Method in interface com.pega.pegarules.pub.context.PRThread
remove all the Clipboard Pages from the Gateway cache.
removeAllUsers() - Method in interface com.pega.pegarules.pub.tracer.TracerUserWatchList
Remove all users from the watch list.
removeDataPage(String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
deletes the given Data page
removeDataPage(String, ParameterPage) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
deletes the given Data page
removeDeclarativePage(String) - Method in interface com.pega.pegarules.pub.context.PageDirectory
 
removeElements(StringBuilder, String, boolean, boolean) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Removes all elements from the XML String that have types matching the regex in the first argument.
removeElementsByNSPrefix(StringBuilder, String, boolean) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Removes all elements from the XML string that have a namespace prefix matching the regex in the first argument.
removeEmptyPropertiesFromPage(ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Recursively traverse a clipboard page, removing all properties that contain no data.
removeFromClipboard() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Removes this top-level named page from the clipboard.
removeFromClipboard() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Removes this property from its parent, which is either a page or a list.
removeFromNodeCache(String, String) - Method in interface com.pega.pegarules.pub.database.Database
Deprecated. 
removeFromNodeCache(ClipboardPage) - Method in interface com.pega.pegarules.pub.database.Database
Remove a specific instance from the node's cache.
removeIANA2JavaMapping(String) - Static method in class com.pega.pegarules.pub.util.EncodingMap
Removes an IANA to Java encoding name mapping.
removeJava2IANAMapping(String) - Static method in class com.pega.pegarules.pub.util.EncodingMap
Removes a Java to IANA encoding name mapping.
removePage(String) - Method in interface com.pega.pegarules.pub.context.PageDirectory
Removes the association between the specified name and the ClipboardPage.
removePage(String, ParameterPage) - Method in interface com.pega.pegarules.pub.context.PageDirectory
Removes the association between the specified name and the ClipboardPage.
removePage(ClipboardPage) - Method in interface com.pega.pegarules.pub.context.PageDirectory
Removes the association between the specified ClipboardPage and any name it has been given.
removeUser(String) - Method in interface com.pega.pegarules.pub.tracer.TracerUserWatchList
Remove the specified user name from the watch list.
rename(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Change the name of this page.
renamePage(ClipboardPage, String) - Method in interface com.pega.pegarules.pub.context.PageDirectory
Renames the page to the specified new name.
renameTo(PRFile) - Method in class com.pega.pegarules.pub.util.PRFile
 
repair(String) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Repair an item that is broken.
repairDeferred(String) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Repair an item that is broken, using a deferred save.
replace(ClipboardPage) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Clear this page and place the entire contents of this page, if any, with a copy of the contents of another page.
replace(ClipboardPage, boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Clear this page and place the entire contents of this page, if any, with a copy of the contents of another page.
replace(K, V, V) - Method in class com.pega.pegarules.pub.util.ConcurrentHashMapWithNullSupport
 
replace(K, V) - Method in class com.pega.pegarules.pub.util.ConcurrentHashMapWithNullSupport
 
replace(StringBuffer, char, char) - Static method in class com.pega.pegarules.pub.util.StringUtils
Similar to String.replace(oldChar, newChar) but operates on StringBuffer
replace(StringBuilder, char, char) - Static method in class com.pega.pegarules.pub.util.StringUtils
Similar to String.replace(oldChar, newChar) but operates on StringBuilder
replaceAll(String, String, String, boolean) - Static method in class com.pega.pegarules.pub.util.StringUtils
Method replaceAll replaces the specified string..
replaceAll(String, String, String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Method replaceAll replaces the specified string..
requestHeaderIsElement(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns true if the specified request header message part refers to an element, false otherwise.
requestorIsValid() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Deprecated.
Check if the cached requestor ID value is still valid
RequestorLockException - Exception in com.pega.pegarules.pub.context
RequestorLockException is thrown when a lock on a requestor cannot be obtained within the desired interval.
RequestorLockException() - Constructor for exception com.pega.pegarules.pub.context.RequestorLockException
 
RequestorLockException(Throwable) - Constructor for exception com.pega.pegarules.pub.context.RequestorLockException
 
RequestorLockException(int) - Constructor for exception com.pega.pegarules.pub.context.RequestorLockException
 
RequestorLockException(String) - Constructor for exception com.pega.pegarules.pub.context.RequestorLockException
 
RequestorLockException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.context.RequestorLockException
 
RequestorLockException(String, String) - Constructor for exception com.pega.pegarules.pub.context.RequestorLockException
 
RequestorLockException(int, String, String) - Constructor for exception com.pega.pegarules.pub.context.RequestorLockException
 
requestParameterIsElement(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns true if the specified request parameter message part refers to an element, false otherwise.
REQUIRED - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.TransactionAttribute
 
REQUIRES_NEW - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.TransactionAttribute
 
reset() - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Clears the internal cache of classes and properties as looked up via rule resolution with the qualifiers that were in effect at that time.
reset() - Method in class com.pega.pegarules.pub.util.PRInputStream
Identical to BufferedInputStream.reset()
resetDefaultDefinition() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Restores the original definition(s) (and clears temp containers) being processed.
resetNotModified() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Sets the clears the result code (if set) for the servlet to 200.
resetReferenceInformation() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
If this property is a Reference Property, reset the reference information to "unlink" it from the source property.
resetRuleImpl() - Method in interface com.pega.pegarules.pub.context.PRThread
clear thread-local list of rules resolved.
resolveAddressingActionHeader(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns WS-Addressing Action header specific data .
resolveNamespaceURI(Element, String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return the namespace URI associated with the given prefix.
resolveNSPrefix(Element, String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return the prefix associated with the given namespace URI.
resolvePassword(String, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Resolve a password by decoding, following up to 10 nested references.
resolveQNameRef(Element, String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Return the resolved qualified name of the specified value, which may contain a prefix that refers to a namespace mapping in one of the node's ancestors.
resolveResultsOnListPage(ClipboardPage) - Method in interface com.pega.pegarules.pub.database.Database
Filters a code-pega-list page so that it only contains the rule resolved classes.
RESOURCE_REFS - Static variable in interface com.pega.pegarules.pub.util.ServiceUtils
 
ResourceUnavailableException - Exception in com.pega.pegarules.pub.services
Subtype of ConnectorException, used for connector rule failures that result from an external (non-PegaRULES) resource being unavailable.
ResourceUnavailableException() - Constructor for exception com.pega.pegarules.pub.services.ResourceUnavailableException
Default constructor with no message.
ResourceUnavailableException(String) - Constructor for exception com.pega.pegarules.pub.services.ResourceUnavailableException
Constructor with a message.
ResourceUnavailableException(Throwable) - Constructor for exception com.pega.pegarules.pub.services.ResourceUnavailableException
Constructor with a root cause.
ResourceUnavailableException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.services.ResourceUnavailableException
Constructor with a message and a cause.
ResourceUnavailableException(String, String) - Constructor for exception com.pega.pegarules.pub.services.ResourceUnavailableException
Constructor with a message and the name of an error handler flow.
ResourceUnavailableException(String, String, Throwable) - Constructor for exception com.pega.pegarules.pub.services.ResourceUnavailableException
Constructor with a message, an error handler, and a cause.
responseHeaderIsElement(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns true if the specified response header message part refers to an element, false otherwise.
responseParameterIsElement(String, String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns true if the specified response parameter message part refers to an element, false otherwise.
restartQueue(String, int) - Method in interface com.pega.pegarules.pub.context.AgentUtils
Restart an agent queue.
restartQueue(String) - Method in interface com.pega.pegarules.pub.context.AgentUtils
Restart all queues for the given Agent.
restoreFilteredString(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
restore a cross site scripting filtered string to its original form
restoreFocus() - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Restores the current primary code buffer to its previous role as support buffer.
restoreRuleSetList() - Method in interface com.pega.pegarules.pub.context.PRAuthorization
Restore the RuleSet list of this requestor to its previous state.
RESTRICTION_FACET_ENUMERATION - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
RESTRICTION_FACET_FRACTIONDIGITS - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
RESTRICTION_FACET_LENGTH - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
RESTRICTION_FACET_MAXEXCLUSIVE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
RESTRICTION_FACET_MAXINCLUSIVE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
RESTRICTION_FACET_MAXLENGTH - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
RESTRICTION_FACET_MINEXCLUSIVE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
RESTRICTION_FACET_MININCLUSIVE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
RESTRICTION_FACET_MINLENGTH - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
RESTRICTION_FACET_PATTERN - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
RESTRICTION_FACET_TOTALDIGITS - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
RESTRICTION_FACET_WHITESPACE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
retainAll(Collection) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
This method causes all properties but those listed in aRetainCollection to be removed from this page.
retrieveJMSBindingInformation() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns map containing all the jms properties in the wsdl set at port,service,binding level .
RETURN_DIFFERENCE_LIST - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
Value for RETURN_VALUE_DESIRED indicating that a list of differences should be returned The List returned will contain elements each of which is an array of 7 Strings representing one difference.
RETURN_MERGED_PAGE - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
Value for RETURN_VALUE_DESIRED indicating that a ClipboardPage of merged data should be returned.
RETURN_STREAMED_PAGE - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
Value for RETURN_VALUE_DESIRED indicating that a streamed version should be returned for debugging.
RETURN_TIMINGS - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
 
RETURN_VALUE_DESIRED - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
Key to entry in control map specifying type of comparison data desired
returnFormatted(String, byte) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Used by tag library implementations to format a reference string using the format specified by the input paramter.
returnInstance() - Method in interface com.pega.pegarules.pub.runtime.GeneratedJavaEntry
returns the contained instance to the cache
reversibleCrossScriptingFilter(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
filter a string for cross site scripting characters and add a prefix to allow for filtering to be reversed
rollback() - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Deal with failed item processing for the currently locked item.
rollback(String) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
 
rollback() - Method in interface com.pega.pegarules.pub.database.Database
Rolls back a PegaRULES Transaction (discards all deferred database changes).
RULE_SERVICE_PROVIDER_URI - Static variable in class com.pega.pegarules.pub.services.jsr94.PRuleServiceProviderImpl
RULE_SERVICE_PROVIDER_URI will hold the Service Provider URI
RuleDeclareCollection - Interface in com.pega.pegarules.pub.runtime
Interface for a Rule Collection.
RULEGEN_PURPOSE_DATA_MODEL - Static variable in interface com.pega.pegarules.pub.util.ServiceUtils
 
RULEGEN_PURPOSE_DOTNET_CONNECTORS - Static variable in interface com.pega.pegarules.pub.util.ServiceUtils
 
RULEGEN_PURPOSE_REST_CONNECTORS - Static variable in interface com.pega.pegarules.pub.util.ServiceUtils
 
RULEGEN_PURPOSE_SAP_CONNECTORS - Static variable in interface com.pega.pegarules.pub.util.ServiceUtils
 
RULEGEN_PURPOSE_SOAP_CONNECTORS - Static variable in interface com.pega.pegarules.pub.util.ServiceUtils
 
RuleGenerationException - Error in com.pega.pegarules.pub.runtime
The RuleGenerationException is thrown when a rule cannot be generated and / or compiled, and activity processing needs to be terminated.
RuleGenerationException() - Constructor for error com.pega.pegarules.pub.runtime.RuleGenerationException
Constructor
RuleGenerationException(String) - Constructor for error com.pega.pegarules.pub.runtime.RuleGenerationException
Constructor
RuleGenerationException(String, Throwable) - Constructor for error com.pega.pegarules.pub.runtime.RuleGenerationException
 
RuleNotFoundException - Error in com.pega.pegarules.pub.generator
Exception thrown by generator when a rule isn't found.
RuleNotFoundException() - Constructor for error com.pega.pegarules.pub.generator.RuleNotFoundException
 
RuleNotFoundException(String) - Constructor for error com.pega.pegarules.pub.generator.RuleNotFoundException
 
RuleResolutionInformation - Class in com.pega.pegarules.pub.database
Stores information about a rule lookup.
RuleResolutionInformation() - Constructor for class com.pega.pegarules.pub.database.RuleResolutionInformation
 
RuleSet - Interface in com.pega.pegarules.pub.util
Represents a specific ruleset version--one with all three version parts specified.
RulesetContext - Interface in com.pega.pegarules.pub.database
This class provides tools necessary when editing a rule.
RuleSetFileGeneratorImpl - Class in com.pega.pegarules.pub.services.jsr94
This program is used to read a zipMove file and generate a JSR94 compatible xml file.
RuleSetFileGeneratorImpl() - Constructor for class com.pega.pegarules.pub.services.jsr94.RuleSetFileGeneratorImpl
 
RuleSetSpecification - Interface in com.pega.pegarules.pub.util
An immutable representation of a ruleset specification.
run(String, String) - Static method in class com.pega.pegarules.pub.runtime.NodeNameGenerator
"run" method is the model for the node name generating method.
runActivities() - Method in interface com.pega.pegarules.pub.context.PRThread
Run all activities in the activity lists.
runWith(T, Runnable) - Method in class com.pega.pegarules.bootstrap.util.VicariousThreadLocal
Executes task with thread-local set to the specified value.

S

samePassword(String, String) - Method in interface com.pega.pegarules.pub.crypto.IPRCrypto
Returns true if the two passwords represent the same cleartext value.
samePasswordAndUpgradeIfRequired(String, String) - Method in interface com.pega.pegarules.pub.crypto.IPRCrypto
Returns "true" if the two passwords represent the same cleartext value and if both are hashed using same algorithm.
SAMLUtils - Interface in com.pega.pegarules.pub.util
This interface contains utility methods for SAML WebSSO profile Can have SAML version specific implementers e.g SAML2
save(ClipboardPage, boolean, boolean) - Method in interface com.pega.pegarules.pub.database.Database
Immediately writes an instance to an object table.
save(ClipboardPage, boolean, boolean, boolean) - Method in interface com.pega.pegarules.pub.database.Database
Immediately writes an instance to the database.
save(PassivationRecord) - Method in interface com.pega.pegarules.pub.session.CustomPassivationMechanism
Save the given PassivationRecord, overwriting any existing record with the same PassivationKey.
saveDeferred(ClipboardPage, boolean, boolean) - Method in interface com.pega.pegarules.pub.database.Database
Defers writing an instance to an object table.
saveDeferred(ClipboardPage, boolean, boolean, boolean) - Method in interface com.pega.pegarules.pub.database.Database
Defers writing an instance to an object table.
saveRDB(String, String, String, boolean) - Method in interface com.pega.pegarules.pub.database.Database
Immediately saves information to the database, using an RDB rule.
saveRuleImpl(StringMap, Object) - Method in interface com.pega.pegarules.pub.context.PRThread
Deprecated.
use saveRuleImpl() that takes reusableKey as a String instead.
saveRuleImpl(String, Object) - Method in interface com.pega.pegarules.pub.context.PRThread
Adds the implementation of a generated rule to the local thread-level cache.
saveRuleImplInUseState(Integer, Boolean) - Method in interface com.pega.pegarules.pub.context.PRThread
Adds the InUse state for this given gen java hash to the local thread-level cache.
sBaseRulesetName - Static variable in interface com.pega.pegarules.pub.util.RuleSetSpecification
The "base" RuleSet name.
sCannotDelete - Static variable in exception com.pega.pegarules.pub.database.AuthorizationException
Name of the message indicating that the caller is not authorized to delete an instance.
sCannotDeleteFromLockedRuleSet - Static variable in exception com.pega.pegarules.pub.database.AuthorizationException
Name of the message indicating that the caller tried to delete a Rule from a locked RuleSet.
sCannotModify - Static variable in exception com.pega.pegarules.pub.database.AuthorizationException
Name of the message indicating that the caller is not authorized to modify an instance.
sCannotOpen - Static variable in exception com.pega.pegarules.pub.database.AuthorizationException
Name of the message indicating that the caller is not authorized to open an instance.
sCannotSaveToLockedRuleSet - Static variable in exception com.pega.pegarules.pub.database.AuthorizationException
Name of the message indicating that the caller tried to save a Rule to a locked RuleSet.
sCannotSearch - Static variable in exception com.pega.pegarules.pub.database.AuthorizationException
Name of the message indicating that the caller is not authorized to search for an instance.
SchemaParser - Interface in com.pega.pegarules.pub.util
SchemaParser base class, used to generate new class instances
SCOPE_NODE - Static variable in interface com.pega.pegarules.pub.context.PageDirectory
constant to indicate Node-scope
SCOPE_REQUESTOR - Static variable in interface com.pega.pegarules.pub.context.PageDirectory
constant to indicate Requestor-scope
SCOPE_THREAD - Static variable in interface com.pega.pegarules.pub.context.PageDirectory
constant to indicate Thread-scope
sDefaultThread - Static variable in interface com.pega.pegarules.pub.context.PRRequestor
Default thread name
SearchResult - Interface in com.pega.pegarules.pub.util
Data structure to hold search results for a single rule that matches the string search criteria.
seekValue(PublicAPI) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Invoke backward chaining to compute the value of this property, given the current state of the declarative expression network for the top-level page.
seekValue(PublicAPI, boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Invoke backward chaining to compute the value of this property, given the current state of the declarative expression network for the top-level page.
sendFile(PRFile, boolean, StringMap, boolean) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Send file designated by aFile to the client.
sendFile(byte[], String, boolean, StringMap, boolean) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Send file data in aFileData.
sendFile(StringMap, String, boolean, String, String, boolean, StringMap, boolean) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Send file data designated by aFileSourceReference in the instance keyed by aInstanceKeys.
sendFile(String, String, boolean, String, String, boolean, StringMap, boolean) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Send file data designated by aFileSourceReference in the instance keyed by aInstanceHandle.
sendFile(ClipboardPage, String, boolean, String, String, boolean, StringMap, boolean) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Send file data designated by aFileSourceReference in the clipboard page aInstancePage.
sendHTTPRedirect(String) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Redirect a user to a new location (HTTP 303) This function is only meaningful in the context of a HTTP interaction.
separator - Static variable in class com.pega.pegarules.pub.util.PRFile
 
separatorChar - Static variable in class com.pega.pegarules.pub.util.PRFile
 
serializeObject(Object) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Serialize and Base64 encode the given java object.
serialVersionUID - Static variable in class com.pega.pegarules.pub.session.PassivationDigest
 
serialVersionUID - Static variable in class com.pega.pegarules.pub.session.PassivationKey
 
serialVersionUID - Static variable in class com.pega.pegarules.pub.session.PassivationMetadata
 
serialVersionUID - Static variable in class com.pega.pegarules.pub.session.PassivationRecord
 
ServiceException - Exception in com.pega.pegarules.pub.services
Runtime exception for service rule failures.
ServiceException() - Constructor for exception com.pega.pegarules.pub.services.ServiceException
Default constructor with no message.
ServiceException(String) - Constructor for exception com.pega.pegarules.pub.services.ServiceException
Constructor with a message.
ServiceException(Throwable) - Constructor for exception com.pega.pegarules.pub.services.ServiceException
Constructor with a root cause.
ServiceException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.services.ServiceException
Constructor with a message and a cause.
ServiceException(String, String) - Constructor for exception com.pega.pegarules.pub.services.ServiceException
Constructor with a message and the name of an error handler flow.
ServiceException(String, String, String) - Constructor for exception com.pega.pegarules.pub.services.ServiceException
 
ServiceException(String, String, Throwable) - Constructor for exception com.pega.pegarules.pub.services.ServiceException
Constructor with a message, an error handler, and a cause.
ServiceException(String, String, Throwable, String) - Constructor for exception com.pega.pegarules.pub.services.ServiceException
 
ServiceInterface - Interface in com.pega.pegarules.pub.services
ServiceInterface simply provides wrapper methods for all public methods of ServiceAPI.
ServiceUtils - Interface in com.pega.pegarules.pub.util
Utilities for deploying services
set(T) - Method in class com.pega.pegarules.bootstrap.util.VicariousThreadLocal
 
set(String, Serializable) - Method in interface com.pega.pegarules.pub.context.PRCluster
Add value to cache which will be available across nodes
set(int, String, String) - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Sets the current status of this instance with a new status and message.
set(ProcessingStatus) - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Sets the current status of this instance with a new status.
set(PRSessionContext) - Static method in class com.pega.pegarules.pub.context.ThreadInEtier
 
setAccessGroup(PublicAPI, String) - Method in interface com.pega.pegarules.pub.context.PRAuthentication
Deprecated. 
setApp(String) - Method in interface com.pega.pegarules.pub.generator.IStaticContentAssembly
Sets the web context root for use in the URL to retrieve the static content.
setAsReference(PRThread, ClipboardProperty) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Set this property as a reference to another specified property.
setAsReference(PRThread, ClipboardProperty, ParameterPage) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Set this property as a reference to another specified property.
setAsReference(PRThread, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
 
setAsReference(PRThread, String, ParameterPage) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
 
setAttributes(Attributes) - Method in class com.pega.pegarules.parserule.XMLNode
Method setAttributes sets the attributes of the node.
setAttributesForInvocation(PRSessionContext.TransactionAttribute, PRSessionContext.LockAttribute, PRSessionContext.SaveInOwnTransactionAttribute, PRSessionContext.UniqueIDAttribute, PRSessionContext.SaveAttribute) - Method in class com.pega.pegarules.pub.context.PRSessionContext
 
setAttrProtected() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Set the Protected attribute for this property.
setBaseClassPrefix(String) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Set the name of the PegaRULES base class that will be pre-pended to the class name of all generated rule instances.
setCacheEnabled(boolean) - Method in interface com.pega.pegarules.pub.context.PRThread
Sets the database cache enable/disable state for this Requestor
setCachingHeaders(long) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Sets the ETag and Last-Modified headers to contain values appropriate for client side caching.
setChallengeStream(byte[]) - Method in exception com.pega.pegarules.pub.context.AuthenticationRequiredException
 
setCharacterEncoding(String) - Method in interface com.pega.pegarules.pub.runtime.ParseState
Set the character encoding used to translate from the input stream to java string.
setClass(String, boolean) - Method in interface com.pega.pegarules.pub.generator.PageDescriptor
 
setCredentials(String, String) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Set the username and password credentials for the service.
setCurrentPort(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Sets the current port for the current service.
setCurrentRepeatType(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
 
setCurrentService(QName) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Specify the qualified name of the service to be operated on.
setDataTransformBeingTraced(boolean) - Method in class com.pega.pegarules.pub.runtime.AbstractModel
This method is called by generated code of data transform from perform method before executing any actions.
setDeclarativeInvoked(boolean) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Instruct the parser to treat this rule type as a declarative rule.
setDeclarativeRule(boolean) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Instruct the parser to treat this rule type as a declarative rule.
setDefaultSchemaForConnection(String) - Method in class com.pega.pegarules.pub.database.DatabaseInformation
Sets the Default schema name for connection as defined in Data-Admin-DB-Name configuration this method is called from DatabaseInformationImpl explicitly to set the default schema name, The call from DatabaseInformationImpl is needed because mProductFamily is set only in this class.
setDefaultTimeZone(String) - Static method in class com.pega.pegarules.pub.util.PerThreadCache
Sets the default timezone name used for date parsing and formatting.
setDefinedPrimaryPageClass(String) - Method in interface com.pega.pegarules.pub.generator.JavaGeneratorExtended
Names the Class of the primary page used by the Rule- class associated with this instance by default.
setDesignTime(boolean) - Method in interface com.pega.pegarules.pub.generator.PRObjectWrapperGenerator
Set flag to indicate that this generation is taking place at design time.
setDisableAutoPopulate(boolean) - Method in interface com.pega.pegarules.pub.context.PRThread
 
setDocumentURL(URL) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Set the URL of the document being parsed.
setDynamic(String, String, String) - Method in interface com.pega.pegarules.pub.util.PRSystemSettings
registers / replaces a dynamic setting key and its value.
setEditable(boolean) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
 
setEntryCode(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Set the dictionary definition of this property.
setEntryCode(String) - Method in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
setErrorType(String) - Method in exception com.pega.pegarules.pub.services.ServiceException
Set the name of the flow that the flow harness will use to handle the connection failure.
setETag(long) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Deprecated. 
setFailCount(PublicAPI, int) - Method in interface com.pega.pegarules.pub.context.PRAuthentication
Deprecated.
convert callers to AuthService
setFailureDetail(String) - Method in exception com.pega.pegarules.pub.services.ServiceException
 
setForcePAndCLookup(boolean) - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Sets the flag that indicates that the embedded expression contains a relative reference that MUST be looked up in Pages & Classes.
setGeneratedType(int) - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Sets the generated type.
setGlobalTypeSet(List) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Reset the list of global complex element and type definitions that will be used for generating rules.
setHandler(String) - Method in exception com.pega.pegarules.pub.database.ConnectionException
Sets the name of the error handler flow specified by the Rule-Connect-SQL instance.
setHandler(String) - Method in exception com.pega.pegarules.pub.services.ConnectorException
Set the name of the flow that the flow harness will use to handle the connection failure.
setIgnoreDBByteGovernor(boolean) - Method in interface com.pega.pegarules.pub.context.PRRequestor
Set the ignore DBByte Governor flag value
setInboundClipboardValue(String, Object, ParameterPage, ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Map inbound Object to Clipboard property value.
setIndentContent(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Sets the desired String to use for each indentation level.
setIndentContent(String) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Sets the desired String to use for each indentation level.
setIndentContentAS(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Sets the desired String to use for each indentation level for "appendString" content.
setIndentContentAS(String) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Sets the desired String to use for each indentation level for "appendString" content.
setIndentLevel(int) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Sets the desired indentation level (e.g.
setIndentLevel(int) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Sets the desired indentation level (e.g.
setIndentLevelAS(int) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Sets the desired indentation level (e.g.
setIndentLevelAS(int) - Method in interface com.pega.pegarules.pub.generator.ICodeBuffer
Sets the desired indentation level (e.g.
setInitialParameters(HashMap) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Set initialization parameters.
setInput(boolean) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Sets the input for the remainder of the stream
setIsExactClass(boolean) - Method in interface com.pega.pegarules.pub.generator.PageDescriptor
 
setIsModifiable(boolean) - Method in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
setIsSpecial(boolean) - Method in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
setJavaType(String) - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Sets the expected JavaType.
setLastModified(long) - Method in class com.pega.pegarules.pub.util.PRFile
 
setLastToken(String) - Method in interface com.pega.pegarules.pub.runtime.ParseState
Set the last token.
setLocaleName(int, String) - Method in interface com.pega.pegarules.pub.context.PRThread
Sets the name of the Locale to be used for the current user.
setLocalParametersName(String) - Method in interface com.pega.pegarules.pub.generator.JavaGeneratorExtended
Names the Local Parameters property (a PageList of Embed-MethodParams) in the Rule- class associated with this instance, if any.
setLogMissingMessages(boolean) - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Activates or deactivate logging of missing messages to Log-Message during ProcessingStatus.getWorstMessage() and ProcessingStatus.getLatestMessage() calls.
setLookUpRuleMessages(boolean) - Static method in exception com.pega.pegarules.pub.PRException
 
setMatchData(char, int) - Method in interface com.pega.pegarules.pub.generator.PageDescriptor
 
setMaxEncodedCharSize(int) - Method in class com.pega.pegarules.pub.database.DatabaseInformation
If PRPC database is Unicode, then max size of char in bytes, that it takes to write to database
setMode(char) - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Sets the expected Mode.
setMoveToEnd(boolean) - Method in interface com.pega.pegarules.pub.generator.IStaticContentAssembly
Set to true to indicate that the static content should be moveded to the end of the output stream
setMustHaveVariable(boolean) - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
set the indicator that the caller wants to force the generation of an intermediate variable for this expression.
setMyStepPageChecked(boolean) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Sets the flag to check for null myStepPage
setNodeName(String) - Method in class com.pega.pegarules.parserule.XMLNode
Method setNodeName sets the node name.
setNodeValue(String) - Method in class com.pega.pegarules.parserule.XMLNode
Method setNodeValue to set the node value.
setNormalizeClassName(boolean) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Set the 'normalize class name' flag.
setNormalizePropertyName(boolean) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Set the 'normalize property name' flag.
setNotModified() - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Sets the result code for the servlet to 304.
setNotModified(boolean) - Method in interface com.pega.pegarules.pub.runtime.PublicAPI
Sets the result code for the servlet to 304.
setOverrideDefinition(ClipboardPage) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Overrides the definition being processed, original definitions are saved for FirstUseAssembler.resetDefaultDefinition().
setPackageName(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
setPagesAndClassesName(String) - Method in interface com.pega.pegarules.pub.generator.JavaGeneratorExtended
Names the Pages&Classes property (a PageList of Embed-PagesAndClasses) in the Rule- class associated with this instance, if any.
setParameterDeclaration(String) - Method in interface com.pega.pegarules.pub.generator.IGeneratedMethod
Supplies the (final portion of the) parameter declaration to be inserted during close() processing.
setParameterPage(StringMap) - Method in interface com.pega.pegarules.pub.context.PRStackFrame
Identifies the new ParameterPage of this stack frame.
setParametersName(String) - Method in interface com.pega.pegarules.pub.generator.JavaGeneratorExtended
Names the Parameters property (a PageList of Embed-MethodParams) in the Rule- class associated with this instance, if any.
setParentNode(XMLNode) - Method in class com.pega.pegarules.parserule.XMLNode
 
setPath(String) - Method in class com.pega.pegarules.parserule.XMLNode
Method setPath sets the path of the node.
setPath(String) - Method in interface com.pega.pegarules.pub.generator.IStaticContentAssembly
Sets the path to the static content
setPegaType(char) - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Sets the expected pega type using a PropertyInfo type code
setPegaType(String) - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Sets the expected pega type using a type name
setPRAPIHandle(Object) - Method in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
Set PegaRules Public API handle
setPrefixURL(String) - Method in interface com.pega.pegarules.pub.generator.IStaticContentAssembly
Set the path to the server from which the content will be served.
setPrimaryPageForAssembly(boolean, PageDescriptor.PrimaryAssemblyPageReliability) - Method in interface com.pega.pegarules.pub.generator.PageDescriptor
 
setPropertyViaQualifier(ClipboardProperty, String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Sets the ClipboardProperty referred to by the value of the named qualifier to the value provided.
setPropertyViaQualifier(ClipboardProperty, String, ClipboardProperty) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Sets the ClipboardProperty referred to by the value of the named qualifier to the value provided.
setQualifier(String, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Sets a run-time qualifier value for this property.
setRefNameOnly(boolean) - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
parse reference name only -- for step page name parse
setRequestHeader(String, String) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Set a request header value for the service to interpret.
setRequestorId(String) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Set the service requestor ID value.
setRequestProperty(String, Object) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Set a request property value for the service to interpret.
setResultsPageName(String) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Set the name of the Code-Pega-List page where class definitions will be stored.
setRoles(PublicAPI, int, ClipboardProperty) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
Set the roles to be used in this authorization context
setRoles(PublicAPI, int, List) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
 
setRollbackException(Exception) - Method in class com.pega.pegarules.pub.context.PRSessionContext
 
setRollbackOnly() - Method in class com.pega.pegarules.pub.context.PRSessionContext
 
setRollbackOnly(Exception) - Method in class com.pega.pegarules.pub.context.PRSessionContext
 
setRuleHTMLProperty(String) - Method in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
setRuleHTMLPropParamNames(String[]) - Method in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
setRuleHTMLPropParamValues(String[]) - Method in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
setRulesetName(String) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Set the name of the PegaRULES ruleset that will be used for all generated rule instances.
setRuleSets(PublicAPI, int, ClipboardProperty) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
Set the rulesets to be used in this authorization context
setRuleSets(ClipboardProperty, ClipboardProperty) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
Apply a change (or list of changes) to the RuleSet list.
setRuleSets(ClipboardProperty, ClipboardProperty, ClipboardProperty) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
Apply a change (or list of changes) to the RuleSet list, but make sure the replacements are valid starting on a certain date.
setRuleSets(PublicAPI, int, ClipboardProperty, ClipboardProperty) - Method in interface com.pega.pegarules.pub.context.PRAuthorization
Set the rulesets to be used in this authorization context.
setRulesetVersion(String) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Set the name of the PegaRULES ruleset version that will be used for all generated rule instances.
setServiceClass(String) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Set the service class name.
setServiceMethod(String) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Set the service method name.
setServicePackage(String) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Set the service package name.
setServiceType(String) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Set the service type value.
setShowProperty(boolean) - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Deprecated.
use PegaStreamAPI.enableShowMeProperty(boolean) instead
setSQL(String) - Method in exception com.pega.pegarules.pub.database.DatabaseException
Associates this exception with a SQL statement.
setSQLInserts(String[]) - Method in exception com.pega.pegarules.pub.database.DatabaseException
Associates this exception with a list of SQL prepared statement insert vslues.
setSuppressShowMethod(boolean) - Method in interface com.pega.pegarules.pub.context.PRRequestor
Set the 'suppress show method' flag
setTransacted(boolean) - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Specify whether the requestor should perform database actions (commit or rollback) after processing a service request.
setTransactionType(PRSessionContext.TransactionType) - Method in class com.pega.pegarules.pub.context.PRSessionContext
Sets the current transaction type.
setTransactionTypeUsingTransactionAttribute() - Method in class com.pega.pegarules.pub.context.PRSessionContext
Sets the current transaction type based on the transaction attribute.
setTransient() - Method in interface com.pega.pegarules.pub.runtime.FUASupport
makes this implementation a transient one that cannot be cached.
setTruncateClassName(boolean) - Method in interface com.pega.pegarules.pub.util.SchemaParser
Set the 'truncate class name' flag.
setUnicodeDatabase(boolean) - Method in class com.pega.pegarules.pub.database.DatabaseInformation
Sets if PRPC database instance is UNICODE or Not
setUseBasic(boolean) - Method in exception com.pega.pegarules.pub.context.AuthenticationRequiredException
 
setUseForLocalization(boolean) - Method in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
setUseIfPresent(boolean) - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Sets the flag that requests the expression code generator to use getIfPresent instead of getProperty to resolve property references.
setUserAuthenticated(PublicAPI, boolean) - Method in interface com.pega.pegarules.pub.context.PRAuthentication
Deprecated.
convert callers to AuthService
setUseRequestorId(boolean) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Should locking be done on a per-requestor or per-node basis.
setUserSecurityProfile(PublicAPI, String) - Method in interface com.pega.pegarules.pub.context.PRAuthentication
Deprecated.
convert callers to AuthService
setUserSecurityProfile(PublicAPI, String, String) - Method in interface com.pega.pegarules.pub.context.PRAuthentication
Deprecated.
convert callers to AuthService
setUserSecurityProfile(PublicAPI, String, ParameterPage) - Method in interface com.pega.pegarules.pub.context.PRAuthentication
Deprecated.
convert callers to AuthService
setUserSecurityProfile(PublicAPI, String, ClipboardPage) - Method in interface com.pega.pegarules.pub.context.PRAuthentication
Deprecated.
convert callers to AuthService
setUsesJSP() - Method in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
Call this method to specify that this (or an included stream) uses JSP directives and therefore must be processed by the JSP compiler.
setUsesNoJSP() - Method in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
Call this method to specify that no JSP tags are used and therefore processing by the JSP compiler may be bypassed as part of the GRP-39808 JSP bypass optimization logic.
setValue(boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Set value of property from boolean value.
setValue(Date) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Set value of property from Date value.
setValue(double) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Set value of property from double value.
setValue(int) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Set value of property from int value.
setValue(BigDecimal) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Set value of property from BigDecimal value.
setValue(Object) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Set value of property.
setValue(ClipboardProperty) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Set value of property.
setValueFromLocalizedString(String, String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Interprets the specified string according to locale specific conventions and sets the normalized value into the property
setWhenChangeDeclarativeReferences(List) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Sets the list of RHS property references for change tracking.
setWillChangeDeclarativeReferences(List) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Sets the list of LHS property references for change tracking.
setWSDLURL(String) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Sets the URL of the WSDL document.
SEVERITY_DONOTRECORD - Static variable in interface com.pega.pegarules.pub.context.ProcessingStatus
Indicates that this status should never be recorded in a ProcessingStatus object.
SEVERITY_FAIL - Static variable in interface com.pega.pegarules.pub.context.ProcessingStatus
A severity level of Fail.
SEVERITY_GOOD - Static variable in interface com.pega.pegarules.pub.context.ProcessingStatus
Indicates that this status is good and there have been no problems.
SEVERITY_INFO - Static variable in interface com.pega.pegarules.pub.context.ProcessingStatus
A severity level of Informational.
SEVERITY_WARN - Static variable in interface com.pega.pegarules.pub.context.ProcessingStatus
A severity level of Warning.
shouldSkipLocalization(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Is this property configured to skip localization.
shutdown() - Method in interface com.pega.pegarules.pub.context.PRCluster
Shut down the cluster and all it's threads
shutdown() - Method in interface com.pega.pegarules.pub.session.CustomPassivationMechanism
This method will be called during PRPC's shutdown sequence.
simpleAddElement(StringBuffer, String, StringBuffer) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Given a stringbuffer of xml data, append a new tag named tag data of data.
simpleAddElement(StringBuilder, String, StringBuilder) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Given a stringbuilder of xml data, append a new tag named tag data of data.
simpleAddElement(StringBuffer, String, String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Given a stringbuffer of xml data, append a new tag named tag data of data.
simpleAddElement(StringBuilder, String, String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Given a stringbuffer of xml data, append a new tag named tag data of data.
simpleAddElement(StringBuffer, String, long) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Given a stringbuffer of xml data, append a new tag named tag data of data.
simpleAddElement(StringBuilder, String, long) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Given a stringbuffer of xml data, append a new tag named tag data of data.
simpleEmbedElements(StringBuffer, String, StringBuffer) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Given a stringbuffer of xml data, append a new tag named tag data of data.
simpleEmbedElements(StringBuilder, String, StringBuilder) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Given a stringbuffer of xml data, append a new tag named tag data of data.
simpleEmbedElements(StringBuffer, String, String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Given a stringbuffer of xml data, append a new tag named tag data of data.
simpleEmbedElements(StringBuilder, String, String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Given a StringBuilder of xml data, append a new tag named tag data of data.
simpleStripHeader(String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Remove the XML header.
simpleStripRoot(String) - Static method in class com.pega.pegarules.pub.util.XMLUtils
Strips root element from a string of xml.
sInputEnabled - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilder
Value of "pzInput" (in StringMap to PublicAPI.getStream(StringMap, ClipboardPage) method) for Rule-Obj-HTML streams when input is permitted.
size() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns the number of properties embedded in this page.
size(String) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns size of the referenced property.
size() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Get the length of an atomic property or the number of elements in this list or group property.
size() - Method in class com.pega.pegarules.pub.generator.ExpressionMap
Returns the number of name-value mappings in this instance.
size() - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Returns the number of name-value mappings in this instance.
size() - Method in interface com.pega.pegarules.pub.services.xsd.XSDComponentList
Get the size of the component list.
size() - Method in class com.pega.pegarules.pub.util.HashStringMap
Returns the number of name-value mappings in this instance.
skip(long) - Method in class com.pega.pegarules.pub.util.PRInputStream
Identical to BufferedInputStream.skip(long)
skipBytes(long) - Method in interface com.pega.pegarules.pub.runtime.ParseState
Advance the input stream by count bytes.
skipCharacters(long) - Method in interface com.pega.pegarules.pub.runtime.ParseState
Advance the stream reader by count characters.
sLockHeldByAnother - Static variable in exception com.pega.pegarules.pub.database.LockStolenException
The Rule-Message associated with this exception.
sMsgClassCannotHaveInstances - Static variable in exception com.pega.pegarules.pub.database.BadInputException
Message that indicates someone is trying to open an instance of a class that cannot have instances.
sNewThread - Static variable in interface com.pega.pegarules.pub.context.PRRequestor
Thread name that will force engine to create a unique thread
sNoInput - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilder
Value of "pzInput" (in StringMap to PublicAPI.getStream(StringMap, ClipboardPage) method) for Rule-Obj-HTML streams when input is not permitted.
SORT_PROPERTIES - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
If true properties are sorted before comparision - which greatly increases the overhead of processing.
SPECIAL_DATE_PATTERNS - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
This is an array of date patterns which are unique.
Stage - Interface in com.pega.pegarules.pub.runtime
 
StalePropertyReferenceException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown by clipboard classes when a method fails because a clipboard page or property's contents have been deleted (typically as a result of a call to removeFromClipboard).
StalePropertyReferenceException() - Constructor for exception com.pega.pegarules.pub.clipboard.StalePropertyReferenceException
 
StaleRequestorError - Error in com.pega.pegarules.pub.context
StaleRequestorError is thrown when processing attempts to use a PRRequestor instance that has been destroyed or recycled into the pool.
StaleRequestorError() - Constructor for error com.pega.pegarules.pub.context.StaleRequestorError
 
StaleRequestorError(String) - Constructor for error com.pega.pegarules.pub.context.StaleRequestorError
 
StaleThreadError - Error in com.pega.pegarules.pub.context
StaleThreadError is thrown when processing attempts to use a PRThread instance that has been destroyed or recycled into the pool.
StaleThreadError() - Constructor for error com.pega.pegarules.pub.context.StaleThreadError
 
StaleThreadError(String) - Constructor for error com.pega.pegarules.pub.context.StaleThreadError
 
startConnectClientResponseElapsedStat() - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Start PAL timer oConnectClientResponseElapsed
startConnectInMapReqTimeStat() - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Start PAL timer oConnectInMapReqTime
startConnectOutMapReqTimeStat() - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Start PAL timer oConnectOutMapReqTime
startJavaStepTimer(boolean) - Method in interface com.pega.pegarules.pub.pal.PAL
Deprecated.
As of release 7.1 we do not track java step times
startOrStopTimer(String, boolean) - Method in interface com.pega.pegarules.pub.pal.PAL
Deprecated.
This method was only ever used to track stream times, and as of release 7.1 we do not track stream times
startQueue(String, int) - Method in interface com.pega.pegarules.pub.context.AgentUtils
Deprecated.
startQueue(String, String) - Method in interface com.pega.pegarules.pub.context.AgentUtils
Start an agent queue.
startQueue(Set<String>, String, String) - Method in interface com.pega.pegarules.pub.context.AgentUtils
Start an agent queue.
startQueue(String) - Method in interface com.pega.pegarules.pub.context.AgentUtils
Start all currently disabled queues for the specified agent.
startStopAgentOnNode(P, UUID) - Method in interface com.pega.pegarules.pub.context.ClusterExecutor
 
startsWith(CharSequence, String) - Static method in class com.pega.pegarules.pub.util.StringUtils
 
startTimingConnect() - Method in interface com.pega.pegarules.pub.pal.PAL
Starts recording the time spent in an external connection.
startTrackingReferences() - Method in interface com.pega.pegarules.pub.database.RulesetContext
Causes this RuleSet context to track references.
STATUS_BROKEN_PROCESS - Static variable in interface com.pega.pegarules.pub.context.PRQueueManager
Item status: Failed to process, cannot retry
STATUS_IMMEDIATE - Static variable in interface com.pega.pegarules.pub.context.PRQueueManager
Item status: Initial status for items that should be processed as a service request
STATUS_NOW_PROCESSING - Static variable in interface com.pega.pegarules.pub.context.PRQueueManager
Item status: Currently reserved for processing by a node
STATUS_SCHEDULED - Static variable in interface com.pega.pegarules.pub.context.PRQueueManager
Item status: Initial status for items that should be processed by an agent
STATUS_SUCCESS - Static variable in interface com.pega.pegarules.pub.context.PRQueueManager
Item status: Successfully processed
statusIsGood() - Method in interface com.pega.pegarules.pub.services.ServiceInterface
Check the status of a completed service request.
stopAsyncThreadActivities() - Method in interface com.pega.pegarules.pub.context.PRRequestor
Send the stop command to all async thread tasks of this requestor.
stopAsyncThreadActivity(Object) - Method in interface com.pega.pegarules.pub.context.PRRequestor
Ask a async thread task to stop as soon as possible.
stopBatchActivities() - Method in interface com.pega.pegarules.pub.context.PRRequestor
Send the stop command to all children of this requestor.
stopBatchActivity(Object) - Method in interface com.pega.pegarules.pub.context.PRRequestor
Ask a child requestor and all of its children to stop as soon as possible.
stopConnectClientResponseElapsedStat() - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Stop PAL timer oConnectClientResponseElapsed
stopConnectInMapReqTimeStat() - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Stop PAL timer oConnectOutMapReqTime
stopConnectOutMapReqTimeStat() - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Stop PAL timer oConnectInMapReqTime
stopJavaStepTimer() - Method in interface com.pega.pegarules.pub.pal.PAL
Deprecated.
As of release 7.1 we do not track java step times
stopTimingConnect() - Method in interface com.pega.pegarules.pub.pal.PAL
Stops recording the time spent in an external connection.
stopTrackingReferences() - Method in interface com.pega.pegarules.pub.database.RulesetContext
Causes this RuleSet context to stop tracking references.
StreamBuilder - Interface in com.pega.pegarules.pub.runtime
The StreamBuilder interface is implemented by the Java which is generated by First-Use Assembly based on Rule-Stream instances.
StreamBuilderToolKit - Interface in com.pega.pegarules.pub.runtime
The StreamBuilderToolKit interface identifies the functionality available to support the generation of a defined stream, using First-Use Assembled Java.
StringBufferFactoryConstants - Class in com.pega.pegarules.pub
StringBufferFactoryConstants specifies the size of the various StringBuffer buckets for the StringBufferFactory.
StringBufferFactoryConstants() - Constructor for class com.pega.pegarules.pub.StringBufferFactoryConstants
 
StringExpression - Interface in com.pega.pegarules.pub.generator
The StringExpression interface is provided to facilitate the assembly of String-valued expressions to be used in Java generated for First-Use Assembly.
StringMap - Interface in com.pega.pegarules.pub.util
The StringMap interface specializes the Map interface with the expectation that both the key and value will be String instances.
StringMapFactory - Interface in com.pega.pegarules.pub.util
The StringMapFactory interface returns a StringMap object from a shared pool.
stringToInstance(ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.clipboard.JavaPropertyTransform
 
StringUtils - Class in com.pega.pegarules.pub.util
Static methods for manipulating Strings.
StringUtils() - Constructor for class com.pega.pegarules.pub.util.StringUtils
 
stripQuotes(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Strip quotes from the specified string.
StructuredUtils - Interface in com.pega.pegarules.pub.util
Utilities for applying Rule-Map-Structured rule.
sTypeApplication - Static variable in interface com.pega.pegarules.pub.context.PRRequestor
Requestor type: Application
sTypeBatch - Static variable in interface com.pega.pegarules.pub.context.PRRequestor
Requestor type: Batch
sTypeBrowser - Static variable in interface com.pega.pegarules.pub.context.PRRequestor
Requestor type: Browser
sTypePortal - Static variable in interface com.pega.pegarules.pub.context.PRRequestor
Requestor type: Portal
summarizeGeneratedMethods(String) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Outputs summary information about the methods generated and the number of times that each method has been (re-)used during this assembly.
SUNDAY - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
Value of the DAY_OF_WEEK field indicating Sunday.
SUPPORT - Static variable in interface com.pega.pegarules.pub.generator.JavaGenerator
Value returned by methodAccess, indicating that the implementations of the referenced Rule- will be included as a separate method in the support code buffer, invoked from the primary code buffer.
SUPPORTS - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.TransactionAttribute
 
swap(T) - Method in class com.pega.pegarules.bootstrap.util.VicariousThreadLocal
Swaps the current threads value with the supplied value.

T

TABLE_TYPE_TABLE - Static variable in interface com.pega.pegarules.pub.database.DatabaseTable
A table type of 'TABLE'
TABLE_TYPE_VIEW - Static variable in interface com.pega.pegarules.pub.database.DatabaseTable
A table type of 'VIEW'
TABLEEDITINFO_INDEX_ENTRYCODE - Static variable in interface com.pega.pegarules.pub.dictionary.Dictionary
pzEntryCode
TABLEEDITINFO_INDEX_FIELDCLASS - Static variable in interface com.pega.pegarules.pub.dictionary.Dictionary
pyFieldClass
TABLEEDITINFO_INDEX_FIELDNAME - Static variable in interface com.pega.pegarules.pub.dictionary.Dictionary
pyFieldName
TABLEEDITINFO_INDEX_TABLECLASS - Static variable in interface com.pega.pegarules.pub.dictionary.Dictionary
pyTableClass
TABLEEDITINFO_INDEX_TABLEOPTION - Static variable in interface com.pega.pegarules.pub.dictionary.Dictionary
pyTableOption
TABLEEDITINFO_INDEX_TABLESELECTOR - Static variable in interface com.pega.pegarules.pub.dictionary.Dictionary
pyTableSelector
TABLEEDITINFO_INDEX_USEFORLOCALIZATION - Static variable in interface com.pega.pegarules.pub.dictionary.Dictionary
pyUseForLocalization
terminateQueue(String, int) - Method in interface com.pega.pegarules.pub.context.AgentUtils
Deprecated.
terminateQueue(String, String) - Method in interface com.pega.pegarules.pub.context.AgentUtils
Terminate an agent queue.
terminateQueue(Set<String>, String, String) - Method in interface com.pega.pegarules.pub.context.AgentUtils
Terminate an agent queue.
terminateQueue(String) - Method in interface com.pega.pegarules.pub.context.AgentUtils
Terminate all currently enabled queues for the specified agent.
testConnection(String, String, String, String, String, String, PegaAPI) - Method in interface com.pega.pegarules.pub.database.Database
Tests to see if we can get a connection to a particular database.
thisSubscript() - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
 
ThreadContainer - Class in com.pega.pegarules.pub.context
The ThreadContainer class acts as a container for the PRThread object associated with the current Java thread.
ThreadContainer() - Constructor for class com.pega.pegarules.pub.context.ThreadContainer
 
ThreadInEtier - Class in com.pega.pegarules.pub.context
The ThreadInEtier class provides an indication of whether the current Java thread is executing in the Enterprise tier as a result of entering the PegaRULES engine via the EngineBean ejb.
ThreadInEtier() - Constructor for class com.pega.pegarules.pub.context.ThreadInEtier
 
ThreadLocalStringMapFactory - Interface in com.pega.pegarules.pub.util
The StringMapFactory interface returns a StringMap object from a shared pool.
timeDifference(String, int, int, int, int) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
adds an interval to the specified time, using "business day" logic see TimeDifferenceBusinessDays uses the server's default calendar and GMT time zone
timeDifferenceBusinessDays(Calendar, String, int, int, int, int) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
adds an interval to the specified time, using "business day" logic assumes US business day rules (Saturday/Sunday closed), ignores possibility of holidays (constant 5 day weeks).
timeDifferenceFirstBusinessDay(Calendar, String) - Method in interface com.pega.pegarules.pub.util.DateTimeUtils
returns the first business day after the specified date, using "business day" logic assumes US business day rules (Saturday/Sunday closed), ignores possibility of holidays (constant 5 day weeks).
toBigDecimal() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Return value of this property as a IBM BigDecimal value.
toBigDecimal(PegaAPI) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Return value of this property as a IBM BigDecimal value, or if the caller wants, an exception when the property is missing or empty.
toBoolean() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Return value of this property as a boolean value.
toBoolean(PegaAPI) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Return value of this property as a boolean value, or if the caller wants, an exception when the property is missing or empty.
toBoolean(boolean) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Return value of this property as a boolean value.
toDate() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Return value of this property as a date.
toDate(PegaAPI) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Return value of this property as a date, or if the caller wants, an exception when the property is missing or empty.
toDateAsDateOnly(double) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convience function to convert a double to a Date with only the date component retained
toDateAsDateTime(double) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convience function to convert a double to a Date with both date and time components retained
toDateAsTimeOnly(double) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convience function to convert a double to a Date with only the time component retained
toDouble() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Return value of this property as a double.
toDouble(PegaAPI) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Return value of this property as a double.
toDoubleAsDate(Date) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Convert a Java Date to double, treating value as a Date with a zero time component
toDoubleAsDateOnly(double) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convenience function to pick out only the Date portion of a double leaving it with a zero time component.
toDoubleAsDateTime(Date) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Convert a Java Date to double, treating value as a DateTime
toDoubleAsTime(Date) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
Convert a Java Date to double, treating value as a Time with a zero date component
toDoubleAsTimeOnly(double) - Static method in class com.pega.pegarules.pub.util.PRDateFormat
convenience function to pick out only the Time portion of a double leaving it with a zero date component
toHexString(byte[]) - Static method in class com.pega.pegarules.pub.util.StringUtils
Convert byte array to a string of hex.
toInteger() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Return value of this property as an integer.
toInteger(PegaAPI) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Return value of this property as a int, or if the caller wants, an exception when the property is missing or empty.
toLowerCase(Locale, String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Lowercase the specified String.
toLowerCase(Locale, String, int, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
Lowercase the specified segment of the String
toLowerCase(Locale, StringBuffer, int, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
Lowercase the specified segment of the StringBuffer
toLowerCase(Locale, StringBuilder, int, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
Lowercase the specified segment of the StringBuilder
toPackedDecimal(String, boolean, int, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
Convert a string to byte array encoded as packed decimal data(COMP-3).
toPrintableRepresentation(String) - Static method in class com.pega.pegarules.pub.util.PRHtmlFilter
convert any funny characters into totally legible representation (based on a stack overflow post)
toProperCase(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Convert the input text to proper case.
toString() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Return value of this property as a string.
toString(PegaAPI) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
Return value of this property as a string, or if the caller wants, an exception when the property is missing or empty.
toString() - Method in enum com.pega.pegarules.pub.context.ClusterState
 
toString() - Method in class com.pega.pegarules.pub.context.PRSessionContext.LockAttribute
 
toString() - Method in class com.pega.pegarules.pub.context.PRSessionContext.SaveAttribute
 
toString() - Method in class com.pega.pegarules.pub.context.PRSessionContext.SaveInOwnTransactionAttribute
 
toString() - Method in class com.pega.pegarules.pub.context.PRSessionContext.TransactionAttribute
 
toString(String...) - Method in enum com.pega.pegarules.pub.context.PRStackFrame.Type
 
toString() - Method in class com.pega.pegarules.pub.database.Column
 
toString() - Method in interface com.pega.pegarules.pub.generator.CodeGenerator
Return a string (for debugging) that contains content of this instance.
toString() - Method in class com.pega.pegarules.pub.generator.DeclarativeReference
 
toString() - Method in interface com.pega.pegarules.pub.generator.StringExpression
Provides the String value represented by this instance if Expression.isLiteral() returns true.
toString() - Method in exception com.pega.pegarules.pub.PRAppRuntimeException
Returns a (short) description of this throwable.
toString() - Method in exception com.pega.pegarules.pub.PRException
Returns a (short) description of this throwable.
toString() - Method in class com.pega.pegarules.pub.runtime.ParameterPage
 
toString() - Method in class com.pega.pegarules.pub.session.PassivationKey
 
toString() - Method in class com.pega.pegarules.pub.util.HashStringMap
Returns a string representation of this map.
toString() - Method in class com.pega.pegarules.pub.util.PRFile
 
toString() - Method in exception com.pega.pegarules.pub.util.RDBSchemaGeneratorException
Appends the optional exceptions toString information to this class if one exists.
toString() - Method in interface com.pega.pegarules.pub.util.StringMap
Returns a string representation of the key/value pairs in this StringMap object.
toString() - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Returns the WSDL document as a character string.
toStringUpper() - Method in class com.pega.pegarules.pub.util.HashStringMap
Returns a string representation of this map with all keys and values converted to upper cases.
toUpperCase(Locale, String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Uppercase the specified String.
toUpperCase(Locale, String, int, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
Uppercase the specified segment of the String.
toUpperCase(Locale, StringBuffer, int, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
Uppercase the specified segment of the StringBuffer
toUpperCase(Locale, StringBuilder, int, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
Uppercase the specified segment of the StringBuilder
toURL() - Method in class com.pega.pegarules.pub.util.PRFile
 
toZonedDecimal(String, boolean, int, int) - Static method in class com.pega.pegarules.pub.util.StringUtils
Convert a string to byte array encoded as zoned decimal data(DISPLAY).
TracerUserWatchList - Interface in com.pega.pegarules.pub.tracer
 
translateCodeBlock(String, Map<String, ClipboardPage>, boolean, List<String>) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Translates a block of statements for a single rule as a unit.
translateExpression(String, ClipboardProperty, CodeGenerator, boolean) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
Provides execution logic for the expression and returns an instance of a CodeGenerator from which one can retrieve the assembled Java (via CodeGenerator.getPrimary() and CodeGenerator.getSecondary()) and a reference to the value of the expression (via CodeGenerator.getTertiary()).
translateExpression(String, ClipboardProperty, CodeGenerator, boolean, boolean) - Method in interface com.pega.pegarules.pub.generator.FirstUseAssembler
 
TRUE - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
Constant for specifying a true option
TYPE_AMOUNT - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This scalar (string) value specifies a 'measurement' that consists of an optionally-signed number (that may include fractional digits) combined with the named units of the measurement (such as 'days', 'dollars', or 'widgets').
TYPE_CLIPBOARD_PROPERTY - Static variable in interface com.pega.pegarules.pub.generator.CodeGenerator
The constant variable to hold the code for the type clipboard property
TYPE_DATE - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This scalar (string) value names a calendar date, typically independent of timezone.
TYPE_DATETIME - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This scalar (string) value specifies a moment in time.
TYPE_DECIMAL - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This scalar (string) value specifies an optionally-signed number that may include fractional digits.
TYPE_DISTINCT_PAGE - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
A special type that corresponds to a special embedded page, whose status is isolated from that of the page containing it.
TYPE_DOUBLE - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This scalar (string) value specifies a double-precision float value.
TYPE_FREEFORM - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This property is on a classless page, and is presumed to have an unconstrained scalar (string) value.
TYPE_IDENTIFIER - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This scalar (string) value might participate in naming other objects.
TYPE_IDSTRING - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This scalar (string) value might participate in naming other objects.
TYPE_INCLUDED_PAGE - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
A special type that corresponds to an embedded page that affects the status of the page containing it.
TYPE_INTEGER - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This scalar (string) value specifies an optionally-signed whole-number.
TYPE_JAVABEAN - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
A special type that corresponds to a special embedded page, whose status is isolated from that of the page containing it.
TYPE_JAVAOBJECT - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
A special type that corresponds to a Java Object.
TYPE_JAVAPROPERTY - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
A special type that corresponds to a Java Property.
TYPE_LOCAL - Static variable in interface com.pega.pegarules.pub.generator.CodeGenerator
The constant variable to hold the code for the type local
TYPE_NUMBER - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This scalar (string) value specifies an optionally-signed whole-number.
TYPE_PARAM - Static variable in interface com.pega.pegarules.pub.generator.CodeGenerator
The constant variable to hold the code for the type param
TYPE_PASSWORD - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This scalar (string) value should never be displayed.
TYPE_TEXT - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This scalar (string) value is intended primarily for human viewing.
TYPE_TEXTENCRYPTED - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This scalar (string) value specifies a value that is encrypted text and is conditionally decrypted when displayed
TYPE_TIMEOFDAY - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This scalar (string) value names a time of day, typically independent of timezone.
TYPE_TOPLEVEL_PAGE - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
A special type that corresponds to a top-level page that is not embedded in any other page.
TYPE_TRUEFALSE - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This boolean value can specify the selection or exclusion of a single option.
TYPE_UNKNOWN - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
This property is not bound, or its semantics could not be determined.
TYPE_VALUE - Static variable in interface com.pega.pegarules.pub.generator.CodeGenerator
The constant variable to hold the code for the type value
TYPE_YESORNO - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
Deprecated.
typeIsDefined(QName) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Deprecated. 
typeNameFromWrapperName(String) - Method in interface com.pega.pegarules.pub.generator.PRObjectWrapperGenerator
Given a fully qualified wrapper name, return the type name.

U

unauthenticate() - Method in interface com.pega.pegarules.pub.context.PRAuthentication
Unauthenticate this requestor, turning it into a guest.
unlock(StringMap, boolean) - Method in interface com.pega.pegarules.pub.database.LockManager
Unlocks an instance.
unlock(String, boolean) - Method in interface com.pega.pegarules.pub.database.LockManager
Unlocks a generic string.
unlockAllForOperator() - Method in interface com.pega.pegarules.pub.database.LockManager
Deprecated.
As of version 6.3, use LockManager.unlockForRequestor() instead.
unlockForRequestor() - Method in interface com.pega.pegarules.pub.database.LockManager
Unlocks all locks held by the current requestor.
unlockOnNode(String, boolean) - Method in interface com.pega.pegarules.pub.database.LockManager
Release a node-level lock
unlockOnNodeForRequestor() - Method in interface com.pega.pegarules.pub.database.LockManager
Release all of the node-level locks for the given requestor.
UnmodifiablePropertyException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown by clipboard classes when a method fails because the a property is unmodifiable.
UnmodifiablePropertyException() - Constructor for exception com.pega.pegarules.pub.clipboard.UnmodifiablePropertyException
 
UnmodifiablePropertyException(String, String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.UnmodifiablePropertyException
 
UnmodifiablePropertyException(String, String, String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.UnmodifiablePropertyException
 
unquote(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
 
UnresolvedAssemblyError - Error in com.pega.pegarules.pub.generator
The UnresolvedAssemblyError class is thrown by assembled code for errors that were found during translation and that somehow managed to result in an instance being saved.
UnresolvedAssemblyError(String) - Constructor for error com.pega.pegarules.pub.generator.UnresolvedAssemblyError
This standard constructor requires a diagnostic to identify the nature of the problem encountered.
UnresolvedAssemblyError(String, Throwable) - Constructor for error com.pega.pegarules.pub.generator.UnresolvedAssemblyError
This constructor requires a diagnostic to identify the nature of the problem encountered and a Throwable that further describes the cause of the exception.
UnresolvedRuntimeError - Error in com.pega.pegarules.pub.generator
The UnresolvedRuntimeError class is thrown at runtime, by logic that used to be thrown by assembled code for errors that were found during translation and that somehow managed to result in an instance being saved.
UnresolvedRuntimeError(String) - Constructor for error com.pega.pegarules.pub.generator.UnresolvedRuntimeError
This standard constructor requires a diagnostic to identify the nature of the problem encountered.
UnresolvedRuntimeError(String, Throwable) - Constructor for error com.pega.pegarules.pub.generator.UnresolvedRuntimeError
This constructor requires a diagnostic to identify the nature of the problem encountered and a Throwable that further describes the cause of the exception.
UNSPECIFIED - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.LockAttribute
 
UNSPECIFIED - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.SaveAttribute
 
UNSPECIFIED - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.SaveInOwnTransactionAttribute
 
UNSPECIFIED - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.TransactionAttribute
 
UNSPECIFIED - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.UniqueIDAttribute
 
update(ClipboardPage) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Perform an immediate update (save) of the specified item.
update() - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Perform an immediate update (save) of the currently locked item.
UPDATE_APPEND - Static variable in interface com.pega.pegarules.pub.context.PRAuthorization
Update action: append to existing list
UPDATE_DELETE - Static variable in interface com.pega.pegarules.pub.context.PRAuthorization
Update action: delete specified entries
UPDATE_DELETE_UPTO - Static variable in interface com.pega.pegarules.pub.context.PRAuthorization
Update action: delete this entry and all preceeding entries
UPDATE_PREPEND - Static variable in interface com.pega.pegarules.pub.context.PRAuthorization
Update action: prepend to existing list
UPDATE_REPLACE - Static variable in interface com.pega.pegarules.pub.context.PRAuthorization
Update action: replace all existing entries with new values
updateDeferred(ClipboardPage) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Perform a deferred update (save) of the specified item.
updateDeferred(ClipboardPage, boolean) - Method in interface com.pega.pegarules.pub.context.PRQueueManager
Perform a deferred update (save) of the specified item.
updateGlobalCountsForThread() - Method in interface com.pega.pegarules.pub.util.ThreadLocalStringMapFactory
 
updateMethodStatus() - Method in interface com.pega.pegarules.pub.context.ProcessingStatus
Updates contents of pxThread.pxMethodStatus property.
updateSecuritySnapshotPage() - Method in interface com.pega.pegarules.pub.context.PRThread
 
upgradeLegacyParseRule(ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Convert the rule data of the legacy parse rule to the new format.
UPPERCASE - Static variable in class com.pega.pegarules.pub.util.StringUtils
Constant for "concat" methods, convert string to upper case
URI_SOAP_ENC - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
URI_WSDL - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
URI_XML_1998 - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
URI_XSD_1999 - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
URI_XSD_2000 - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
URI_XSD_2001 - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
URI_XSI_2001 - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
urlClean(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
 
urlClean(StringBuffer) - Static method in class com.pega.pegarules.pub.util.StringUtils
 
urlClean(StringBuilder) - Static method in class com.pega.pegarules.pub.util.StringUtils
 
urlClean(char[]) - Static method in class com.pega.pegarules.pub.util.StringUtils
Changes invalid URL characters to the under-bar char.
urlCrossScriptingFilter(String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Converts the special characters into url encoded values for the given string
USE_ATTR_REQUIRED - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
USE_DATABASE_BEAN - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.SaveAttribute
 
USE_DATABASE_BEAN - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.SaveInOwnTransactionAttribute
 
USE_DEFAULT_TIMEZONE - Static variable in class com.pega.pegarules.pub.util.PerThreadCache
Indicator to use timezone defaulting mechanism.
USE_DEFAULT_TIMEZONE_PRE42SP6 - Static variable in class com.pega.pegarules.pub.util.PerThreadCache
Indicator to use timezone defaulting mechanism (in parseAsDate/parseAsTime from pre-4.2SP6).
USE_LOCKING_BEAN - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.LockAttribute
 
USE_UNIQUE_ID_BEAN - Static variable in class com.pega.pegarules.pub.context.PRSessionContext.UniqueIDAttribute
 
USE_VALUE_OPTIONAL - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
USE_VALUE_PROHIBITED - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
USE_VALUE_REQUIRED - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
useModeInput() - Method in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
Indicates whether the input-mode display has been requested for the active property and is appropriate.
usesExpression() - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
Does this Rule-Obj-Property-Alias instance use an expression, or is it a literal property reference?
usesInheritance() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Does this class use inheritance?
usesPatternInheritance() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Does this class use pattern inheritance?
usesQualifiedRuleResolution(String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Does this Rule-Obj-Class use circumstance qualified rule resolution (allows selection of rules based on property values)?
usesRuleResolution() - Method in interface com.pega.pegarules.pub.database.ClassDefinition
Does this class use rule resolution?
UTF8_BOM - Static variable in class com.pega.pegarules.pub.util.PRFileUtil
The UTF-8 byte order mark

V

validate(ClipboardPage, boolean) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Examine an instance of a ClipboardPage and validate the contents against the definition of the class (indicated in the pxObjClass on aPage).
validate(ClipboardProperty, boolean) - Method in interface com.pega.pegarules.pub.dictionary.ClassInfo
Exactly like validate, but works with properties.
validate(ClipboardPage, boolean) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Examine an instance of a ClipboardPage and validate the contents against the definition of the class (indicated in the pxObjClass on aPage).
validate(ClipboardProperty) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Examine an instance of a ClipboardProperty and validate the contents against its definition (combined with the pxObjClass on its parent page).
validate(String, String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Examine a string value and validate it against the named property's definition.
validate(ClipboardProperty, boolean) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
examine an instance of a ClipboardProperty and validate the contents against its definition (combined with the pxObjClass on its parent page).
validate(ClipboardProperty, boolean, boolean) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
examine an instance of a ClipboardProperty and validate the contents against its definition (combined with the pxObjClass on its parent page).
validate(ClipboardProperty, String, boolean, boolean) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Validate a property with a given value
validate(ClipboardProperty, boolean) - Method in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
reports the validity of the data in this property.
validateListener(ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Deprecated. 
validatePagesAndClasses(ClipboardProperty, ClipboardProperty) - Method in interface com.pega.pegarules.pub.database.RulesetContext
Validates the pages and classes table for the rule.
validateReference(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Takes a property reference and validates it against the specified class definition.
validateReferenceWithCaseSensitivity(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Takes a property reference and validates it against the specified class definition.
validateReferenceWithWildcards(String, String) - Method in interface com.pega.pegarules.pub.dictionary.Dictionary
Takes a reference (that may contain wildcards) and validates it against the specified class.
validateService(QName) - Method in interface com.pega.pegarules.pub.util.WebSvcsParser
Validates a given service in wsdl for the validity of SOAP Address, location and Binding.
validateWhen(ClipboardProperty, String) - Method in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
Validates aExpression for correct syntax (as handled by stream when expressions).
validateWhen(ClipboardProperty, String, String) - Method in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
Validates aExpression for correct syntax (as handled by stream when expressions).
validateXMLParseRule(ClipboardPage) - Method in interface com.pega.pegarules.pub.util.ServiceUtils
Generate the java source for the parse steps contained in the given Rule-Parse-XML record.
validName(String) - Static method in class com.pega.pegarules.pub.runtime.ParameterPage
Check if a string would be a valid property name.
valueOf(String) - Static method in enum com.pega.pegarules.pub.context.ClusterState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pega.pegarules.pub.context.IRoleAccessRightInfo.AuthorizationInfo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pega.pegarules.pub.context.IRoleAccessRightInfo.ConditionalReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pega.pegarules.pub.context.IRoleAccessRightInfo.UnAuthorizationReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pega.pegarules.pub.context.PRSessionContext.TransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pega.pegarules.pub.context.PRStackFrame.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pega.pegarules.pub.crypto.IPRCrypto.DigestAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pega.pegarules.pub.generator.PageDescriptor.PrimaryAssemblyPageReliability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pega.pegarules.pub.session.PassivationKey.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pega.pegarules.pub.updatemanager.HotfixInstallStatus.HotFixEntryInstallStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pega.pegarules.pub.updatemanager.HotfixInstallStatus.HotFixInstallStatus
Returns the enum constant of this type with the specified name.
values() - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Returns a collection of all of the properties on this page.
values() - Static method in enum com.pega.pegarules.pub.context.ClusterState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pega.pegarules.pub.context.IRoleAccessRightInfo.AuthorizationInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pega.pegarules.pub.context.IRoleAccessRightInfo.ConditionalReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pega.pegarules.pub.context.IRoleAccessRightInfo.UnAuthorizationReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pega.pegarules.pub.context.PRSessionContext.TransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pega.pegarules.pub.context.PRStackFrame.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pega.pegarules.pub.crypto.IPRCrypto.DigestAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.pega.pegarules.pub.generator.ExpressionMap
Returns a collection view of the values contained in this instance.
values() - Static method in enum com.pega.pegarules.pub.generator.PageDescriptor.PrimaryAssemblyPageReliability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.pega.pegarules.pub.runtime.ParameterPage
Returns a collection view of the values contained in this instance.
values() - Static method in enum com.pega.pegarules.pub.session.PassivationKey.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pega.pegarules.pub.updatemanager.HotfixInstallStatus.HotFixEntryInstallStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pega.pegarules.pub.updatemanager.HotfixInstallStatus.HotFixInstallStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.pega.pegarules.pub.util.HashStringMap
Returns a collection view of the values contained in this instance.
VERSION - Static variable in class com.pega.pegarules.bootstrap.util.VicariousThreadLocal
 
VERSION - Static variable in class com.pega.pegarules.parserule.XMLNode
 
VERSION - Static variable in class com.pega.pegarules.parserule.XMLNodeList
 
VERSION - Static variable in interface com.pega.pegarules.pub.clipboard.ClipboardPage
 
VERSION - Static variable in interface com.pega.pegarules.pub.clipboard.ClipboardProperty
 
VERSION - Static variable in interface com.pega.pegarules.pub.clipboard.ClipboardPropertyCollection
 
VERSION - Static variable in interface com.pega.pegarules.pub.clipboard.FilteredClipboardProperty
 
VERSION - Static variable in interface com.pega.pegarules.pub.clipboard.IComparePagesAPI
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.IncompatibleClassException
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.InvalidIdentifierException
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.InvalidParameterException
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.InvalidReferenceException
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.InvalidStreamError
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.InvalidValueException
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.JavaObjectSerializationException
 
VERSION - Static variable in interface com.pega.pegarules.pub.clipboard.JavaPropertyTransform
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.LightweightPropertyException
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.LoadOnlyException
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.NoSuchParentForReferenceException
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.NoSuchReferenceException
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.PegaArchiveException
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.PRDataPagePoolException
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.PRDeclarePageException
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.PRDeclarePageInvalidAccessException
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.PRDeclarePageLoadException
 
VERSION - Static variable in interface com.pega.pegarules.pub.clipboard.PRObjectWrapper
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.PRObjectWrapperException
 
VERSION - Static variable in class com.pega.pegarules.pub.clipboard.PRStringFormat
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.ReadOnlyException
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.StalePropertyReferenceException
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.UnmodifiablePropertyException
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.VirtualPropertyException
 
VERSION - Static variable in exception com.pega.pegarules.pub.clipboard.WrongModeException
 
VERSION - Static variable in exception com.pega.pegarules.pub.context.AbandonProcessingException
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.AgentUtils
 
VERSION - Static variable in exception com.pega.pegarules.pub.context.AuthenticationRequiredException
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.ClusterExecutor
 
VERSION - Static variable in enum com.pega.pegarules.pub.context.ClusterState
 
VERSION - Static variable in exception com.pega.pegarules.pub.context.CryptographicException
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.IAuthSettingInfo
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.IExecuteRightInfo
 
VERSION - Static variable in error com.pega.pegarules.pub.context.InitializationFailedError
 
VERSION - Static variable in exception com.pega.pegarules.pub.context.InvalidConfigurationException
 
VERSION - Static variable in exception com.pega.pegarules.pub.context.InvalidLocaleException
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.IRoleAccessRightInfo
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.IRoleAuthSettingInfo
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.PageDirectory
 
VERSION - Static variable in error com.pega.pegarules.pub.context.PRAbandonProcessingException
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.PRAuthentication
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.PRAuthorization
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.PRCluster
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.PRNode
 
VERSION - Static variable in exception com.pega.pegarules.pub.context.PRNoSuchChildException
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.ProcessingStatus
 
VERSION - Static variable in exception com.pega.pegarules.pub.context.PRQueueException
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.PRQueueIterator
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.PRQueueManager
 
VERSION - Static variable in exception com.pega.pegarules.pub.context.PRQueueTerminateException
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.PRRequestor
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.PRRequestProcessor
 
VERSION - Static variable in error com.pega.pegarules.pub.context.PRSecurityException
 
VERSION - Static variable in class com.pega.pegarules.pub.context.PRSessionContext
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.PRStackFrame
 
VERSION - Static variable in error com.pega.pegarules.pub.context.PRStackFrameNotTopException
 
VERSION - Static variable in interface com.pega.pegarules.pub.context.PRThread
 
VERSION - Static variable in exception com.pega.pegarules.pub.context.PRThreadLockException
 
VERSION - Static variable in exception com.pega.pegarules.pub.context.PRTimeoutExpiredException
 
VERSION - Static variable in exception com.pega.pegarules.pub.context.RequestorLockException
 
VERSION - Static variable in error com.pega.pegarules.pub.context.StaleRequestorError
 
VERSION - Static variable in error com.pega.pegarules.pub.context.StaleThreadError
 
VERSION - Static variable in class com.pega.pegarules.pub.context.ThreadContainer
 
VERSION - Static variable in class com.pega.pegarules.pub.context.ThreadInEtier
 
VERSION - Static variable in interface com.pega.pegarules.pub.crypto.IPasswordResult
 
VERSION - Static variable in interface com.pega.pegarules.pub.crypto.IPRCipher
 
VERSION - Static variable in interface com.pega.pegarules.pub.crypto.IPRCrypto
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.AuthorizationException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.BadCircumstanceDateFormat
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.BadClassDefinitionException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.BadDatabaseDefinitionException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.BadInputException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.BadInstanceDataException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.BadRoleException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.BadRulesetException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.BadTableMappingException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.CacheException
 
VERSION - Static variable in error com.pega.pegarules.pub.database.CacheRuntimeException
 
VERSION - Static variable in class com.pega.pegarules.pub.database.CircumstanceResult
Deprecated.
 
VERSION - Static variable in interface com.pega.pegarules.pub.database.ClassDefinition
 
VERSION - Static variable in class com.pega.pegarules.pub.database.Column
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.ColumnPopulationException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.ConfigurationException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.ConnectionException
 
VERSION - Static variable in interface com.pega.pegarules.pub.database.Database
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.DatabaseException
 
VERSION - Static variable in class com.pega.pegarules.pub.database.DatabaseInformation
 
VERSION - Static variable in interface com.pega.pegarules.pub.database.DatabaseTable
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.DuplicateKeyException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.InitializationException
Deprecated.
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.IntegrityConstraintViolationException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.JTAException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.LockFailureException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.LockGoneException
 
VERSION - Static variable in interface com.pega.pegarules.pub.database.LockManager
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.LockStolenException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.MultipleCircumstancePropertiesException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.MultipleInstancesWithKeyException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.MultipleRuleVersionException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.NestedCommitException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.NonexistentTableException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.NoRuleVersionWithoutCircumstanceException
 
VERSION - Static variable in exception com.pega.pegarules.pub.database.NotSupportedException
 
VERSION - Static variable in class com.pega.pegarules.pub.database.RuleResolutionInformation
 
VERSION - Static variable in interface com.pega.pegarules.pub.database.RulesetContext
 
VERSION - Static variable in interface com.pega.pegarules.pub.dictionary.ClassInfo
 
VERSION - Static variable in interface com.pega.pegarules.pub.dictionary.Dictionary
 
VERSION - Static variable in exception com.pega.pegarules.pub.dictionary.DictionaryException
 
VERSION - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo
 
VERSION - Static variable in interface com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo
 
VERSION - Static variable in interface com.pega.pegarules.pub.dictionary.PropertyInfo
 
VERSION - Static variable in interface com.pega.pegarules.pub.generator.CodeGenerator
 
VERSION - Static variable in class com.pega.pegarules.pub.generator.DeclarativeReference
 
VERSION - Static variable in interface com.pega.pegarules.pub.generator.Expression
 
VERSION - Static variable in exception com.pega.pegarules.pub.generator.ExpressionException
 
VERSION - Static variable in class com.pega.pegarules.pub.generator.ExpressionMap
 
VERSION - Static variable in interface com.pega.pegarules.pub.generator.FirstUseAssembler
 
VERSION - Static variable in exception com.pega.pegarules.pub.generator.FirstUseAssemblerException
 
VERSION - Static variable in interface com.pega.pegarules.pub.generator.FUAListEntry
 
VERSION - Static variable in interface com.pega.pegarules.pub.generator.GenericAssembler
 
VERSION - Static variable in interface com.pega.pegarules.pub.generator.GenericAssemblerValidator
 
VERSION - Static variable in interface com.pega.pegarules.pub.generator.IAssemblyStreamSupport
 
VERSION - Static variable in interface com.pega.pegarules.pub.generator.ICodeBuffer
 
VERSION - Static variable in interface com.pega.pegarules.pub.generator.IGeneratedMethod
 
VERSION - Static variable in interface com.pega.pegarules.pub.generator.IStaticContentAssembly
 
VERSION - Static variable in interface com.pega.pegarules.pub.generator.JavaGenerator
 
VERSION - Static variable in interface com.pega.pegarules.pub.generator.JavaGeneratorExtended
 
VERSION - Static variable in exception com.pega.pegarules.pub.generator.JSPRuntimeException
 
VERSION - Static variable in class com.pega.pegarules.pub.generator.LiteweightPropertyDefinition
 
VERSION - Static variable in interface com.pega.pegarules.pub.generator.PageDescriptor
 
VERSION - Static variable in interface com.pega.pegarules.pub.generator.PRObjectWrapperGenerator
 
VERSION - Static variable in interface com.pega.pegarules.pub.generator.PRWrapperSourceBuilder
 
VERSION - Static variable in error com.pega.pegarules.pub.generator.RuleNotFoundException
 
VERSION - Static variable in interface com.pega.pegarules.pub.generator.StringExpression
 
VERSION - Static variable in error com.pega.pegarules.pub.generator.UnresolvedAssemblyError
 
VERSION - Static variable in error com.pega.pegarules.pub.generator.UnresolvedRuntimeError
 
VERSION - Static variable in exception com.pega.pegarules.pub.infengine.ChainingException
 
VERSION - Static variable in exception com.pega.pegarules.pub.infengine.IndeterminateGoalException
 
VERSION - Static variable in exception com.pega.pegarules.pub.infengine.MissingPropertyException
 
VERSION - Static variable in interface com.pega.pegarules.pub.pal.PAL
 
VERSION - Static variable in class com.pega.pegarules.pub.PassGen
 
VERSION - Static variable in exception com.pega.pegarules.pub.PRAppRuntimeException
 
VERSION - Static variable in exception com.pega.pegarules.pub.PRException
 
VERSION - Static variable in error com.pega.pegarules.pub.PRInterruptedException
 
VERSION - Static variable in error com.pega.pegarules.pub.PRMissingContextError
 
VERSION - Static variable in error com.pega.pegarules.pub.PRRuntimeError
 
VERSION - Static variable in exception com.pega.pegarules.pub.PRRuntimeException
 
VERSION - Static variable in class com.pega.pegarules.pub.runtime.AbstractActivity
 
VERSION - Static variable in class com.pega.pegarules.pub.runtime.AbstractModel
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.Activity
 
VERSION - Static variable in error com.pega.pegarules.pub.runtime.ActivityTerminateException
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.CollectionRule
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.EditInput
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.EditValidate
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.FUAReusable
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.FUASupport
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.Function
 
VERSION - Static variable in exception com.pega.pegarules.pub.runtime.FunctionInvocationException
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.GeneratedJava
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.GeneratedJavaEntry
 
VERSION - Static variable in error com.pega.pegarules.pub.runtime.IndeterminateConditionalException
 
VERSION - Static variable in exception com.pega.pegarules.pub.runtime.LibraryFunctionNotFoundException
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.MetadataAvail
 
VERSION - Static variable in class com.pega.pegarules.pub.runtime.NodeNameGenerator
 
VERSION - Static variable in class com.pega.pegarules.pub.runtime.ParameterPage
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.ParseState
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.PropertyAlias
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.PublicAPI
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.RuleDeclareCollection
 
VERSION - Static variable in error com.pega.pegarules.pub.runtime.RuleGenerationException
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.Stage
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilder
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.StreamBuilderToolKit
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.WebAllowable
 
VERSION - Static variable in interface com.pega.pegarules.pub.runtime.WhenBlock
 
VERSION - Static variable in exception com.pega.pegarules.pub.services.ConnectorException
 
VERSION - Static variable in exception com.pega.pegarules.pub.services.InboundMappingException
 
VERSION - Static variable in exception com.pega.pegarules.pub.services.IndirectReferenceException
 
VERSION - Static variable in class com.pega.pegarules.pub.services.jsr94.PRuleServiceProviderImpl
 
VERSION - Static variable in class com.pega.pegarules.pub.services.jsr94.RuleSetFileGeneratorImpl
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.MetadataConverterPlugin
 
VERSION - Static variable in exception com.pega.pegarules.pub.services.OutboundMappingException
 
VERSION - Static variable in exception com.pega.pegarules.pub.services.RemoteApplicationException
 
VERSION - Static variable in exception com.pega.pegarules.pub.services.ResourceUnavailableException
 
VERSION - Static variable in exception com.pega.pegarules.pub.services.ServiceException
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.ServiceInterface
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDAnnotation
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDAttributeDeclaration
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDAttributeGroupDefinition
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDAttributeGroupReference
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDAttributeReference
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDAttributeWildcard
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDComplexTypeDefinition
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDComponent
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDComponentBuilder
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDComponentList
 
VERSION - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDElementDeclaration
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDElementIdentityConstraint
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDElementReference
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDElementWildcard
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDModelGroupDefinition
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDModelGroupReference
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDSchemaDocument
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDSchemaImport
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDSchemaInclude
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDSchemaNotation
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDSchemaRedefine
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDSimpleTypeDefinition
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDSimpleTypeRestrictionFacet
 
VERSION - Static variable in interface com.pega.pegarules.pub.services.xsd.XSDTypeDefinition
 
VERSION - Static variable in interface com.pega.pegarules.pub.session.CustomPassivationMechanism
 
VERSION - Static variable in interface com.pega.pegarules.pub.session.Job
 
VERSION - Static variable in class com.pega.pegarules.pub.session.PassivationDigest
 
VERSION - Static variable in class com.pega.pegarules.pub.session.PassivationKey
 
VERSION - Static variable in class com.pega.pegarules.pub.session.PassivationMetadata
 
VERSION - Static variable in class com.pega.pegarules.pub.session.PassivationRecord
 
VERSION - Static variable in class com.pega.pegarules.pub.StringBufferFactoryConstants
 
VERSION - Static variable in exception com.pega.pegarules.pub.tracer.JavaBreakpointException
 
VERSION - Static variable in interface com.pega.pegarules.pub.tracer.TracerUserWatchList
 
VERSION - Static variable in class com.pega.pegarules.pub.updatemanager.HotfixInstallStatus
 
VERSION - Static variable in class com.pega.pegarules.pub.util.Base64Util
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.COBOLUtils
 
VERSION - Static variable in class com.pega.pegarules.pub.util.ConcurrentHashMapWithNullSupport
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.currency.CurrencyProperties
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.DateTimeUtils
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.EFormUtils
 
VERSION - Static variable in class com.pega.pegarules.pub.util.EncodingMap
 
VERSION - Static variable in class com.pega.pegarules.pub.util.HashStringMap
 
VERSION - Static variable in class com.pega.pegarules.pub.util.JavaUtils
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.MapCOBOLDataStructure
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.ParseUtils
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.PDFUtils
 
VERSION - Static variable in class com.pega.pegarules.pub.util.PerThreadCache
 
VERSION - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
 
VERSION - Static variable in class com.pega.pegarules.pub.util.PRFile
 
VERSION - Static variable in class com.pega.pegarules.pub.util.PRFileDataSource
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.PRFilenameFilter
 
VERSION - Static variable in class com.pega.pegarules.pub.util.PRFileUtil
 
VERSION - Static variable in class com.pega.pegarules.pub.util.PRHtmlFilter
 
VERSION - Static variable in class com.pega.pegarules.pub.util.PRInputStream
 
VERSION - Static variable in class com.pega.pegarules.pub.util.PRNumberFormat
 
VERSION - Static variable in class com.pega.pegarules.pub.util.PROutputStream
 
VERSION - Static variable in class com.pega.pegarules.pub.util.PRReader
version id
VERSION - Static variable in interface com.pega.pegarules.pub.util.PRSystemSettings
 
VERSION - Static variable in class com.pega.pegarules.pub.util.PRWriter
version id
VERSION - Static variable in class com.pega.pegarules.pub.util.PRWriterCompressor
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.Random
 
VERSION - Static variable in exception com.pega.pegarules.pub.util.RDBSchemaGeneratorException
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.RuleSet
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.RuleSetSpecification
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.SAMLUtils
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.SchemaParser
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.SearchResult
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.ServiceUtils
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.StringMap
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.StringMapFactory
 
VERSION - Static variable in class com.pega.pegarules.pub.util.StringUtils
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.StructuredUtils
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.ThreadLocalStringMapFactory
 
VERSION - Static variable in interface com.pega.pegarules.pub.util.WebSvcsParser
 
VERSION - Static variable in class com.pega.pegarules.pub.util.XMLUtils
 
VERSION - Static variable in class com.pega.pegarules.pub.util.XorShift
 
VicariousThreadLocal<T> - Class in com.pega.pegarules.bootstrap.util
A drop-in replacement ThreadLocal implementation that does not leak when thread-local values reference the ThreadLocal object.
VicariousThreadLocal() - Constructor for class com.pega.pegarules.bootstrap.util.VicariousThreadLocal
Creates a new VicariousThreadLocal.
VirtualPropertyException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown when a problem is encountered during usage of virtual clipboard properties, which are based on references to a database row set.
VirtualPropertyException() - Constructor for exception com.pega.pegarules.pub.clipboard.VirtualPropertyException
 
VirtualPropertyException(String) - Constructor for exception com.pega.pegarules.pub.clipboard.VirtualPropertyException
 
VirtualPropertyException(String, Throwable) - Constructor for exception com.pega.pegarules.pub.clipboard.VirtualPropertyException
 
VirtualPropertyException(String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.VirtualPropertyException
 

W

waitOnAllAsyncThreadActivities() - Method in interface com.pega.pegarules.pub.context.PRRequestor
Wait forever for all async thread activities to complete.
waitOnAllAsyncThreadActivities(long) - Method in interface com.pega.pegarules.pub.context.PRRequestor
Wait for all async thread tasks to complete their activities, or for a timeout, whichever comes first.
waitOnAllBatchActivities() - Method in interface com.pega.pegarules.pub.context.PRRequestor
Wait forever for all batch activities to complete.
waitOnAllBatchActivities(long) - Method in interface com.pega.pegarules.pub.context.PRRequestor
Wait for all children requestors to complete their activities, or for a timeout, whichever comes first.
waitOnAsyncThreadActivity(Object) - Method in interface com.pega.pegarules.pub.context.PRRequestor
Wait forever for a async thread task to finish.
waitOnAsyncThreadActivity(Object, long) - Method in interface com.pega.pegarules.pub.context.PRRequestor
Wait for a async thread task to finish, or for some timeout to be reached.
waitOnBatchActivity(Object) - Method in interface com.pega.pegarules.pub.context.PRRequestor
Wait forever for a child requestor to finish.
waitOnBatchActivity(Object, long) - Method in interface com.pega.pegarules.pub.context.PRRequestor
Wait for a child requestor to finish, or for some timeout to be reached.
WebAllowable - Interface in com.pega.pegarules.pub.runtime
This interface is implemented by activities to indicate whether they may be invoked from the URL as the starting activity.
WebSvcsParser - Interface in com.pega.pegarules.pub.util
WebSvcsParser base class, used to generate new class instances
WhenBlock - Interface in com.pega.pegarules.pub.runtime
The WhenBlock interface is implemented by the Java which is generated by First-Use Assembly based on Rule-Obj-When instances.
wrapperNameFromType(Class) - Method in interface com.pega.pegarules.pub.generator.PRObjectWrapperGenerator
Given a java type, return the wrapper name.
wrapperNameFromTypeName(String) - Method in interface com.pega.pegarules.pub.generator.PRObjectWrapperGenerator
Given a fully qualified type name, return the wrapper name.
write(int) - Method in class com.pega.pegarules.pub.util.PROutputStream
Write the specified byte to this output stream.
write(byte[]) - Method in class com.pega.pegarules.pub.util.PROutputStream
Write the specified byte to this output stream.
write(byte[], int, int) - Method in class com.pega.pegarules.pub.util.PROutputStream
Write a portion of an array of bytes.
write(char[], int, int) - Method in class com.pega.pegarules.pub.util.PRWriter
Write a portion of an array of characters.
write(char[], int, int) - Method in class com.pega.pegarules.pub.util.PRWriterCompressor
Write a portion of an array of characters.
writeEscapedCSVEntry(String, PrintWriter) - Static method in class com.pega.pegarules.pub.util.StringUtils
Writes a single field of information about a class to a comma-separated-value (CSV) file, escaping characters as necessary.
writeIndexesForPage(ClipboardPage) - Method in interface com.pega.pegarules.pub.database.Database
 
writeXML(OutputStream) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Write a clipboard page to an OutputStream
writeXML(OutputStream, byte) - Method in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Write a clipboard page to an OutputStream, using a specific XML representation of this page.
WrongModeException - Exception in com.pega.pegarules.pub.clipboard
Exception thrown by clipboard classes when a method fails because the mode of a property does not support the operation using the given parameters.
WrongModeException() - Constructor for exception com.pega.pegarules.pub.clipboard.WrongModeException
Constructor for WrongModeException
WrongModeException(String) - Constructor for exception com.pega.pegarules.pub.clipboard.WrongModeException
Constructor for WrongModeException
WrongModeException(String, String, String, String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.WrongModeException
Constructor for WrongModeException
WrongModeException(String, String, String, String, String, String) - Constructor for exception com.pega.pegarules.pub.clipboard.WrongModeException
Constructor for WrongModeException

X

xlateBytesToString(byte[], int, String) - Static method in class com.pega.pegarules.pub.util.StringUtils
Translate byte array using the specified character encoding
XML_CPAXDTD - Static variable in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Potential value of aXMLOption passed to ClipboardPage.getXML(byte).
XML_JSON - Static variable in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Potential value of aXMLOption passed to ClipboardPage.getXML(byte).
XML_SCHEMA_DATE - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
XML Schema format for date values
XML_SCHEMA_DATETIME - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
XML Schema format for dateTime values
XML_SCHEMA_DATETIME_FULL - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
XML Schema format for dateTime values with ms and UTC timezone symbol
XML_SCHEMA_TIME - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
XML Schema format for time values
XML_SCHEMA_TIME_FULL - Static variable in class com.pega.pegarules.pub.util.PRDateFormat
XML Schema format for time values with ms and UTC timezone symbol
XML_STANDARD - Static variable in interface com.pega.pegarules.pub.clipboard.ClipboardPage
Potential value of aXMLOption passed to ClipboardPage.getXML(byte).
XMLNode - Class in com.pega.pegarules.parserule
 
XMLNode() - Constructor for class com.pega.pegarules.parserule.XMLNode
 
XMLNode(String) - Constructor for class com.pega.pegarules.parserule.XMLNode
Method XMLNode create the object with name.
XMLNode(String, String) - Constructor for class com.pega.pegarules.parserule.XMLNode
Method XMLNode create the object with name and value.
XMLNode(String, Attributes) - Constructor for class com.pega.pegarules.parserule.XMLNode
Method XMLNode create the object with name and attributes.
XMLNode(String, String, Attributes) - Constructor for class com.pega.pegarules.parserule.XMLNode
Method XMLNode create the object with name, value and attributes.
XMLNode(String, String, Attributes, String) - Constructor for class com.pega.pegarules.parserule.XMLNode
Method XMLNode create the object with name, value, attributes and path.
XMLNodeList - Class in com.pega.pegarules.parserule
adding XMLNodes and traversing through the list of XMLNodes
XMLNodeList() - Constructor for class com.pega.pegarules.parserule.XMLNodeList
 
XMLUtils - Class in com.pega.pegarules.pub.util
Utilities for dealing with XML NOTE: XMLEncode is available in JDK 1.4 (java.beans.XMLEncoder)
XMLUtils() - Constructor for class com.pega.pegarules.pub.util.XMLUtils
 
XorShift - Class in com.pega.pegarules.pub.util
XorShift
XorShift(int) - Constructor for class com.pega.pegarules.pub.util.XorShift
 
XorShift() - Constructor for class com.pega.pegarules.pub.util.XorShift
 
XSD_TYPE_ANYSIMPLETYPE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_ANYTYPE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_ANYURI - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_BASE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_BASE64BINARY - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_BOOLEAN - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_BYTE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_DATE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_DATETIME - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_DECIMAL - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_DOUBLE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_DURATION - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_ENTITIES - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_ENTITY - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_FLOAT - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_GDAY - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_GMONTH - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_GMONTHDAY - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_GYEAR - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_GYEARMONTH - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_HEXBINARY - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_ID - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_IDREF - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_IDREFS - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_INT - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_INTEGER - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_LANGUAGE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_LONG - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_NAME - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_NCNAME - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_NEGATIVEINTEGER - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_NMTOKEN - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_NMTOKENS - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_NONNEGATIVEINTEGER - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_NONPOSITIVEINTEGER - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_NORMALIZEDSTRING - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_NOTATION - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_POSITIVEINTEGER - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_QNAME - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_SHORT - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_STRING - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_TIME - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_TOKEN - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_TYPE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_UNSIGNEDBYTE - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_UNSIGNEDINT - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_UNSIGNEDLONG - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSD_TYPE_UNSIGNEDSHORT - Static variable in class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSDAnnotation - Interface in com.pega.pegarules.pub.services.xsd
Metadata for a single annotation node from an XML Schema component
XSDAttributeDeclaration - Interface in com.pega.pegarules.pub.services.xsd
Metadata for a single attribute declaration from an XML Schema
XSDAttributeGroupDefinition - Interface in com.pega.pegarules.pub.services.xsd
Metadata for a single attribute group definition from an XML Schema
XSDAttributeGroupReference - Interface in com.pega.pegarules.pub.services.xsd
Metadata for a single attribute group reference from an XML Schema
XSDAttributeReference - Interface in com.pega.pegarules.pub.services.xsd
Metadata for a single attribute reference from an XML Schema
XSDAttributeWildcard - Interface in com.pega.pegarules.pub.services.xsd
Metadata for an 'anyAttribute' wildcard component from an XML Schema
XSDComplexTypeDefinition - Interface in com.pega.pegarules.pub.services.xsd
Metadata for a single complex type definition from an XML Schema
XSDComponent - Interface in com.pega.pegarules.pub.services.xsd
Base class for all XML Schema component classes
XSDComponentBuilder - Interface in com.pega.pegarules.pub.services.xsd
Utility methods for constructing XML Schema component objects from a given WSDL or XML Schema input document
XSDComponentList - Interface in com.pega.pegarules.pub.services.xsd
Collection class for XML Schema component objects
XSDConstants - Class in com.pega.pegarules.pub.services.xsd
Constants for XSD component metadata values
XSDConstants() - Constructor for class com.pega.pegarules.pub.services.xsd.XSDConstants
 
XSDElementDeclaration - Interface in com.pega.pegarules.pub.services.xsd
Metadata for a single element declaration from an XML Schema
XSDElementIdentityConstraint - Interface in com.pega.pegarules.pub.services.xsd
Metadata for a single identity constraint from an element declaration.
XSDElementReference - Interface in com.pega.pegarules.pub.services.xsd
Metadata for a single element reference from an XML Schema
XSDElementWildcard - Interface in com.pega.pegarules.pub.services.xsd
Metadata for an 'any' wildcard component from an XML Schema
XSDModelGroupDefinition - Interface in com.pega.pegarules.pub.services.xsd
Metadata for element content model groups: group, all, choice, and sequence
XSDModelGroupReference - Interface in com.pega.pegarules.pub.services.xsd
Metadata for a single model group reference from an XML Schema
XSDSchemaDocument - Interface in com.pega.pegarules.pub.services.xsd
Metadata for all components from a single XML Schema
XSDSchemaImport - Interface in com.pega.pegarules.pub.services.xsd
Metadata for a single XML Schema import component
XSDSchemaInclude - Interface in com.pega.pegarules.pub.services.xsd
Metadata for a single XML Schema include component
XSDSchemaNotation - Interface in com.pega.pegarules.pub.services.xsd
Metadata for a single XML Schema notation component
XSDSchemaRedefine - Interface in com.pega.pegarules.pub.services.xsd
Metadata for a single XML Schema redefinition component
XSDSimpleTypeDefinition - Interface in com.pega.pegarules.pub.services.xsd
Metadata for a single simple type definition from an XML Schema
XSDSimpleTypeRestrictionFacet - Interface in com.pega.pegarules.pub.services.xsd
Metadata for a single scalar type restriction facet from a simpleType or simpleContent component
XSDTypeDefinition - Interface in com.pega.pegarules.pub.services.xsd
Base class for all XML Schema type definition classes
A B C D E F G H I J K L M N O P Q R S T U V W X 

Copyright © 2014 Pegasystems Inc. All Rights Reserved.