KIE API 6.0.0.CR2

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.setClockType(ClockTypeOption clockType)
          Sets the EqualityBehavior for this KieSessionModel.
 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.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.0.0.CR2

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