FileNet Content Services
Java Connector v3.0

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

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

Subinterfaces of PropertyDescription in com.filenet.Panagon
 interface PropertyDescription
          A PropertyDescription object is a collection of metadata that describes a property.
 

Methods in com.filenet.Panagon that return PropertyDescription
static PropertyDescription ObjectFactory.getPropertyDescription(java.lang.String propertyName)
          Creates a PropertyDescription object.
 

Uses of PropertyDescription in com.filenet.wcm.api
 

Subinterfaces of PropertyDescription in com.filenet.wcm.api
 interface SearchPropertyDescription
          

Not Implemented in CS Java Connector v3.0.

 

Methods in com.filenet.wcm.api that return PropertyDescription
static PropertyDescription ObjectFactory.getPropertyDescription(java.lang.String propertyName)
          

Not Applicable in CS Java Connector v3.0.

 


FileNet Content Services
Java Connector v3.0