Uses of Interface
org.drools.spi.GlobalExporter

Packages that use GlobalExporter
org.drools This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory 
org.drools.base   
org.drools.reteoo   
 

Uses of GlobalExporter in org.drools
 

Methods in org.drools 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.base
 

Classes in org.drools.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.reteoo
 

Methods in org.drools.reteoo with parameters of type GlobalExporter
 void ReteooStatelessSession.setGlobalExporter(GlobalExporter globalExporter)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.