Represents a subscription for events generated by all objects of a particular class.
The target for these subscriptions must be a class definition.
Namespace:
FileNet.Api.EventsTo create a IClassSubscription object, call the CreateInstance method on the Factory.ClassSubscription class.
You can instantiate a persisted IClassSubscription object in the following ways:
- By calling the GetInstance or FetchInstance method on the Factory.ClassSubscription class.
- By instantiating a ISubscriptionSet collection, then returning a IClassSubscription object from the collection.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IClassSubscription _ Implements ISubscription, IActionConsumer, IRepositoryObject, IReplicable, _ ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IClassSubscription : ISubscription, IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Visual C++ |
---|
public interface class IClassSubscription : ISubscription, IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JavaScript |
---|
FileNet.Api.Events.IClassSubscription = function(); FileNet.Api.Events.IClassSubscription.createInterface('FileNet.Api.Events.IClassSubscription'); |
Remarks
Metadata
Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: Subscription