KIE Internal 6.0.0.Beta1

Uses of Interface
org.kie.internal.KieBaseConfiguration

Packages that use KieBaseConfiguration
org.kie.internal   
 

Uses of KieBaseConfiguration in org.kie.internal
 

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

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


KIE Internal 6.0.0.Beta1

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