Represents a subscription for events generated by all objects of a particular class.
The target for these subscriptions must be a class definition.
To 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.
Namespace:
FileNet.Api.Events
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IClassSubscription _ Implements IRepositoryObject, ISubscription, IActionConsumer, IReplicable, _ ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| C# |
|---|
public interface IClassSubscription : IRepositoryObject, ISubscription, IActionConsumer, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| Visual C++ |
|---|
public interface class IClassSubscription : IRepositoryObject, ISubscription, IActionConsumer, 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