Uses of Interface
com.filenet.api.collection.ClassDescriptionSet

Packages that use ClassDescriptionSet
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). 
com.filenet.api.query Provides classes related to constructing and performing Content Engine searches. 
 

Uses of ClassDescriptionSet in com.filenet.api.core
 

Methods in com.filenet.api.core that return ClassDescriptionSet
 ClassDescriptionSet ObjectStore.get_ClassDescriptions()
          Returns the value of the ClassDescriptions property.
 

Uses of ClassDescriptionSet in com.filenet.api.meta
 

Methods in com.filenet.api.meta that return ClassDescriptionSet
 ClassDescriptionSet ClassDescription.get_ImmediateSubclassDescriptions()
          Returns the value of the ImmediateSubclassDescriptions property.
 

Uses of ClassDescriptionSet in com.filenet.api.query
 

Methods in com.filenet.api.query that return ClassDescriptionSet
 ClassDescriptionSet SearchScope.fetchSearchableClassDescriptions(java.lang.String[] classNames, PropertyFilter filter)
          Retrieves ClassDescription objects from the repository or repositories specified for this instance.
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.