-
Packages that use InstantiatingScope Package Description com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,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 Modifier and Type Interface and Description interfaceDomainRepresents a collection of resources and services sharing the same Global Configuration Database (GCD).interfaceObjectStoreRepresents 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 Modifier and Type Method and Description ClassDescriptionMetadataCache. 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.
-