Package | Description |
---|---|
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).
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Scope |
ClassDescription.getScope()
Returns the originating "scope" (enclosing context) of this
ClassDescription object. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.