Represents a subscription that initiates a workflow in response to events generated by all objects of a particular class. A IWorkflowDefinition ), a target object, and one or more events (ISubscribedEvent ) that can be triggered on the target object. These objects must exist before you can create a
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
IClassWorkflowSubscription
object provides object properties to link a workflow (IClassWorkflowSubscription
object and persist it. 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.ClassWorkflowSubscription class.FetchInstance - By instantiating a
ISubscriptionSet collection, then returning a
object from the collection.IClassWorkflowSubscription - By getting the
property on anWorkflowSubscriptions IClassDefinition object, then iterating theIClassWorkflowSubscriptionSet collection.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IClassWorkflowSubscription Implements IClassSubscription, ISubscription, IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IClassWorkflowSubscription : IClassSubscription, ISubscription, IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C++ |
---|
interface class IClassWorkflowSubscription : IClassSubscription, ISubscription, IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IClassWorkflowSubscription implements IClassSubscription, ISubscription, IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IClassWorkflowSubscription extends IClassSubscription, ISubscription, IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: undefined
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: ClassSubscription