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 interfaceOptionsConfiguration<T extends Option,S extends SingleValueOption,M extends MultiValueOption>Subinterfaces of SingleValueOption in org.kie.api.conf Modifier and Type Interface Description interfaceSingleValueKieBaseOptionA markup interface for KieBaseConfiguration optionsinterfaceSingleValueRuleBaseOptionClasses in org.kie.api.conf that implement SingleValueOption Modifier and Type Class Description classBetaRangeIndexOptionAn enum to enable beta node range index option.classDeclarativeAgendaOptionAn enum to enable Declarative Agenda option.classEqualityBehaviorOptionAn Enum for EqualityBehavior option.classEventProcessingOptionAn Enum for Event Processing option.classKieBaseMutabilityOptionAn option to define if a KieBase should be mutable or not.classMBeansOptionAn Enum for MBeans Enabled option.classRemoveIdentitiesOptionAn Enum for Remove Identities option.classSequentialOptionAn Enum for Sequential option.classSessionsPoolOption -
Uses of SingleValueOption in org.kie.api.runtime.conf
Subinterfaces of SingleValueOption in org.kie.api.runtime.conf Modifier and Type Interface Description interfaceSingleValueKieSessionOptionA markup interface for SingleValueKieSessionConfiguration optionsinterfaceSingleValueRuleRuntimeOptionClasses in org.kie.api.runtime.conf that implement SingleValueOption Modifier and Type Class Description classAccumulateNullPropagationOptionAn option to define if 'accumulate' propagates its result even when its accumulate function result is 'null'.classBeliefSystemTypeOptionA class for the belief system configuration.classClockTypeOptionA class for the session clock configuration.classDirectFiringOptionAn option to define if the KieSession should directly firing consequences bypassing the agenda.classKeepReferenceOptionOption to configure if the KieBase should retain a reference to the KieSession or not.classPersistedSessionOptionA class for the session persistence configuration.classQueryListenerOptionAn enum to configure the session query listener configuration.classThreadSafeOptionAn option to define if the KieSession should should be thread safe or not.classTimedRuleExecutionOptionstatic classTimedRuleExecutionOption.FILTEREDclassTimerJobFactoryOptionA class for the timer job factory manager configuration.
-