|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.drools.jsr94.rules.admin.LocalRuleExecutionSetProviderImpl
The LocalRuleExecutionSetProvider
�interface defines RuleExecutionSet
�
creation methods for defining RuleExecutionSets
�from local (non-serializable) resources.
LocalRuleExecutionSetProvider
Constructor Summary | |
LocalRuleExecutionSetProviderImpl()
|
Method Summary | |
javax.rules.admin.RuleExecutionSet |
createRuleExecutionSet(java.io.InputStream ruleExecutionSetStream,
java.util.Map properties)
Creates a RuleExecutionSet �implementation using a supplied input stream and additional
vendor-specific properties. |
javax.rules.admin.RuleExecutionSet |
createRuleExecutionSet(java.lang.Object astObject,
java.util.Map properties)
Creates a RuleExecutionSet �implementation from a vendor specific AST representation
and vendor-specific properties. |
javax.rules.admin.RuleExecutionSet |
createRuleExecutionSet(java.io.Reader ruleReader,
java.util.Map properties)
Creates a RuleExecutionSet �implementation using a supplied character stream Reader
and vendor-specific properties.. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocalRuleExecutionSetProviderImpl()
Method Detail |
public javax.rules.admin.RuleExecutionSet createRuleExecutionSet(java.io.InputStream ruleExecutionSetStream, java.util.Map properties) throws java.io.IOException, javax.rules.admin.RuleExecutionSetCreateException
RuleExecutionSet
�implementation using a supplied input stream and additional
vendor-specific properties.
createRuleExecutionSet
in interface javax.rules.admin.LocalRuleExecutionSetProvider
java.io.IOException
javax.rules.admin.RuleExecutionSetCreateException
LocalRuleExecutionSetProvider.createRuleExecutionSet(InputStream,Map)
public javax.rules.admin.RuleExecutionSet createRuleExecutionSet(java.lang.Object astObject, java.util.Map properties) throws javax.rules.admin.RuleExecutionSetCreateException
RuleExecutionSet
�implementation from a vendor specific AST representation
and vendor-specific properties.
This method accepts org.drools.rule.Rule
and org.drools.rule.RuleSet
objects or
a List
of these objects.
createRuleExecutionSet
in interface javax.rules.admin.LocalRuleExecutionSetProvider
javax.rules.admin.RuleExecutionSetCreateException
LocalRuleExecutionSetProvider.createRuleExecutionSet(Object,Map)
public javax.rules.admin.RuleExecutionSet createRuleExecutionSet(java.io.Reader ruleReader, java.util.Map properties) throws javax.rules.admin.RuleExecutionSetCreateException, java.io.IOException
RuleExecutionSet
�implementation using a supplied character stream Reader
and vendor-specific properties..
createRuleExecutionSet
in interface javax.rules.admin.LocalRuleExecutionSetProvider
javax.rules.admin.RuleExecutionSetCreateException
java.io.IOException
LocalRuleExecutionSetProvider.createRuleExecutionSet(Reader,Map)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |