Knowledge API Legacy5 Adapter 6.0.0.Beta3

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

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

Uses of KnowledgeSessionOption in org.drools.impl.adapters
 

Methods in org.drools.impl.adapters with type parameters of type KnowledgeSessionOption
<T extends KnowledgeSessionOption>
void
KnowledgeSessionConfigurationAdapter.setOption(T option)
           
 

Methods in org.drools.impl.adapters with parameters of type KnowledgeSessionOption
static org.kie.api.runtime.conf.KieSessionOption AdapterUtil.adaptOption(KnowledgeSessionOption option)
           
 

Uses of KnowledgeSessionOption in org.drools.runtime.conf
 

Subinterfaces of KnowledgeSessionOption in org.drools.runtime.conf
 interface MultiValueKnowledgeSessionOption
          A markup interface for MultiValueKnowledgeSessionConfiguration options
 interface SingleValueKnowledgeSessionOption
          A markup interface for SingleValueKnowledgeSessionConfiguration options
 

Classes in org.drools.runtime.conf that implement KnowledgeSessionOption
 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.
 class WorkItemHandlerOption
          WorkItemHandlers configuration option
 

Methods in org.drools.runtime.conf with type parameters of type KnowledgeSessionOption
<T extends KnowledgeSessionOption>
void
KnowledgeSessionOptionsConfiguration.setOption(T option)
          Sets an option
 


Knowledge API Legacy5 Adapter 6.0.0.Beta3

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