FileNet Content Services
Java Connector v3.0

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

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

Methods in com.filenet.Panagon that return ObjectStores
static ObjectStores ObjectFactory.getObjectStores(Session sess)
          Creates an empty ObjectStores collection to which you can add ObjectStore objects.
 

Uses of ObjectStores in com.filenet.wcm.api
 

Methods in com.filenet.wcm.api that return ObjectStores
static ObjectStores ObjectFactory.getObjectStores()
          

Not Applicable in CS Java Connector v3.0.

 ObjectStores EntireNetwork.getObjectStores()
          Deprecated. Returns an ObjectStores collection object whose elements are ObjectStore objects known to the Active Directory on the Content Services server and to which the current user has access. (The current user is identified in the Session object.)

This method checks the caller's permission to access each object store but does not login to each object store. Therefore, this method returns and caches only the object store properties that are available without performing a login (for example, Name, DisplayName, DatabaseServerName, and Domain properties). (Note that the getObjectStoresXML method can return all available object store properties.)

 ObjectStores Domain.getObjectStores()
          

Not Implemented in CS Java Connector v3.0.

 

Methods in com.filenet.wcm.api with parameters of type ObjectStores
 ClassDescriptions Search.getClassDescriptions(ObjectStores objectStores, java.lang.String mergeOption)
          

Not Implemented in CS Java Connector v3.0.

 ClassDescriptions Search.getClassDescriptions(ObjectStores objectStores, java.lang.String mergeOption, int[] objectTypes)
          

Not Implemented in CS Java Connector v3.0.

 SearchPropertyDescriptions Search.getPropertyDescriptions(ObjectStores objectStores, java.lang.String mergeOption, int[] objectTypes)
          

Not Implemented in CS Java Connector v3.0.

 SearchPropertyDescriptions Search.getPropertyDescriptions(ObjectStores objectStores, java.lang.String mergeOption, SearchClassInfo[] classInfo)
          

Not Implemented in CS Java Connector v3.0.

 SearchPropertyDescriptions Search.getPropertyDescriptions(ObjectStores objectStores, java.lang.String mergeOption, SearchPropInfo[] propInfo)
          

Not Implemented in CS Java Connector v3.0.

 SearchPropertyDescriptions Search.getPropertyDescriptions(ObjectStores objectStores, java.lang.String mergeOption, int objectType, SearchClassInfo[] classInfo)
          

Not Implemented in CS Java Connector v3.0.

 ChoiceLists Search.getChoiceLists(ObjectStores objectStores, java.lang.String mergeOption, SearchPropInfo[] propInfo)
          

Not Implemented in CS Java Connector v3.0.

 


FileNet Content Services
Java Connector v3.0