Contains the connection information necessary to access the isolated region of a workflow system. This information is persisted in the GCD (Global Configuration Database).

An isolated region represents a logical subdivision of a workflow system. Each isolated region is referenced by one or more connection points (IPEConnectionPoint instances). The set of isolated regions defined is reflected in the IsolatedRegions property on the IDomain or IObjectStore.

An isolated region and object store used by IBM Case Manager must use the same database connection.

An isolated region can use a legacy workflow system.

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also