Uses of Interface
org.drools.KnowledgeBaseConfiguration

Packages that use KnowledgeBaseConfiguration
org.drools The KnowledgeBase and its factory. 
org.jbpm.process   
 

Uses of KnowledgeBaseConfiguration in org.drools
 

Methods in org.drools that return KnowledgeBaseConfiguration
 KnowledgeBaseConfiguration KnowledgeBaseFactoryService.newKnowledgeBaseConfiguration()
          Instantiate and return a new KnowledgeBaseConfiguration
static KnowledgeBaseConfiguration KnowledgeBaseFactory.newKnowledgeBaseConfiguration()
          Create a KnowledgeBaseConfiguration on which properties can be set.
 KnowledgeBaseConfiguration KnowledgeBaseFactoryService.newKnowledgeBaseConfiguration(Properties properties, ClassLoader... classLoader)
          Instantiate and return a new KnowledgeBaseConfiguration
static KnowledgeBaseConfiguration KnowledgeBaseFactory.newKnowledgeBaseConfiguration(Properties properties, ClassLoader... classLoaders)
          Create a KnowledgeBaseConfiguration on which properties can be set.
 

Methods in org.drools with parameters of type KnowledgeBaseConfiguration
 KnowledgeBase KnowledgeBaseFactoryService.newKnowledgeBase(KnowledgeBaseConfiguration conf)
          Instantiate and return a KnowledgeBase using the given KnowledgeBaseConfiguration
static KnowledgeBase KnowledgeBaseFactory.newKnowledgeBase(KnowledgeBaseConfiguration conf)
          Create a new KnowledgeBase using the given KnowledgeBaseConfiguration
 KnowledgeBase KnowledgeBaseFactoryService.newKnowledgeBase(String kbaseId, KnowledgeBaseConfiguration conf)
          Instantiate and return a KnowledgeBase using the given KnowledgeBaseConfiguration and the given KnowledgeBase ID.
static KnowledgeBase KnowledgeBaseFactory.newKnowledgeBase(String kbaseId, KnowledgeBaseConfiguration conf)
          Create a new KnowledgeBase using the given KnowledgeBaseConfiguration and the given KnowledgeBase ID.
 

Uses of KnowledgeBaseConfiguration in org.jbpm.process
 

Methods in org.jbpm.process that return KnowledgeBaseConfiguration
 KnowledgeBaseConfiguration ProcessBaseFactoryService.newKnowledgeBaseConfiguration()
           
 KnowledgeBaseConfiguration ProcessBaseFactoryService.newKnowledgeBaseConfiguration(Properties properties, ClassLoader... classLoaders)
           
 

Methods in org.jbpm.process with parameters of type KnowledgeBaseConfiguration
 KnowledgeBase ProcessBaseFactoryService.newKnowledgeBase(KnowledgeBaseConfiguration conf)
           
 KnowledgeBase ProcessBaseFactoryService.newKnowledgeBase(String kbaseId, KnowledgeBaseConfiguration conf)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.