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)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IInstanceSubscription _
	Implements ISubscription, IActionConsumer, IRepositoryObject, IReplicable,  _
	ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C#
public interface IInstanceSubscription : ISubscription, 
	IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, 
	IIndependentObject, IEngineObject, ICloneable
Visual C++
public interface class IInstanceSubscription : ISubscription, 
	IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, 
	IIndependentObject, IEngineObject, ICloneable
JavaScript
FileNet.Api.Events.IInstanceSubscription = function();
FileNet.Api.Events.IInstanceSubscription.createInterface('FileNet.Api.Events.IInstanceSubscription');

ToggleRemarks

Metadata

Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: Subscription

ToggleSee Also