com.pega.pegarules.pub.database
Class RuleResolutionInformation

java.lang.Object
  extended by com.pega.pegarules.pub.database.RuleResolutionInformation

public class RuleResolutionInformation
extends java.lang.Object

Stores information about a rule lookup. An instance of this class contains facts about the rule resolution process. This information includes:

Version:
$Revision: 31 $ $Date: 2009-06-24 09:38:04 -0400 (Wed, 24 Jun 2009) $
Author:
Jamie Gentry

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

COPYRIGHT

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

VERSION

public static final java.lang.String VERSION

mIsRule

public boolean mIsRule
Is this a rule?


mExpirationDate

public java.util.Date mExpirationDate
The time that the results expire, or null if they do not expire.

In the current version, Rule Resolution results never expire (they are valid for all time); hence, this field is always set to null.


mCircumstanceProperty

public java.lang.String mCircumstanceProperty
The Rule's Circumstance Property.


mCircumstanceDateProperty

public java.lang.String mCircumstanceDateProperty
The Rule's Circumstance Date property.

Constructor Detail

RuleResolutionInformation

public RuleResolutionInformation()


Copyright © 2012 Pegasystems Inc. All Rights Reserved.