com.filenet.api.events
Interface SubscribedEvent
-
- All Superinterfaces:
- DependentObject, EngineObject, RepositoryObject, java.io.Serializable
public interface SubscribedEvent extends RepositoryObject, EngineObject, DependentObject
ASubscribedEventobject represents a system or custom event that applies to aSubscriptionobject. You add aSubscribedEventobject to a subscription with theSubscriptionobject'sSubscribedEventsproperty. You set this property to aSubscribedEventListcollection.To create a
SubscribedEventobject, call thecreateInstancemethod on theFactory.SubscribedEventclass. You then set the object'sEventClassproperty to aEventClassDefinitionobject.You can get a reference to a
SubscribedEventobject by iterating aSubscribedEventListcollection.Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description EventClassDefinitionget_EventClass()Returns the value of the EventClass property.Idget_Id()Returns the value of the Id property.voidset_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.
-
-