Uses of Interface
org.kie.api.PropertiesConfiguration
-
Packages that use PropertiesConfiguration Package Description org.kie.api Base KIE API classes.org.kie.api.conf org.kie.api.runtime The runtime engine classes, including KieSession and StatelessKieSession.org.kie.api.runtime.conf -
-
Uses of PropertiesConfiguration in org.kie.api
Subinterfaces of PropertiesConfiguration in org.kie.api Modifier and Type Interface Description interfaceKieBaseConfigurationA class to store KieBase related configuration. -
Uses of PropertiesConfiguration in org.kie.api.conf
Subinterfaces of PropertiesConfiguration in org.kie.api.conf Modifier and Type Interface Description interfaceKieBaseOptionsConfigurationA base interface for type safe configurationsinterfaceOptionsConfiguration<T extends Option,S extends SingleValueOption,M extends MultiValueOption> -
Uses of PropertiesConfiguration in org.kie.api.runtime
Subinterfaces of PropertiesConfiguration in org.kie.api.runtime Modifier and Type Interface Description interfaceKieSessionConfigurationA class to store Session related configuration. -
Uses of PropertiesConfiguration in org.kie.api.runtime.conf
Subinterfaces of PropertiesConfiguration in org.kie.api.runtime.conf Modifier and Type Interface Description interfaceKieSessionOptionsConfigurationA base interface for type safe configurations
-