-
Packages that use ClassDescriptionSet Package Description com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,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 Modifier and Type Method and Description ClassDescriptionSetObjectStore. 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 Modifier and Type Method and Description ClassDescriptionSetClassDescription. 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 Modifier and Type Method and Description ClassDescriptionSetSearchScope. fetchSearchableClassDescriptions(java.lang.String[] classNames, PropertyFilter filter)RetrievesClassDescriptionobjects from the repository or repositories specified for this instance.
-