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 |
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 |
---|---|
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, 2015. All rights reserved.