|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GlobalExporter | |
|---|---|
| org.drools.core | This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory |
| org.drools.core.base | |
| org.drools.core.reteoo | |
| Uses of GlobalExporter in org.drools.core |
|---|
| Methods in org.drools.core with parameters of type GlobalExporter | |
|---|---|
void |
StatelessSession.setGlobalExporter(GlobalExporter globalExporter)
Used to specify a global exporting strategy so that global variables can be available to StatelessSessionResults. |
| Uses of GlobalExporter in org.drools.core.base |
|---|
| Classes in org.drools.core.base that implement GlobalExporter | |
|---|---|
class |
CopyIdentifiersGlobalExporter
Creates a new GlobalResolver consisting of just the identifiers specified in the String[]. |
class |
ReferenceOriginalGlobalExporter
This implementation does nothing other than pass by reference the original GlobalResolver as used in the StatelessSession. |
| Uses of GlobalExporter in org.drools.core.reteoo |
|---|
| Methods in org.drools.core.reteoo with parameters of type GlobalExporter | |
|---|---|
void |
ReteooStatelessSession.setGlobalExporter(GlobalExporter globalExporter)
|
|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||