KIE Internal 6.0.0.Alpha9

Uses of Interface
org.kie.KieBaseConfiguration

Packages that use KieBaseConfiguration
org.kie   
 

Uses of KieBaseConfiguration in org.kie
 

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

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


KIE Internal 6.0.0.Alpha9

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