Package | Description |
---|---|
org.kie.api.builder.model | |
org.kie.api.conf |
Modifier and Type | Method and Description |
---|---|
DeclarativeAgendaOption |
KieBaseModel.getDeclarativeAgenda()
Returns the DeclarativeAgendaOption of this KieBaseModel
|
Modifier and Type | Method and Description |
---|---|
KieBaseModel |
KieBaseModel.setDeclarativeAgenda(DeclarativeAgendaOption declarativeAgenda)
Sets the DeclarativeAgendaOption for this KieBaseModel
Default is DeclarativeAgendaOption.DISABLED
|
Modifier and Type | Method and 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.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.