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.


The following tables list the members exposed by IEntireNetwork.

Public Properties

 NameDescription
Public propertyAllRealmsA collection of all Realm objects for the EntireNetwork object.
Public propertyCurrentUserThe current user. The current user is the user under whose credentials RPCs are being performed.
Public propertyLocalDomainThe FileNet P8 domain.
Public propertyMyRealmThe current user's realm. The current user is the user under whose credentials RPCs are being performed.
Top

See Also