Uses of Interface
org.kie.api.builder.model.ChannelModel
-
Packages that use ChannelModel Package Description org.kie.api.builder.model -
-
Uses of ChannelModel in org.kie.api.builder.model
Methods in org.kie.api.builder.model that return ChannelModel Modifier and Type Method Description ChannelModel
KieSessionModel. newChannelModel(String name, String type)
Creates a new ChannelModel of the given type (i.e. the name of the class implementing it) and add it to this KieSessionModelMethods in org.kie.api.builder.model that return types with arguments of type ChannelModel Modifier and Type Method Description List<ChannelModel>
KieSessionModel. getChannelModels()
Returns all the ChannelModels defined for this KieSessionModel
-