Uses of Interface
com.filenet.api.meta.ClassDescription

Packages that use ClassDescription
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 ClassDescription in com.filenet.api.core
 

Methods in com.filenet.api.core that return ClassDescription
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.
 

Uses of ClassDescription in com.filenet.api.meta
 

Methods in com.filenet.api.meta that return ClassDescription
 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.
 

Methods in com.filenet.api.meta with parameters of type ClassDescription
 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, 2008. All rights reserved.