com.bea.wli.worklist.api.events.handler
Interface EventSubscriptionConfiguration

All Known Subinterfaces:
EmailEventSubscription, MessageBrokerEventSubscription, ReportingEventSubscription

public interface EventSubscriptionConfiguration

Base interface for the different types of configuration that can appear within an EventSubscription


Method Summary
 EventSubscription getParent()
          Get the EventSubscription that contains this configuration
 boolean isDisabled()
          If true, the event types described by the parent event subscription will not be delivered to the specific type of event listener this configuration represents (e.g.
 void setDisabled(boolean disabled)
           
 

Method Detail

isDisabled

boolean isDisabled()
If true, the event types described by the parent event subscription will not be delivered to the specific type of event listener this configuration represents (e.g. Email, MessageBroker, Reporting). By default, newly created configurations are enabled, and must be disabled (by calling this method) explicitly.


setDisabled

void setDisabled(boolean disabled)

getParent

EventSubscription getParent()
Get the EventSubscription that contains this configuration