Uses of Enum
org.kie.api.builder.model.ListenerModel.Kind
Packages that use ListenerModel.Kind
-
Uses of ListenerModel.Kind in org.kie.api.builder.model
Methods in org.kie.api.builder.model that return ListenerModel.KindModifier and TypeMethodDescriptionstatic ListenerModel.KindListenerModel.Kind.fromString(String name) ListenerModel.getKind()Returns the Kind of this ListenerModelstatic ListenerModel.KindReturns the enum constant of this type with the specified name.static ListenerModel.Kind[]ListenerModel.Kind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.api.builder.model with parameters of type ListenerModel.KindModifier and TypeMethodDescriptionKieSessionModel.newListenerModel(String type, ListenerModel.Kind kind) Creates a new ListenerModel of the given type (i.e. the name of the class implementing it) and kind and add it to this KieSessionModel