Specifies configuration settings for the Process Engine, including the Case Analyzer and Case History publishing services.

In IBM Content Foundation, Case Analyzer is not supported. Properties associated with Case Analyzer are ignored.

A ICmProcessEngineConfiguration object can be assigned to objects of the server hierarchy (IDomain, ISite, IVirtualServer, and IServerInstance), with the first encountered by the current server being the active instance. A default instance is created at the domain level during domain creation. ICmProcessEngineConfiguration objects are persisted in the Global Configuration Database (GCD).

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also