Package | Description |
---|---|
com.pega.pegarules.pub.database |
Provides access to the relational database.
|
com.pega.pegarules.pub.generator |
Java generation public interfaces and classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationException
Indicates that a database operation could not be performed due to
insufficient authorization.
|
Modifier and Type | Method and Description |
---|---|
static BadInputException |
BadInputException.createBadSQLException(java.lang.Throwable aCause,
java.lang.String aBadSQL,
java.lang.String aParseError)
Creates an exception due to bad SQL.
|
static BadInputException |
BadInputException.createClassCannotHaveInstancesException(java.lang.String aClassName,
java.lang.String aDescr)
Creates an exception caused by an attempt to save or read an
instance belonging to a class that cannot have instances.
|
static BadInputException |
BadInputException.createGenericBadInputException(java.lang.String aDescr)
Creates an exception indicating there was a generic error
involving a bad parameter passed into a database method.
|
static BadInputException |
BadInputException.createShortcutException(ClipboardPage aShortcutPage,
java.lang.String aDescr)
Creates an exception due to operating on a shortcut page.
|
Modifier and Type | Method and Description |
---|---|
void |
Database.flushUpdatesCache(int aDeltaMinutes)
Flush out entries in pr_sys_updatescache older than given number of minutes
|
ClipboardPage |
RulesetContext.openDefault(StringMap aKeys)
Opens the default version of the Rule with the given keys.
|
Modifier and Type | Method and Description |
---|---|
ClipboardPage |
FirstUseAssembler.openRule(StringMap aKeyPage,
boolean aForceDBOpen)
Opens the specified database instance, using either the RulesetContext
(at design time) or Database (at runtime) so that referenced rule tracking
is properly performed.
|
Copyright © 2015 Pegasystems Inc. All Rights Reserved.