com.filenet.api.events
Interface SubscribedEvent

All Superinterfaces:
DependentObject, EngineObject, RepositoryObject, java.io.Serializable

public interface SubscribedEvent
extends RepositoryObject, EngineObject, DependentObject

A SubscribedEvent object represents a system or custom event that applies to a Subscription object. You add a SubscribedEvent object to a subscription via the Subscription object's SubscribedEvents property. You set this property to a SubscribedEventList collection.

To create a SubscribedEvent object, call the createInstance method on the Factory.SubscribedEvent class. You then set the object's EventClass property to a EventClassDefinition object.

You can get a reference to a SubscribedEvent object by iterating a SubscribedEventList collection.

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject


Method Summary
 EventClassDefinition get_EventClass()
          Returns the value of the EventClass property.
 Id get_Id()
          Returns the value of the Id property.
 void set_EventClass(EventClassDefinition value)
          Sets the value of the EventClass property.
 
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_Id

Id get_Id()
Returns the value of the Id property. For more information, see Id Property.


get_EventClass

EventClassDefinition get_EventClass()
Returns the value of the EventClass property. For more information, see EventClass Property.


set_EventClass

void set_EventClass(EventClassDefinition value)
Sets the value of the EventClass property. For more information, see EventClass Property.



© Copyright IBM Corporation 2006, 2008. All rights reserved.