Package | Description |
---|---|
com.pega.pegarules.pub.context | |
com.pega.pegarules.pub.database |
Provides access to the relational database.
|
com.pega.pegarules.pub.util |
Miscellaneous public utility classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PRAuthorization.canUpdateRuleSet(java.lang.String aRuleSetName,
ClassDefinition aInstanceClass)
Determine if a user is permitted to update a specified ruleset
This comes into effect on a MT setup.
|
Modifier and Type | Method and Description |
---|---|
ClassDefinition |
ClassDefinition.getBaseClass()
Returns this class's base class.
|
ClassDefinition |
Database.getClassDef(java.lang.String aClassName)
Returns information about a class.
|
ClassDefinition |
ClassDefinition.getClassGroup()
Returns the class group to which this class belongs.
|
ClassDefinition |
ClassDefinition.getDirectedParent()
Gets the parent of this class.
|
ClassDefinition |
Database.getFirstRealPatternAncestor(java.lang.String aClassName)
Goes through the pattern ancestors of this class, and returns
the first one that names a real class.
|
ClassDefinition |
ClassDefinition.getPatternParent()
Gets the pattern parent of this class.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
Database.getExposedList(ClassDefinition cdCurrentClass)
Deprecated.
use
PegaClassDefinition.getColumnsInTable()
instead |
java.lang.String |
Database.getInstanceName(StringMap aInstancePage,
ClassDefinition aClassDef)
Get the instance name for a page.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
HashStringMap.getKeyString(ClassDefinition aClassDef)
Deprecated.
this method should only be used internally
|
java.lang.String |
HashStringMap.getKeyString(ClassDefinition aClassDef,
java.lang.String aAspect)
Returns a string representation of the key values of this map, assuming
that this map represents the key properties for an instance.
|
java.util.List<java.lang.String> |
HashStringMap.getKeyStrings(ClassDefinition aClassDef,
java.lang.String aAspect,
boolean aUseInsId) |
java.util.List<java.lang.String> |
HashStringMap.getKeyStrings(ClassDefinition aClassDef,
java.lang.String aUpperCaseClassName,
java.lang.String aAspect,
boolean aUseInsId) |
static java.lang.String |
StringUtils.getPackageQualifier(ClassDefinition aClass) |
Copyright © 2015 Pegasystems Inc. All Rights Reserved.