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.
Namespace:
FileNet.Api.ConstantsIn IBM Content Foundation, Case Analyzer and Process Simulator are not supported.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Members
Type | Member name | Description |
---|---|---|
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. |