|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scope | |
---|---|
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 Scope in com.filenet.api.core |
---|
Subinterfaces of Scope in com.filenet.api.core | |
---|---|
interface |
Domain
Represents a collection of resources and services sharing the same Global Configuration Database (GCD). |
interface |
InstantiatingScope
Provides a generic means for instantiating independent objects within a scope. |
interface |
ObjectStore
Represents a location in which folders, documents, and custom objects are stored, accessed, and managed on the Content Engine server. |
Methods in com.filenet.api.core with parameters of type Scope | |
---|---|
static ClassDescription |
Factory.ClassDescription.fetchInstance(Scope scope,
Id classId,
PropertyFilter filter)
Retrieves an object of the ClassDescription class specified by the given class ID. |
static ClassDescription |
Factory.ClassDescription.fetchInstance(Scope scope,
java.lang.String classIdentity,
PropertyFilter filter)
Retrieves an object of the ClassDescription class specified by the given identity. |
static ClassDescription |
Factory.ClassDescription.getInstance(Scope scope,
Id classId)
Retrieves the instance of the ClassDescription class specified by the given
scope and class ID. |
static ClassDescription |
Factory.ClassDescription.getInstance(Scope scope,
java.lang.String classIdentity)
Retrieves the instance of the ClassDescription class specified by the given
scope and class identity. |
Uses of Scope in com.filenet.api.meta |
---|
Methods in com.filenet.api.meta that return Scope | |
---|---|
Scope |
ClassDescription.getScope()
Returns the originating "scope" (enclosing context) of this ClassDescription object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |