|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuleInfo
RuleInfoImpl contains rule execution configuration parameters that
are passed to the RuleService
.
Method Summary | |
---|---|
java.lang.String |
getAuditFile()
The file to audit to |
java.lang.Integer |
getAuditInterval()
The interval of the audit |
java.lang.String |
getAuditType()
The type of audit |
java.util.Map<java.lang.String,org.drools.runtime.Channel> |
getChannels()
The channels (exit points) |
java.lang.String |
getClockType()
The type of clock |
java.util.List<java.lang.Object> |
getDefaultFacts()
Facts that will be inserted into the working memory. |
java.lang.String |
getDslSource()
The Domain Specific Language (dsl) for the the rules source. |
java.lang.String |
getEventProcessingType()
The type of event processing |
java.util.Map<java.lang.String,java.util.List<java.lang.Object>> |
getFacts()
Facts that will be inserted into working memory. |
java.util.Map<java.lang.String,java.lang.Object> |
getGlobals()
Global that will be inserted into the working memory (as globals). |
boolean |
getReload()
Determines if the rules should be reloaded upon execution. |
java.lang.String |
getRuleFireMethod()
The rule fire method |
java.lang.String |
getRuleSource()
Source of the Rules. |
java.lang.String |
getRuleType()
The type of rule |
Method Detail |
---|
java.lang.String getRuleSource()
String
The rule source.java.lang.String getRuleType()
String
The type of rule.java.lang.String getDslSource()
String
The dsl source.java.lang.String getAuditType()
String
The type of audit.java.lang.String getAuditFile()
String
The file to audit to.java.lang.Integer getAuditInterval()
int
The interval of the audit.java.lang.String getClockType()
String
The type of clock.java.lang.String getEventProcessingType()
String
The type of event processing.java.util.Map<java.lang.String,org.drools.runtime.Channel> getChannels()
String
The channels (exit points).java.lang.String getRuleFireMethod()
String
The rule fire method.boolean getReload()
boolean
True if rules should be reloaded.java.util.List<java.lang.Object> getDefaultFacts()
List<Object>
List of Object that will be inserted as facts in the working memory.java.util.Map<java.lang.String,java.lang.Object> getGlobals()
<Map<String, Object>
Map of objects that will be inserted as globals in the working memory.java.util.Map<java.lang.String,java.util.List<java.lang.Object>> getFacts()
<Map<String, List<Object>>
Map of lists that will be inserted as facts in the working memory,
separated by the name. Used to support concepts like Entry Points.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |