|
KIE API 6.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 imclusion 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.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.STREAM |
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.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |