Contains the connection information necessary to access the Process Engine isolated region. This information is persisted in the GCD (Global Configuration Data).

An isolated region represents a logical subdivision of the Process Engine database. Each isolated region is referenced by one or more Process Engine connection points (PEConnectionPoint instances). The set of isolated regions defined is reflected in the Domain.IsolatedRegions property.

PEConnectionPointDomain
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface IIsolatedRegion
    Implements IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C#
public interface IIsolatedRegion : IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C++
interface class IIsolatedRegion : IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
J#
public interface IIsolatedRegion implements IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
JScript
public interface IIsolatedRegion extends IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable

Remarks

Metadata

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

See Also