Represents the actions taken when a subscribed event fires. You associate an event action with a Subscription-based object by setting the object's
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
EventAction
property. To create an
object and persist it to a Content Engine object store, call the
method on the
You can instantiate an
object in the following ways:
- Call the
orGetInstance
method on theFetchInstance Factory.EventAction class. - Get the
property on anEventActions
, and iterate theObjectStore EventActionSet collection. - Call the
method on aget_ReferencingActions CodeModule , and iterate theActionSet collection for instances of
objects.EventAction - Get the
property on aEventAction
object or subobject.Subscription
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IEventAction Implements IAction, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IEventAction : IAction, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C++ |
---|
interface class IEventAction : IAction, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IEventAction implements IAction, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IEventAction extends IAction, 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: Action