|
|||||||||
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,Channel> |
getChannels()
The channels (exit points) |
java.lang.String |
getClockType()
The type of clock |
java.lang.Boolean |
getDefaultContinue()
If defaultContinueState is false the default behaviour should be to dispose of the stateful working memory prior to processing, if true then the default behaviour is to reuse the same stateful session, if null then the default is taken from the global properties. |
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). |
java.lang.Integer |
getMaxThreads()
The number of threads for KnowledgeBase partitioning. |
java.lang.Boolean |
getMultithreadEvaluation()
If true, enable KnowledgeBase partitioning. |
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.lang.Boolean getMultithreadEvaluation()
Boolean
If KnowledgeBase partitioning should be enabled.java.lang.Integer getMaxThreads()
Integer
The number of threads for KnowledgeBase partitioning.java.util.Map<java.lang.String,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.java.lang.Boolean getDefaultContinue()
boolean
specifying the default continue behaviour for this action.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |