com.pega.pegarules.management
Class DatabaseTableInfo

java.lang.Object
  extended by MBeanHelper
      extended by com.pega.pegarules.management.DatabaseTableInfo

public class DatabaseTableInfo
extends MBeanHelper


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Constructor Summary
DatabaseTableInfo()
           
 
Method Summary
 java.lang.String getCategory()
           
 java.lang.String getMajorVersion()
           
 java.lang.String getMinorVersion()
           
 java.lang.String getName()
           
 java.lang.String ListRecordCount(java.lang.String aTable)
          This method returns an XML document that contains the list of all the Process Commander classes that store data in the specified table, and the number of records for each class.
 java.lang.String ListTableNames()
          This method returns an XML document that contains the list of database tables in the PegaRULES database.
 void setCategory(java.lang.String aCategory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
Constructor Detail

DatabaseTableInfo

public DatabaseTableInfo()
Method Detail

getCategory

public java.lang.String getCategory()

setCategory

public void setCategory(java.lang.String aCategory)

getName

public java.lang.String getName()

getMajorVersion

public java.lang.String getMajorVersion()

getMinorVersion

public java.lang.String getMinorVersion()

ListTableNames

public java.lang.String ListTableNames()
This method returns an XML document that contains the list of database tables in the PegaRULES database.

Since:
PRPC v5.1

ListRecordCount

public java.lang.String ListRecordCount(java.lang.String aTable)
This method returns an XML document that contains the list of all the Process Commander classes that store data in the specified table, and the number of records for each class.

Parameters:
aTable - the name of the database table
Since:
PRPC v5.1