Uses of Enum Class
org.kie.api.conf.DeclarativeAgendaOption
Packages that use DeclarativeAgendaOption
-
Uses of DeclarativeAgendaOption in org.kie.api.builder.model
Methods in org.kie.api.builder.model that return DeclarativeAgendaOptionModifier and TypeMethodDescriptionKieBaseModel.getDeclarativeAgenda()Returns the DeclarativeAgendaOption of this KieBaseModelMethods in org.kie.api.builder.model with parameters of type DeclarativeAgendaOptionModifier and TypeMethodDescriptionKieBaseModel.setDeclarativeAgenda(DeclarativeAgendaOption declarativeAgenda) Sets the DeclarativeAgendaOption for this KieBaseModel Default is DeclarativeAgendaOption.DISABLED -
Uses of DeclarativeAgendaOption in org.kie.api.conf
Methods in org.kie.api.conf that return DeclarativeAgendaOptionModifier and TypeMethodDescriptionstatic DeclarativeAgendaOptionDeclarativeAgendaOption.determineDeclarativeAgenda(String option) static DeclarativeAgendaOptionReturns the enum constant of this class with the specified name.static DeclarativeAgendaOption[]DeclarativeAgendaOption.values()Returns an array containing the constants of this enum class, in the order they are declared.