com.filenet.api.core

Interface Domain

  • All Superinterfaces:
    EngineObject, IndependentlyPersistableObject, IndependentObject, InstantiatingScope, Scope, java.io.Serializable


    public interface Domain
    extends InstantiatingScope, IndependentlyPersistableObject
    Represents a collection of resources and services sharing the same Global Configuration Database (GCD). The GCD defines a common set of attributes that control functional characteristics of the collection of resources and services for this domain. The GCD defines domain resources, such as sites (and their related virtual servers and server instances), object store databases, full-text index areas, file storage areas, content cache areas, add-ons, marking sets, and so on. The FileNet P8 domain is also associated with one or more security realms for authorizing users.

    Although you can programmatically create a domain, it is not typical to do so. (For a code sample, see Creating a Domain Object.) In a more typical scenario, you can retrieve a persisted Domain object by calling getInstance or fetchInstance on the Factory.Domain class. You can also call ObjectStore.getDomain(), which returns an object-valued Domain property.

    Metadata


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