Uses of Interface
com.filenet.api.core.InstantiatingScope

Packages that use InstantiatingScope
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
com.filenet.api.meta Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions). 
 

Uses of InstantiatingScope in com.filenet.api.core
 

Subinterfaces of InstantiatingScope in com.filenet.api.core
 interface Domain
          Represents a collection of resources and services sharing the same Global Configuration Database (GCD).
 interface ObjectStore
          Represents a location in which folders, documents, and custom objects are stored, accessed, and managed on the Content Engine server.
 

Uses of InstantiatingScope in com.filenet.api.meta
 

Methods in com.filenet.api.meta with parameters of type InstantiatingScope
 ClassDescription MetadataCache.getClassDescription(InstantiatingScope scope, java.lang.String classIdent)
          Returns the class description for a given class and scope.
 ClassDescription[] MetadataCache.getClassDescriptions(InstantiatingScope scope, java.lang.String[] classIdents)
          Returns zero or more class descriptions for a given scope and the classes specified by a class identities array, which can contain both class names and GUID strings.
 



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