Represents a subscription for events generated by a single object instance of a particular class.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
To create a
object, call the
method on the
You can instantiate a persisted
object in the following ways:
- By calling the
orGetInstance
method on the Factory.InstanceSubscription class.FetchInstance - By instantiating a
ISubscriptionSet collection, then returning a
object from the collection.IInstanceSubscription
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
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 |
C++ |
---|
interface class IInstanceSubscription : ISubscription, IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IInstanceSubscription implements ISubscription, IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IInstanceSubscription extends ISubscription, IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: Subscription