|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntireNetwork
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 instance of EntireNetwork
by
calling getInstance
or fetchInstance
on the Factory.EntireNetwork
class.
Metadata
Auditable: false
Method Summary | |
---|---|
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. |
Methods inherited from interface com.filenet.api.core.IndependentObject |
---|
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
RealmSet get_AllRealms()
Realm get_MyRealm()
User get_CurrentUser()
Domain get_LocalDomain()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |