FileNet Content Services
Java Connector v3.0

Uses of Interface
com.filenet.wcm.api.ClassDescriptions

Packages that use ClassDescriptions
com.filenet.Panagon This package contains the ObjectFactory class for creating new objects, and interfaces that define system and custom properties as fields.  
com.filenet.wcm.api This package contains the classes and interfaces you can use to build Java-based applications that provide access to Content Services objects such as ObjectStore, Folder, and Document. 
 

Uses of ClassDescriptions in com.filenet.Panagon
 

Methods in com.filenet.Panagon that return ClassDescriptions
static ClassDescriptions ObjectFactory.getClassDescriptions()
          Creates an empty ClassDescriptions collection, to which you can add ClassDescription objects.
 

Uses of ClassDescriptions in com.filenet.wcm.api
 

Methods in com.filenet.wcm.api that return ClassDescriptions
 ClassDescriptions Search.getClassDescriptions(ObjectStores objectStores, java.lang.String mergeOption)
          

Not Implemented in CS Java Connector v3.0.

 ClassDescriptions Search.getClassDescriptions(ObjectStores objectStores, java.lang.String mergeOption, int[] objectTypes)
          

Not Implemented in CS Java Connector v3.0.

 ClassDescriptions ObjectStore.getClassDescriptions()
          Returns a collection of all class descriptions for this ObjectStore object.
 ClassDescriptions ObjectStore.getClassDescriptions(boolean getAll)
          Returns all class descriptions for this ObjectStore object.
 ClassDescriptions ObjectStore.getClassDescriptions(int[] objTypes)
          Returns a collection of ClassDescription objects for the Content Services classes for the requested object types.
 ClassDescriptions ObjectStore.getClassDescriptions(int[] objTypes, boolean getAll)
          Returns a collection of ClassDescription objects for the Content Services classes associated with the requested object types.
 ClassDescriptions ObjectStore.getClassDescriptions(ClassDescriptions classDescs)
          Returns a collection of ClassDescription objects for the specified Content Services classes.
 ClassDescriptions ObjectStore.getClassDescriptions(ClassDescriptions classDescs, boolean getAll)
          Returns a collection of ClassDescription objects for the specified Content Services classes.
static ClassDescriptions ObjectFactory.getClassDescriptions()
          

Not Applicable in CS Java Connector v3.0.

 

Methods in com.filenet.wcm.api with parameters of type ClassDescriptions
 PropertyDescriptions ObjectStore.getPropertyDescriptions(ClassDescriptions classDescs)
          Returns property descriptions for the specified classes.
 PropertyDescriptions ObjectStore.getPropertyDescriptions(ClassDescriptions classDescs, boolean getAll)
          Returns a PropertyDescriptions collection whose elements are property descriptions for the specified classes.
 ClassDescriptions ObjectStore.getClassDescriptions(ClassDescriptions classDescs)
          Returns a collection of ClassDescription objects for the specified Content Services classes.
 ClassDescriptions ObjectStore.getClassDescriptions(ClassDescriptions classDescs, boolean getAll)
          Returns a collection of ClassDescription objects for the specified Content Services classes.
 java.lang.String ObjectStore.getClassDescriptionsXML(ClassDescriptions classDescs)
          Returns a String in XML that represents the class descriptions for Content Services classes.
 java.lang.String ObjectStore.getClassDescriptionsXML(ClassDescriptions classDescs, boolean getAll)
          Returns a String in XML that represents the class descriptions for Content Services classes.
 java.lang.String ObjectStore.getPropertyDescriptionsXML(ClassDescriptions classDescs)
          Returns a String in XML that represents property descriptions for the specified classes.
 java.lang.String ObjectStore.getPropertyDescriptionsXML(ClassDescriptions classDescs, boolean getAll)
          Returns a String in XML that represents property descriptions for the specified classes.
 


FileNet Content Services
Java Connector v3.0