FileNet Content Services
Java Connector v3.0

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

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

Subinterfaces of ChoiceList in com.filenet.Panagon
 interface ChoiceList
          A ChoiceList object is a collection of Choice objects, which represent the possible values of a property.
 

Uses of ChoiceList in com.filenet.wcm.api
 

Methods in com.filenet.wcm.api that return ChoiceList
 ChoiceList PropertyDescription.getChoices(int depth)
          Returns the collection of Choice objects (values) for this PropertyDescription object.
 ChoiceList Choice.getContainedChoices()
          

Not Implemented in CS Java Connector v3.0.

 


FileNet Content Services
Java Connector v3.0