|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
and
for a query.AndNode
with an arbitrary
number of sub-nodes.
AndNode
with two sub-nodes.
businessIntent
attribute of a rule to be queried.BusinessIntentNode
that searches
the business intent field for text matching searchText
with the given string comparison operator.
classification
attribute of a rule to be queried.ClassificationNode
that searches
the classification field for text matching searchText
with the given string comparison operator.
classifier
attribute of a rule to be queried.ClassifierNode
that searches
the classifier
field either for rules that
classify (true) or for rules that do not classify (false)
FiringStrategy
and to combine them to form a reasonable
result to the TriggerPoint
caller.IParameter
for passing a constant as a parameter.
description
attribute of a rule to be queried.DescriptionNode
that searches
the description field for text matching searchText
with the given string comparison operator.
endDate
attribute of a rule to be queried.EndDateNode
that will search for an
end date matching searchDate
with the given date
comparison operator (see the constants defined in AbstractDateNode
).
FindingStrategy
and
to filter out those rules which should not be fired.findRules
method searches for non-classifier rules matching
the specified criteria.
findRules
method searches for classifier rules matching
the specified criteria.
fireRules
method controls the overall flow of events that
result in the specified rules being fired.
firingLocation
attribute of a rule to be queried.FiringLocationNode
that searches
the firing location field for rules that are fired in the
given location using the given comparison operator.
firingParameters
attribute of a rule to be queried.FiringParametersNode
that searches
the firingParameters
field of rules with the
given comparison operator.
FindingStrategy
, (possibly modified by the FilteringStrategy
),
and fires each of the rules in order.getValue
is invoked.
getValue
calls on the target
object.
IRuleFolder
for the rule server.
updatePersistentRule
is
called.javaRuleImplementorName
attribute of a rule to be queried.JavaRuleImplementorNode
that searches
the javaRuleImplementor
field for text matching searchText
with the given string comparison operator.
and
or or
.originalRequirement
attribute of a rule to be queried.OriginalRequirementNode
that searches
the original requirement field for text matching searchText
with the given string comparison operator.
or
for a query.OrNode
with an arbitrary
number of sub-nodes.
OrNode
with two sub-nodes.
precedence
attribute of a rule to be queried.searchIntIn
with the given comparison operator.
ready
attribute of a rule to be queried.ReadyNode
that searches
the readyIn
field either for rules that are
ready (true) or not ready (false).
RuleChangedException
if the
persistent Rule has changed prior to the updatePersistentRule method being called.
ruleName
attribute of a rule to be queried.RuleNameNode
that searches
the ruleName
field for text matching searchText
with the given string comparison operator.
startDate
attribute of a rule to be queried.StartDateNode
that will search for a
start date matching searchDate
with the given date
comparison operator (see the constants defined in AbstractDateNode
.
getValue
is called.
changeOption
indicates how to handle the case where
changes have been made to the persistent Rule.
userDefinedData
attribute of a rule to be queried.UserDefinedDataNode
that searches
the userDefinedData
field for text matching searchText
with the given string comparison operator.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |