Uses of Class
org.kie.workbench.common.services.shared.kmodule.EventProcessingOption
-
Packages that use EventProcessingOption Package Description org.kie.workbench.common.services.shared.kmodule -
-
Uses of EventProcessingOption in org.kie.workbench.common.services.shared.kmodule
Methods in org.kie.workbench.common.services.shared.kmodule that return EventProcessingOption Modifier and Type Method Description static EventProcessingOptionEventProcessingOption. determineEventProcessingMode(String mode)EventProcessingOptionKBaseModel. getEventProcessingMode()static EventProcessingOptionEventProcessingOption. 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.Methods in org.kie.workbench.common.services.shared.kmodule with parameters of type EventProcessingOption Modifier and Type Method Description voidKBaseModel. setEventProcessingMode(EventProcessingOption eventProcessingMode)
-