Represents an event export store used by the Case Analyzer or Case History publishing service. These services collect and process events from a Content Engine object store and from a workflow system.

In IBM Content Foundation, Case Analyzer is not supported.

ICmEventExportStore also defines the underlying database. You can configure CmIEventExportStore to share database connections with object stores, isolated regions, or other event export stores, depending on how you set the DatabaseConnection property.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface ICmEventExportStore _
	Implements IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C#
public interface ICmEventExportStore : IIndependentlyPersistableObject, 
	IIndependentObject, IEngineObject, ICloneable
Visual C++
public interface class ICmEventExportStore : IIndependentlyPersistableObject, 
	IIndependentObject, IEngineObject, ICloneable
JavaScript
FileNet.Api.Admin.ICmEventExportStore = function();
FileNet.Api.Admin.ICmEventExportStore.createInterface('FileNet.Api.Admin.ICmEventExportStore');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject

ToggleSee Also