Provides a set of constants for setting the type of event export store to create, for either the Case Analyzer or Case History publishing service.

In IBM Content Foundation, Case Analyzer and Process Simulator are not supported.

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

ToggleSyntax

Visual Basic (Declaration)
Public Enumeration EventExporterType
C#
public enum EventExporterType
Visual C++
public enum class EventExporterType
JavaScript
FileNet.Api.Constants.EventExporterType = function();
FileNet.Api.Constants.EventExporterType.createEnum('FileNet.Api.Constants.EventExporterType', false);

ToggleMembers

TypeMember nameDescription
HISTORY
Specifies an event export store for the Case History publishing service.
ANALYSIS
Specifies an event export store for the Case Analyzer publishing service.

For IBM Content Foundation, this value is ignored.

SIMULATION
Specifies an event export store for Process Simulator to publish events to a simulation Case Analyzer database.

For IBM Content Foundation, this value is ignored.

ToggleSee Also