| java.lang.Object biz.hammurapi.rules.jsr94.admin.RuleExecutionSet
RuleExecutionSet | class RuleExecutionSet implements javax.rules.admin.RuleExecutionSet(Code) | | |
RuleExecutionSet | public RuleExecutionSet(Element holder, Map properties) throws ConfigurationException, TransformerException(Code) | | Constructs rule execution set from XML definition.
The definition shall contain nested elements name , description , and rules .
Rules are defined as nested rule elements of rules element.
Parameters: holder - throws: ConfigurationException - throws: TransformerException - |
RuleExecutionSet | public RuleExecutionSet(String uri, Element holder, Map properties) throws ConfigurationException, TransformerException(Code) | | Constructs rules execution set from XML definition.
Parameters: uri - URI of the definition. Used to store rule sets by reference. Parameters: holder - Parent XML element. throws: ConfigurationException - throws: TransformerException - |
getDefaultObjectFilter | public String getDefaultObjectFilter()(Code) | | Default object filter class. |
getDescription | public String getDescription()(Code) | | Rule set description. |
getProperty | public Object getProperty(Object key)(Code) | | Runtime property. These properties are not stored in the rule set definition. |
getRules | public List getRules()(Code) | | Returns rules.
|
isModified | boolean isModified()(Code) | | |
setDefaultObjectFilter | public void setDefaultObjectFilter(String type)(Code) | | Sets default object filter.
|
|
|