FileNet Content Services
Java Connector v3.0

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

Packages that use PropertyDescriptions
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 PropertyDescriptions in com.filenet.Panagon
 

Methods in com.filenet.Panagon that return PropertyDescriptions
static PropertyDescriptions ObjectFactory.getPropertyDescriptions(java.lang.String[] propertyNames)
          Creates a PropertyDescriptions collection suitable for passing into any of the methods that take a collection of PropertyDescription objects.
static PropertyDescriptions ObjectFactory.getPropertyDescriptions()
          Creates an empty PropertyDescriptions collection object to which you can add PropertyDescription objects.
 

Uses of PropertyDescriptions in com.filenet.wcm.api
 

Methods in com.filenet.wcm.api that return PropertyDescriptions
 PropertyDescriptions ObjectStore.getPropertyDescriptions(int[] objTypes)
          Returns a collection of PropertyDescription objects for the specified object types.
 PropertyDescriptions ObjectStore.getPropertyDescriptions(int[] objTypes, boolean getAll)
          Returns a collection of PropertyDescription objects for the specified object types.
 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.
static PropertyDescriptions ObjectFactory.getPropertyDescriptions(java.lang.String[] propertyNames)
          

Not Applicable in CS Java Connector v3.0.

static PropertyDescriptions ObjectFactory.getPropertyDescriptions()
          

Not Applicable in CS Java Connector v3.0.

 PropertyDescriptions ClassDescription.getPropertyDescriptions()
          Returns all property descriptions for this ClassDescription object.
 PropertyDescriptions ClassDescription.getPropertyDescriptions(boolean getAll)
          Returns all property descriptions for this ClassDescription object.
 


FileNet Content Services
Java Connector v3.0