FileNet Content Services
Java Connector v3.0

Uses of Interface
com.filenet.Panagon.Session

Packages that use Session
com.filenet.Panagon This package contains the ObjectFactory class for creating new objects, and interfaces that define system and custom properties as fields.  
 

Uses of Session in com.filenet.Panagon
 

Methods in com.filenet.Panagon that return Session
static Session ObjectFactory.getSession(java.lang.String appId)
          Creates a Session object used to connect to the Content Services server.
static Session ObjectFactory.getSession(java.lang.String appId, java.lang.String credTag)
          Creates a Session object used to connect to the Content Services server.
static Session ObjectFactory.getSession(java.lang.String appId, java.lang.String credTag, java.lang.String userId, java.lang.String password, java.lang.String domain)
          Creates a Session object used to connect to the Content Services server.
 

Methods in com.filenet.Panagon with parameters of type Session
static EntireNetwork ObjectFactory.getEntireNetwork(Session sess)
          Creates a new EntireNetwork object, from which your application can obtain access to all object stores (libraries) in the EntireNetwork.properties, a configuration file in the CS Java Toolkit.
static ObjectStore ObjectFactory.getObjectStore(java.lang.String objectStoreId, Session sess)
          Creates an ObjectStore (library) object.
static ObjectStores ObjectFactory.getObjectStores(Session sess)
          Creates an empty ObjectStores collection to which you can add ObjectStore objects.
static Search ObjectFactory.getSearch(Session sess)
          Creates a Search object.
 


FileNet Content Services
Java Connector v3.0