Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

Uses of Interface
org.drools.runtime.conf.SingleValueKnowledgeSessionOption

Packages that use SingleValueKnowledgeSessionOption
org.drools.impl.adapters   
org.drools.runtime.conf   
 

Uses of SingleValueKnowledgeSessionOption in org.drools.impl.adapters
 

Methods in org.drools.impl.adapters with type parameters of type SingleValueKnowledgeSessionOption
<T extends SingleValueKnowledgeSessionOption>
T
KnowledgeSessionConfigurationAdapter.getOption(Class<T> option)
           
 

Methods in org.drools.impl.adapters that return SingleValueKnowledgeSessionOption
static SingleValueKnowledgeSessionOption AdapterUtil.adaptOption(org.kie.api.runtime.conf.SingleValueKieSessionOption option)
           
 

Method parameters in org.drools.impl.adapters with type arguments of type SingleValueKnowledgeSessionOption
static Class<? extends org.kie.api.runtime.conf.SingleValueKieSessionOption> AdapterUtil.adaptSingleValueSessionOption(Class<? extends SingleValueKnowledgeSessionOption> option)
           
 

Uses of SingleValueKnowledgeSessionOption in org.drools.runtime.conf
 

Classes in org.drools.runtime.conf that implement SingleValueKnowledgeSessionOption
 class BeliefSystemTypeOption
          A class for the belief system configuration.
 class ClockTypeOption
          A class for the session clock configuration.
 class KeepReferenceOption
          Option to configure if the knowledge base should retain a reference to the knowledge session or not.
 class QueryListenerOption
          An enum to configure the session query listener configuration.
 class TimerJobFactoryOption
          A class for the timer job factory manager configuration.
 

Methods in org.drools.runtime.conf with type parameters of type SingleValueKnowledgeSessionOption
<T extends SingleValueKnowledgeSessionOption>
T
KnowledgeSessionOptionsConfiguration.getOption(Class<T> option)
          Gets an option value
 


Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

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