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 | 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. |
ClassDescription |
EngineObject.get_ClassDescription()
Returns the
ClassDescription object that describes the immutable metadata
of the class from which this object is instantiated. |
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 |
---|---|
ClassDescription |
PropertyDescriptionObject.get_RequiredClass()
Returns the value of the RequiredClass property.
|
ClassDescription |
ClassDescription.get_SuperclassDescription()
Returns the value of the SuperclassDescription property.
|
ClassDescription |
MetadataCache.getClassDescription(EngineObject eo)
Returns the class description for a given object.
|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MetadataCache.describedIsOfClass(ClassDescription cd,
java.lang.String classIdent)
Returns whether a class description describes the class or subclass identified by a
given class name or GUID string (
true ) or not (false ). |
© Copyright IBM Corporation 2006, 2015. All rights reserved.