|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubscribedEvent
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
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 |
---|
Id get_Id()
EventClassDefinition get_EventClass()
void set_EventClass(EventClassDefinition value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |