FileNet Content Services
Java Connector v3.0

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

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

Subinterfaces of ObjectStore in com.filenet.Panagon
 interface ObjectStore
          An ObjectStore object represents a location (an object store) in which objects are stored on the Content Services server.
 

Uses of ObjectStore in com.filenet.wcm.api
 

Methods in com.filenet.wcm.api that return ObjectStore
static ObjectStore ObjectFactory.getObjectStore(java.lang.String objectStoreId, Session sess)
          

Not Applicable in CS Java Connector v3.0.

 


FileNet Content Services
Java Connector v3.0