Serialized Form
Package com.ibm.websphere.brb |
result
boolean result
- The result of the rule represented by this object. A result of true implies the rule
succeeded, while false implies the rule failed.
constraintReturns
ConstraintReturn[] constraintReturns
- Array of ConstraintReturns representing results from dependent rules.
exceptionInfo
com.ibm.websphere.exception.DistributedExceptionInfo exceptionInfo
- Object containing the localization information (resource bundle name,
message key, format arguments, and default text) for the message for this
ConstraintReturn object.
arguments
java.lang.Object[] arguments
- Array of replacement arguments to be inserted into the message text for this
object. Only set if result is false.
constraintReturns
ConstraintReturn[] constraintReturns
- Array of ConstraintReturn objects representing the rule or rules that failed.
ruleMgr
com.ibm.ws.brb.LocalRuleManager ruleMgr
- The rule manager which takes care of caching rules. This is marked as transient
so that it doesn't get serialized to the server.
findingStrategy
FindingStrategy[] findingStrategy
multipleRulesFilteringStrategy
FilteringStrategy[] multipleRulesFilteringStrategy
noRulesFilteringStrategy
FilteringStrategy[] noRulesFilteringStrategy
oneRuleFilteringStrategy
FilteringStrategy[] oneRuleFilteringStrategy
firingStrategy
FiringStrategy[] firingStrategy
combiningStrategy
CombiningStrategy[] combiningStrategy
asOfDate
java.util.Date asOfDate
- If not null, the date to use instead of the current date for finding rules.
baseFolder
java.lang.String baseFolder
- If not null, all rule names which are given should be relative to this folder
cacheIsEnabled
boolean cacheIsEnabled
- Indicates whether or not this TriggerPoint uses caching.
Package com.ibm.websphere.brb.mgmt |
constant
java.lang.Object constant
userDescription
java.lang.String userDescription
dateFormatter
java.text.DateFormat dateFormatter
messageType
int messageType
errorCode
int errorCode
messageText
java.lang.String messageText
methodName
java.lang.String methodName
userDescription
java.lang.String userDescription
sourcePosition
int sourcePosition
userDescription
java.lang.String userDescription
Package com.ibm.websphere.brb.query |
searchDate
java.util.Date searchDate
- The date for which to search.
operation
int operation
- The comparison operation to be performed. See the constants defined above.
searchInt
int searchInt
- The integer for which to search.
operation
int operation
- The comparison operation to be performed. See the constants defined above.
searchText
java.lang.String searchText
- The text for which to search.
operation
int operation
- The comparison operation to be performed. See the constants defined above.
classify
boolean classify
- Boolean indicating whether to find those that classify or those
that do not classify.
location
int location
- The location value for which to search. See the constants defined
in class IRule.
operation
int operation
- The comparison operation to be performed. See the constants defined above.
operation
int operation
- Indicates the type of operation to perform.
nodes
QueryNode[] nodes
- The nodes that will be joined together in this logical operator.
ready
boolean ready
- Indicates whether to find rules that are ready or those that
are not ready.
Package com.ibm.websphere.brb.strategy |