|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultipleCircumstancePropertiesException | |
---|---|
com.pega.pegarules.pub.database | Provides access to the relational database. |
com.pega.pegarules.pub.generator | Java generation public interfaces and classes. |
Uses of MultipleCircumstancePropertiesException in com.pega.pegarules.pub.database |
---|
Methods in com.pega.pegarules.pub.database that return MultipleCircumstancePropertiesException | |
---|---|
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. |
Methods in com.pega.pegarules.pub.database that throw MultipleCircumstancePropertiesException | |
---|---|
ClipboardPage |
RulesetContext.openDefault(StringMap aKeys)
Opens the default version of the Rule with the given keys. |
Uses of MultipleCircumstancePropertiesException in com.pega.pegarules.pub.generator |
---|
Methods in com.pega.pegarules.pub.generator that throw MultipleCircumstancePropertiesException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |