|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassDefinition | |
---|---|
com.pega.pegarules.pub.database | Provides access to the relational database. |
com.pega.pegarules.pub.util | Miscellaneous public utility classes and interfaces. |
Uses of ClassDefinition in com.pega.pegarules.pub.database |
---|
Methods in com.pega.pegarules.pub.database that return ClassDefinition | |
---|---|
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. |
Methods in com.pega.pegarules.pub.database with parameters of type ClassDefinition | |
---|---|
java.lang.String |
Database.getInstanceName(StringMap aInstancePage,
ClassDefinition aClassDef)
Get the instance name for a page. |
Uses of ClassDefinition in com.pega.pegarules.pub.util |
---|
Methods in com.pega.pegarules.pub.util with parameters of type ClassDefinition | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |