|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pega.pegarules.pub.database.RuleResolutionInformation
public class RuleResolutionInformation
Stores information about a rule lookup. An instance of this class contains facts about the rule resolution process. This information includes:
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
java.lang.String |
mCircumstanceDateProperty
The Rule's Circumstance Date property. |
java.lang.String |
mCircumstanceProperty
The Rule's Circumstance Property. |
java.util.Date |
mExpirationDate
The time that the results expire, or null if they do not expire. |
boolean |
mIsRule
Is this a rule? |
static java.lang.String |
VERSION
|
Constructor Summary | |
---|---|
RuleResolutionInformation()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public boolean mIsRule
public java.util.Date mExpirationDate
In the current version, Rule Resolution results never expire (they are valid for all time); hence, this field is always set to null.
public java.lang.String mCircumstanceProperty
public java.lang.String mCircumstanceDateProperty
Constructor Detail |
---|
public RuleResolutionInformation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |