|
KIE API 6.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventProcessingOption | |
---|---|
org.kie.api.builder.model | |
org.kie.api.conf |
Uses of EventProcessingOption in org.kie.api.builder.model |
---|
Methods in org.kie.api.builder.model that return EventProcessingOption | |
---|---|
EventProcessingOption |
KieBaseModel.getEventProcessingMode()
Returns the EventProcessingMode of this KieBaseModel |
Methods in org.kie.api.builder.model with parameters of type EventProcessingOption | |
---|---|
KieBaseModel |
KieBaseModel.setEventProcessingMode(EventProcessingOption eventProcessingMode)
Sets the EventProcessingOption for this KieBaseModel Default is EventProcessingOption.STREAM |
Uses of EventProcessingOption in org.kie.api.conf |
---|
Methods in org.kie.api.conf that return EventProcessingOption | |
---|---|
static EventProcessingOption |
EventProcessingOption.determineEventProcessingMode(String mode)
|
static EventProcessingOption |
EventProcessingOption.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EventProcessingOption[] |
EventProcessingOption.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
KIE API 6.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |