Uses of Interface
org.kie.api.conf.SingleValueOption
-
Packages that use SingleValueOption Package Description org.kie.api.conf org.kie.api.runtime.conf -
-
Uses of SingleValueOption in org.kie.api.conf
Classes in org.kie.api.conf with type parameters of type SingleValueOption Modifier and Type Interface Description interface
OptionsConfiguration<T extends Option,S extends SingleValueOption,M extends MultiValueOption>
Subinterfaces of SingleValueOption in org.kie.api.conf Modifier and Type Interface Description interface
SingleValueKieBaseOption
A markup interface for KieBaseConfiguration optionsinterface
SingleValueRuleBaseOption
Classes in org.kie.api.conf that implement SingleValueOption Modifier and Type Class Description class
BetaRangeIndexOption
An enum to enable beta node range index option.class
DeclarativeAgendaOption
An enum to enable Declarative Agenda option.class
EqualityBehaviorOption
An Enum for EqualityBehavior option.class
EventProcessingOption
An Enum for Event Processing option.class
KieBaseMutabilityOption
An option to define if a KieBase should be mutable or not.class
MBeansOption
An Enum for MBeans Enabled option.class
RemoveIdentitiesOption
An Enum for Remove Identities option.class
SequentialOption
An Enum for Sequential option.class
SessionsPoolOption
-
Uses of SingleValueOption in org.kie.api.runtime.conf
Subinterfaces of SingleValueOption in org.kie.api.runtime.conf Modifier and Type Interface Description interface
SingleValueKieSessionOption
A markup interface for SingleValueKieSessionConfiguration optionsinterface
SingleValueRuleRuntimeOption
Classes in org.kie.api.runtime.conf that implement SingleValueOption Modifier and Type Class Description class
AccumulateNullPropagationOption
An option to define if 'accumulate' propagates its result even when its accumulate function result is 'null'.class
BeliefSystemTypeOption
A class for the belief system configuration.class
ClockTypeOption
A class for the session clock configuration.class
DirectFiringOption
An option to define if the KieSession should directly firing consequences bypassing the agenda.class
KeepReferenceOption
Option to configure if the KieBase should retain a reference to the KieSession or not.class
PersistedSessionOption
A class for the session persistence configuration.class
QueryListenerOption
An enum to configure the session query listener configuration.class
ThreadSafeOption
An option to define if the KieSession should should be thread safe or not.class
TimedRuleExecutionOption
static class
TimedRuleExecutionOption.FILTERED
class
TimerJobFactoryOption
A class for the timer job factory manager configuration.
-