KIE API 6.1.0.Beta2

Uses of Class
org.kie.api.conf.EventProcessingOption

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.CLOUD
 

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.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.