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