Represents the consumer of Action-based objects . This interface is the base for subinterfaces representing specific consumers, namely,
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
ISubscription
-based interfaces and IDocumentLifecyclePolicy
. Generally speaking, IActionConsumer
objects enable user-implemented actions to execute when specified events fire on a specified Content Engine object. You can instantiate a persisted
object by calling the
or
method on the
See also the help for the following interfaces:
,
,
.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IActionConsumer Implements IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IActionConsumer : IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C++ |
---|
interface class IActionConsumer : IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IActionConsumer implements IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IActionConsumer extends IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: Replicable