-
Packages that use ClassDescription 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). -
-
Uses of ClassDescription in com.filenet.api.core
Methods in com.filenet.api.core that return ClassDescription Modifier and Type Method and Description static ClassDescriptionFactory.ClassDescription. fetchInstance(Scope scope, Id classId, PropertyFilter filter)Retrieves an object of theClassDescriptionclass specified by the given class ID.static ClassDescriptionFactory.ClassDescription. fetchInstance(Scope scope, java.lang.String classIdentity, PropertyFilter filter)Retrieves an object of theClassDescriptionclass specified by the given identity.ClassDescriptionEngineObject. get_ClassDescription()Returns theClassDescriptionobject that describes the immutable metadata of the class from which this object is instantiated.static ClassDescriptionFactory.ClassDescription. getInstance(Scope scope, Id classId)Retrieves the instance of theClassDescriptionclass specified by the given scope and class ID.static ClassDescriptionFactory.ClassDescription. getInstance(Scope scope, java.lang.String classIdentity)Retrieves the instance of theClassDescriptionclass 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 Modifier and Type Method and Description ClassDescriptionPropertyDescriptionObject. get_RequiredClass()Returns the value of the RequiredClass property.ClassDescriptionClassDescription. get_SuperclassDescription()Returns the value of the SuperclassDescription property.ClassDescriptionMetadataCache. getClassDescription(EngineObject eo)Returns the class description for a given object.ClassDescriptionMetadataCache. 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 Modifier and Type Method and Description booleanMetadataCache. 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).
-