com.filenet.api.core

Interface EntireNetwork

  • All Superinterfaces:
    EngineObject, IndependentObject, java.io.Serializable


    public interface EntireNetwork
    extends IndependentObject
    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

    • Method Detail

      • get_AllRealms

        RealmSet get_AllRealms()
        Returns the value of the AllRealms property. For more information, see AllRealms Property.
      • get_MyRealm

        Realm get_MyRealm()
        Returns the value of the MyRealm property. For more information, see MyRealm Property.
      • get_CurrentUser

        User get_CurrentUser()
        Returns the value of the CurrentUser property. For more information, see CurrentUser Property.
      • get_LocalDomain

        Domain get_LocalDomain()
        Returns the value of the LocalDomain property. For more information, see LocalDomain Property.

© Copyright IBM Corporation 2006, 2013. All rights reserved.