Represents the highest-level object in the Content Engine API object model. Creating an instance of this object exposes all other public members of the object hierarchy. For example, from EntireNetwork, you can instantiate a Domain object. From a domain, you can navigate to an object store, then begin accessing documents, folders, etc. You can also use the EntireNetwork to retrieve all of the Realm objects for the FileNet P8 domain, then retrieve the users and groups associated with a realm.

You can create a new EntireNetwork object by calling the GetInstance or FetchInstance method on the Factory.EntireNetwork class.

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also