com.pega.pegarules.pub.util.ServiceUtils.activateCORBAObject(String, String, String, String)
CORBA no longer supported
|
com.pega.pegarules.pub.util.ServiceUtils.activateCORBAObject(String, String, String, String, String, String)
CORBA no longer supported
|
com.pega.pegarules.pub.generator.FirstUseAssembler.addCode(ExpressionMap)
|
com.pega.pegarules.pub.generator.FirstUseAssembler.addToSupport(ExpressionMap)
|
com.pega.pegarules.pub.database.Database.assertThreadLocalConnectionsClear() |
com.pega.pegarules.pub.util.WebSvcsParser.axisClientIsGenerated() |
com.pega.pegarules.pub.util.WebSvcsParser.axisClientIsInitialized(String) |
com.pega.pegarules.pub.context.PRNode.calculateNodeUniqueID(String, String, String)
As of Pega 7.1.9. If an explicit ID is used for this node, this method would have returned a value different
than getNodeUniqueID() . The behavior of this method may be inconsistent with its signature. This
method will always return the same value as getNodeUniqueID (whether the id is calculated via
the input parameters to this method or not). Use getNodeUniqueID() and allow the Node class
itself to handle returning the correct ID.
|
com.pega.pegarules.pub.database.BadCircumstanceDateFormat.createBadCircumstanceDatePropertyValueException(String, String, String, String)
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
|
com.pega.pegarules.pub.database.BadTableMappingException.createBadColumnTypeException(String, String, String, String, String, String, String[])
use the other version of this method
|
com.pega.pegarules.pub.database.LockFailureException.createLostLockException(String)
|
com.pega.pegarules.pub.database.LockFailureException.createOtherRequestorHasLockException(String, String, String)
|
com.pega.pegarules.pub.util.ServiceUtils.createPackageIDL(String) |
com.pega.pegarules.pub.util.ServiceUtils.createPRObjectWrapperImpl() |
com.pega.pegarules.pub.util.PRFile.createTempFile(String, String)
Use com.pega.pegarules.pub.util.PRFile.createTempFile(String, String, PRFile)
|
com.pega.pegarules.pub.util.ServiceUtils.createWSDL(String, String) |
com.pega.pegarules.pub.util.ServiceUtils.createWSDL(String, String, String) |
com.pega.pegarules.pub.util.ServiceUtils.deactivateCORBAObject(String)
CORBA no longer supported
|
com.pega.pegarules.pub.util.WebSvcsParser.elementHasSimpleType(QName) |
com.pega.pegarules.pub.util.WebSvcsParser.elementIsDefined(QName) |
com.pega.pegarules.pub.util.Base64Util.encode(OutputStream)
This form has a flaw where calls to flush() generate the stream termination sequence, instead of at close. Use createEncodingOutputStream(java.io.OutputStream) instead.
|
com.pega.pegarules.pub.util.Base64Util.encode(OutputStream, boolean)
This form has a flaw where calls to flush() generate the stream termination sequence, instead of at close. Use createEncodingOutputStream(java.io.OutputStream) instead.
|
com.pega.pegarules.pub.util.XMLUtils.encode(String) |
com.pega.pegarules.pub.runtime.PublicAPI.eTagMatches(long) |
com.pega.pegarules.pub.util.ServiceUtils.evaluateRulesFromMetadata(ClipboardPage, ParameterPage, ClipboardPage)
- use generateRulesFromMetadata method with generation request parameter:
pyEvaluate = true
|
com.pega.pegarules.pub.util.WebSvcsParser.generateAxisClientClasses(String, String) |
com.pega.pegarules.pub.util.ServiceUtils.generatePegaDataModelFromSampleXMLInstances(ClipboardPage, ParameterPage)
- use generateRulesFromMetadata method with generation request parameters:
pyMetadataType = "XML" and pyGenerationPurpose = "DataModel"
|
com.pega.pegarules.pub.util.ServiceUtils.generateRulesFromJsonStream(ClipboardPage, ParameterPage)
- use generateRulesFromMetadata method with generation request parameters:
pyMetadataType = "JSON" and pyGenerationPurpose = "DataModel"
|
com.pega.pegarules.pub.context.PRRequestor.getAuthorizationHandle()
Since PegaRULES 5.4
|
com.pega.pegarules.pub.util.WebSvcsParser.getAxisBindingStubClass(QName) |
com.pega.pegarules.pub.util.WebSvcsParser.getAxisClassForElement(QName) |
com.pega.pegarules.pub.util.WebSvcsParser.getAxisClassForType(QName) |
com.pega.pegarules.pub.util.WebSvcsParser.getBindingName() |
com.pega.pegarules.pub.util.WebSvcsParser.getBindingOperations() |
com.pega.pegarules.pub.util.WebSvcsParser.getBindingProtocol() |
com.pega.pegarules.pub.database.Database.getClassesInTable(String, String)
|
com.pega.pegarules.pub.database.Database.getColumnsForTable(String, String)
this method does not allow you to specify the
catalog and schema of the table
|
com.pega.pegarules.pub.database.ClassDefinition.getDBProductName()
|
com.pega.pegarules.pub.database.DatabaseInformation.getDefaultSchemaForConnection() |
com.pega.pegarules.pub.util.WebSvcsParser.getElementType(QName) |
com.pega.pegarules.pub.util.WebSvcsParser.getEncodedOrLiteralBySig(String) |
com.pega.pegarules.pub.context.PRRequestor.getEncodedRuleSetList()
since 5.4, use PRPRAuthorization.getEncodedRuleSetList()
|
com.pega.pegarules.pub.util.WebSvcsParser.getEncodingStyleBySig(String) |
com.pega.pegarules.pub.database.Database.getExposedList(ClassDefinition)
use
PegaClassDefinition.getColumnsInTable()
instead
|
com.pega.pegarules.pub.runtime.PublicAPI.getImplementation(StringMap)
|
com.pega.pegarules.pub.util.WebSvcsParser.getInputParameterType(int, int) |
com.pega.pegarules.pub.util.WebSvcsParser.getJMSMessageRequestProperties(int) |
com.pega.pegarules.pub.util.WebSvcsParser.getJMSMessageType(String) |
com.pega.pegarules.pub.util.HashStringMap.getKeyString(ClassDefinition)
this method should only be used internally
|
com.pega.pegarules.pub.context.PRStackFrame.getLabel()
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.
|
com.pega.pegarules.pub.util.WebSvcsParser.getLocalNamePart(String) |
com.pega.pegarules.pub.util.WebSvcsParser.getMethods() |
com.pega.pegarules.pub.util.WebSvcsParser.getNamespacePrefixPart(String) |
com.pega.pegarules.pub.util.WebSvcsParser.getNamespaceURIBySig(String) |
com.pega.pegarules.pub.util.WebSvcsParser.getNamespaceURIForPrefix(String) |
com.pega.pegarules.pub.util.WebSvcsParser.getOperationInputParameters(int) |
com.pega.pegarules.pub.util.WebSvcsParser.getOperationOutputParameters(int) |
com.pega.pegarules.pub.util.WebSvcsParser.getOperationStyleBySig(String) |
com.pega.pegarules.pub.util.WebSvcsParser.getOutputParameterType(int, int) |
com.pega.pegarules.pub.util.WebSvcsParser.getParameterNativeType(boolean, int, int) |
com.pega.pegarules.pub.util.WebSvcsParser.getParameterOrderBySig(String) |
com.pega.pegarules.pub.util.WebSvcsParser.getPortAddress() |
com.pega.pegarules.pub.util.WebSvcsParser.getPortName() |
com.pega.pegarules.pub.util.WebSvcsParser.getPortTypeName() |
com.pega.pegarules.pub.context.PRRequestor.getProcessedRuleSetList()
since 5.4, use PRPRAuthorization.getEncodedRuleSetList()
|
com.pega.pegarules.pub.dictionary.ClassInfo.getPropertyInfo(String) |
com.pega.pegarules.pub.database.BadCircumstanceDateFormat.getPropertyName()
this is no longer applicable
|
com.pega.pegarules.pub.util.SchemaParser.getQNameToGeneratedClassMapping() |
com.pega.pegarules.pub.clipboard.ClipboardProperty.getRelativeReference() |
com.pega.pegarules.pub.util.ServiceUtils.getReponseData(Object, ClipboardPage, StringMap) |
com.pega.pegarules.pub.util.WebSvcsParser.getRequestHeaderElementName(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getRequestHeaderElementNameBySig(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getRequestHeadersBySig(String) |
com.pega.pegarules.pub.util.WebSvcsParser.getRequestHeaderType(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getRequestHeaderTypeBySig(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getRequestHeaderUseBySig(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getRequestParameterElementName(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getRequestParameterElementNameBySig(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getRequestParameterQNameBySig(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getRequestParametersBySig(String) |
com.pega.pegarules.pub.util.WebSvcsParser.getRequestParameterType(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getRequestParameterTypeBySig(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getResponseHeaderElementName(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getResponseHeaderElementNameBySig(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getResponseHeadersBySig(String) |
com.pega.pegarules.pub.util.WebSvcsParser.getResponseHeaderType(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getResponseHeaderTypeBySig(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getResponseHeaderUseBySig(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getResponseParameterElementName(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getResponseParameterElementNameBySig(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getResponseParameterQNameBySig(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getResponseParametersBySig(String) |
com.pega.pegarules.pub.util.WebSvcsParser.getResponseParameterType(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getResponseParameterTypeBySig(String, String) |
com.pega.pegarules.pub.database.DatabaseTable.getSchemaName()
|
com.pega.pegarules.pub.util.WebSvcsParser.getServiceName() |
com.pega.pegarules.pub.util.ServiceUtils.getServPackRulesetlist(String, String) |
com.pega.pegarules.pub.util.WebSvcsParser.getSOAPActionBySig(String) |
com.pega.pegarules.pub.util.WebSvcsParser.getSOAPURL() |
com.pega.pegarules.pub.context.PRThread.getStepChangeList()
This function will be removed in 5.2.
|
com.pega.pegarules.pub.database.ClassDefinition.getTableName()
|
com.pega.pegarules.pub.util.ServiceUtils.getXSDParser() |
com.pega.pegarules.pub.dictionary.ImmutablePropertyInfo.hasTypeNumber()
Use hasTypeInteger() instead
|
com.pega.pegarules.pub.dictionary.ImmutablePropertyAliasInfo.hasTypeNumber()
Use hasTypeInteger() instead
|
com.pega.pegarules.pub.runtime.StreamBuilderToolKit.includeShowDeclarativeProperty()
use PegaStreamAPI.isShowMeDeclarativeEnabled() instead
|
com.pega.pegarules.pub.runtime.StreamBuilderToolKit.includeShowMe()
use PegaStreamAPI.isShowMeInsertEnabled() instead
|
com.pega.pegarules.pub.runtime.StreamBuilderToolKit.includeShowProperty()
use PegaStreamAPI.isShowMePropertyEnabled() instead
|
com.pega.pegarules.pub.util.ServiceUtils.initializeAxisClient(ClipboardPage, boolean) |
com.pega.pegarules.pub.util.WebSvcsParser.initializeAxisClientClasses(List) |
com.pega.pegarules.pub.util.WebSvcsParser.isBuiltInType(QName) |
com.pega.pegarules.pub.database.LockManager.isLocked(StringMap, StringMap)
|
com.pega.pegarules.pub.database.LockManager.isLocked(String, StringMap)
|
com.pega.pegarules.pub.util.WebSvcsParser.isSimpleType(QName) |
com.pega.pegarules.pub.generator.FirstUseAssembler.notePropertyUsed(String, String)
Instead use: notePropertyUsed(String aClassName, String aPropertyName, PageDescriptor aPageDesc).
|
com.pega.pegarules.pub.database.Database.openForAllCircumstanceVals(StringMap, RuleResolutionInformation) |
com.pega.pegarules.pub.database.RulesetContext.openForAllCircumstanceVals(StringMap, RuleResolutionInformation) |
com.pega.pegarules.pub.util.ParseUtils.parseXML(Element, String, ClipboardPage) |
com.pega.pegarules.pub.util.ParseUtils.parseXML(Reader, String, ClipboardPage) |
com.pega.pegarules.pub.util.ParseUtils.parseXML(String, String, ClipboardPage) |
com.pega.pegarules.pub.util.ParseUtils.parseXML(String, String, ClipboardPage, String) |
com.pega.pegarules.pub.runtime.ParameterPage.putObject(String, Object, boolean)
Use putObject(String aName, Object aValue) instead
|
com.pega.pegarules.pub.database.Database.removeFromNodeCache(String, String) |
com.pega.pegarules.pub.services.ServiceInterface.requestorIsValid()
Check if the cached requestor ID value is still valid
|
com.pega.pegarules.pub.context.PRThread.saveRuleImpl(StringMap, Object)
use saveRuleImpl() that takes reusableKey as a String instead.
|
com.pega.pegarules.pub.context.PRAuthentication.setAccessGroup(PublicAPI, String) |
com.pega.pegarules.pub.runtime.PublicAPI.setETag(long) |
com.pega.pegarules.pub.context.PRAuthentication.setFailCount(PublicAPI, int)
convert callers to AuthService
|
com.pega.pegarules.pub.util.WebSvcsParser.setPackageName(String) |
com.pega.pegarules.pub.runtime.StreamBuilderToolKit.setShowProperty(boolean)
use PegaStreamAPI.enableShowMeProperty(boolean) instead
|
com.pega.pegarules.pub.context.PRAuthentication.setUserAuthenticated(PublicAPI, boolean)
convert callers to AuthService
|
com.pega.pegarules.pub.context.PRAuthentication.setUserSecurityProfile(PublicAPI, String)
convert callers to AuthService
|
com.pega.pegarules.pub.context.PRAuthentication.setUserSecurityProfile(PublicAPI, String, ClipboardPage)
convert callers to AuthService
|
com.pega.pegarules.pub.context.PRAuthentication.setUserSecurityProfile(PublicAPI, String, ParameterPage)
convert callers to AuthService
|
com.pega.pegarules.pub.context.PRAuthentication.setUserSecurityProfile(PublicAPI, String, String)
convert callers to AuthService
|
com.pega.pegarules.pub.pal.PAL.startJavaStepTimer(boolean)
As of release 7.1 we do not track java step times
|
com.pega.pegarules.pub.pal.PAL.startOrStopTimer(String, boolean)
This method was only ever used to track stream times, and as of release 7.1 we do not track stream times
|
com.pega.pegarules.pub.context.AgentUtils.startQueue(String, int) |
com.pega.pegarules.pub.pal.PAL.stopJavaStepTimer()
As of release 7.1 we do not track java step times
|
com.pega.pegarules.pub.context.AgentUtils.terminateQueue(String, int) |
com.pega.pegarules.pub.util.WebSvcsParser.typeIsDefined(QName) |
com.pega.pegarules.pub.database.LockManager.unlockAllForOperator()
|
com.pega.pegarules.pub.util.ServiceUtils.validateListener(ClipboardPage) |