KIE API 6.1.0.Beta2

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

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

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

Methods in org.kie.api.builder.model that return KieBaseModel
 KieBaseModel KieBaseModel.addInclude(String kBaseName)
          Includes the resources of the KieBase with the given name in this KieBaseModel
 KieBaseModel KieBaseModel.addPackage(String pkg)
          Adds a package (pattern) to the list of the packages defining the set of resources that have to be included in the KieBase.
 KieBaseModel KieModuleModel.newKieBaseModel(String name)
          Creates a new KieBaseModel with the given name and adds it to this KieModuleModel
 KieBaseModel KieBaseModel.removeInclude(String kBaseName)
          Remove the inclusion of the KieBase with the given name
 KieBaseModel KieBaseModel.removeKieSessionModel(String qName)
          Removes the KieSessionModel with the give name from this KieBaseModel
 KieBaseModel KieBaseModel.removePackage(String pkg)
          Removes a package (pattern) from the list of the packages defining the set of resources that have to be included in the KieBase.
 KieBaseModel KieBaseModel.setDeclarativeAgenda(DeclarativeAgendaOption declarativeAgenda)
          Sets the DeclarativeAgendaOption for this KieBaseModel Default is DeclarativeAgendaOption.DISABLED
 KieBaseModel KieBaseModel.setDefault(boolean isDefault)
          Sets the KieBase generated from this KieBaseModel as the default one, i.e. the one that can be loaded from the KieContainer without having to pass its name.
 KieBaseModel KieBaseModel.setEqualsBehavior(EqualityBehaviorOption equalsBehaviour)
          Sets the EqualityBehavior for this KieBaseModel.
 KieBaseModel KieBaseModel.setEventProcessingMode(EventProcessingOption eventProcessingMode)
          Sets the EventProcessingOption for this KieBaseModel Default is EventProcessingOption.CLOUD
 KieBaseModel KieBaseModel.setScope(String scope)
          Sets the CDI scope for this KieBaseModel
 

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


KIE API 6.1.0.Beta2

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