Uses of Class
org.kie.api.conf.DeclarativeAgendaOption
-
Packages that use DeclarativeAgendaOption Package Description org.kie.api.builder.model org.kie.api.conf -
-
Uses of DeclarativeAgendaOption in org.kie.api.builder.model
Methods in org.kie.api.builder.model that return DeclarativeAgendaOption Modifier and Type Method Description DeclarativeAgendaOption
KieBaseModel. getDeclarativeAgenda()
Returns the DeclarativeAgendaOption of this KieBaseModelMethods in org.kie.api.builder.model with parameters of type DeclarativeAgendaOption Modifier and Type Method Description KieBaseModel
KieBaseModel. 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 DeclarativeAgendaOption Modifier and Type Method Description static DeclarativeAgendaOption
DeclarativeAgendaOption. determineDeclarativeAgenda(String option)
static DeclarativeAgendaOption
DeclarativeAgendaOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeclarativeAgendaOption[]
DeclarativeAgendaOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-