KIE API 6.1.0.Beta2

Uses of Interface
org.kie.api.builder.model.KieSessionModel

Packages that use KieSessionModel
org.kie.api.builder.model   
 

Uses of KieSessionModel in org.kie.api.builder.model
 

Methods in org.kie.api.builder.model that return KieSessionModel
 KieSessionModel KieBaseModel.newKieSessionModel(String name)
          Creates a new KieSessionModel with the given name and adds it to this KieBaseModel
 KieSessionModel KieSessionModel.setBeliefSystem(BeliefSystemTypeOption beliefSystem)
          Sets the BeliefSystem for this KieSessionModel.
 KieSessionModel KieSessionModel.setClockType(ClockTypeOption clockType)
          Sets the ClockType for this KieSessionModel.
 KieSessionModel KieSessionModel.setConsoleLogger(String consoleLogger)
          Sets a ConsoleLogger with the given name
 KieSessionModel KieSessionModel.setDefault(boolean isDefault)
          Sets the KieSession generated from this KieSessionModel as the default one, i.e. the one that can be loaded from the KieContainer without having to pass its name.
 KieSessionModel KieSessionModel.setFileLogger(String fileName)
          Sets a non-threaded FileLogger with the given name and 30 seconds of logging interval
 KieSessionModel KieSessionModel.setFileLogger(String fileName, int interval, boolean threaded)
          Sets a FileLogger with the given name, threaded behavior and logging interval
 KieSessionModel KieSessionModel.setScope(String scope)
          Sets the CDI scope for this KieSessionModel Default is javax.enterprise.context.ApplicationScoped
 KieSessionModel KieSessionModel.setType(KieSessionModel.KieSessionType type)
          Sets the type for this KieSessionModel.
 

Methods in org.kie.api.builder.model that return types with arguments of type KieSessionModel
 Map<String,KieSessionModel> KieBaseModel.getKieSessionModels()
          Returns all the KieSessionModel defined in this KieBaseModel mapped by their names
 


KIE API 6.1.0.Beta2

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