|
KIE API 6.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KieModuleModel
KieModuleModel is a model allowing to programmatically define a KieModule
KieModule
Method Summary | |
---|---|
Map<String,KieBaseModel> |
getKieBaseModels()
Returns all the KieBaseModel defined in this KieModuleModel mapped by their names |
KieBaseModel |
newKieBaseModel(String name)
Creates a new KieBaseModel with the given name and adds it to this KieModuleModel |
void |
removeKieBaseModel(String name)
Removes the KieBaseModel with the give name from this KieModuleModel |
String |
toXML()
Provides an XML representation of this KieModuleModel |
Method Detail |
---|
KieBaseModel newKieBaseModel(String name)
name
- The name of the new KieBaseModel to be created
void removeKieBaseModel(String name)
name
- The name of the KieBaseModel to be removedMap<String,KieBaseModel> getKieBaseModels()
String toXML()
|
KIE API 6.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |