Represents a collection of IWorkflowEventAction objects.
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("As of release 5.0.0.")> _ Public Interface IWorkflowEventActionSet _ Implements IEventActionSet, IActionSet, IReplicableSet, ISubscribableSet, _ IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
C# |
---|
[ObsoleteAttribute("As of release 5.0.0.")] public interface IWorkflowEventActionSet : IEventActionSet, IActionSet, IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
Visual C++ |
---|
[ObsoleteAttribute(L"As of release 5.0.0.")] public interface class IWorkflowEventActionSet : IEventActionSet, IActionSet, IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
JavaScript |
---|
FileNet.Api.Collection.IWorkflowEventActionSet = function(); FileNet.Api.Collection.IWorkflowEventActionSet.createInterface('FileNet.Api.Collection.IWorkflowEventActionSet'); |