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 | Method and Description |
---|---|
static MultipleCircumstancePropertiesException |
MultipleCircumstancePropertiesException.createMultipleCircumstanceDatePropertyException(java.lang.String aInstanceClass,
java.lang.String aInstanceName,
java.lang.String aProperty1,
java.lang.String aProperty2)
Create an exception indicating that we found more than one
Circumstance Date Property during Rule Resolution.
|
static MultipleCircumstancePropertiesException |
MultipleCircumstancePropertiesException.createMultipleCircumstancePropertyException(java.lang.String aInstanceClass,
java.lang.String aInstanceName,
java.lang.String aProperty1,
java.lang.String aProperty2)
Create an exception indicating that we found more than one
Circumstance Property during Rule Resolution.
|
Modifier and Type | Method and Description |
---|---|
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.