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.
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 |
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'); |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject