Package | Description |
---|---|
org.drools.jsr94.rules.repository |
Provides the APIs for rule execution set repositories.
|
Modifier and Type | Method and Description |
---|---|
List |
DefaultRuleExecutionSetRepository.getRegistrations() |
List |
RuleExecutionSetRepository.getRegistrations()
Retrieves a
List of the URIs that currently have
RuleExecutionSet s associated with them. |
javax.rules.admin.RuleExecutionSet |
DefaultRuleExecutionSetRepository.getRuleExecutionSet(String bindUri,
Map properties) |
javax.rules.admin.RuleExecutionSet |
RuleExecutionSetRepository.getRuleExecutionSet(String bindUri,
Map properties)
Get the
RuleExecutionSet bound to this URI, or return
null . |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.