FileNet Content Services
Java Connector v3.0

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

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

Methods in com.filenet.Panagon that return Value
static Value ObjectFactory.getValue()
          Creates a Value object, which you can add to a Values collection.
 

Uses of Value in com.filenet.wcm.api
 

Subinterfaces of Value in com.filenet.wcm.api
 interface Choice
          A Choice object is an element in a ChoiceList collection and represents a possible value of a property.
 

Methods in com.filenet.wcm.api that return Value
 Value Property.getValueObject()
          Returns the Value object contained in this Property object.
static Value ObjectFactory.getValue()
          

Not Applicable in CS Java Connector v3.0.

 


FileNet Content Services
Java Connector v3.0