Represents a request to execute an event action when an event is triggered on a target Content Engine object. For example, you can have a subscription that notifies you by email when documents of a certain class are created and saved in the object store. The specified EventAction and Subscribable objects, which represent the event action and target object, must exist before you can create a
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Subscription
object and persist it.
is the base class for subclasses defined with specialized behavior. You can create objects for the subclasses, but you cannot create a base
object. You can, however, instantiate one in the following ways:
- By calling the
orGetInstance
method on theFetchInstance Factory.Subscription class. - By getting the
property on anSubscriptions ObjectStore object or anEventAction object, then iterating theSubscriptionSet collection. - By getting the
property on aWorkflowSourceSubscriptions WorkflowDefinition object, then iterating the
collection.SubscriptionSet
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ISubscription Implements IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface ISubscription : IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C++ |
---|
interface class ISubscription : IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface ISubscription implements IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface ISubscription extends IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: ActionConsumer