public interface EntireNetwork extends IndependentObject
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 instance of EntireNetwork
by
calling getInstance
or fetchInstance
on the Factory.EntireNetwork
class.
Modifier and Type | Method and Description |
---|---|
RealmSet |
get_AllRealms()
Returns the value of the AllRealms property.
|
User |
get_CurrentUser()
Returns the value of the CurrentUser property.
|
Domain |
get_LocalDomain()
Returns the value of the LocalDomain property.
|
Realm |
get_MyRealm()
Returns the value of the MyRealm property.
|
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
RealmSet get_AllRealms()
Realm get_MyRealm()
User get_CurrentUser()
Domain get_LocalDomain()
© Copyright IBM Corporation 2006, 2015. All rights reserved.