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
Top
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
object by calling the
or
method on the
class.
The following tables list the members exposed by IEntireNetwork.
Public Properties
Name | Description | |
---|---|---|
![]() | AllRealms | A collection of all objects for the object. |
![]() | CurrentUser | The current user. The current user is the user under whose credentials RPCs are being performed. |
![]() | LocalDomain | The FileNet P8 domain. |
![]() | MyRealm | The current user's realm. The current user is the user under whose credentials RPCs are being performed. |