FileNet Content Services
Java Connector v3.0

Uses of Interface
com.filenet.wcm.api.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.  
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 Session in com.filenet.Panagon
 

Subinterfaces of Session in com.filenet.Panagon
 interface Session
          A Session object contains information, such as configuration options and credentials, needed to execute an operation on the Content Services server.
 

Uses of Session in com.filenet.wcm.api
 

Methods in com.filenet.wcm.api that return Session
static Session ObjectFactory.getSession(java.lang.String appId)
          

Not Applicable in CS Java Connector v3.0.

static Session ObjectFactory.getSession(java.lang.String appId, java.lang.String credTag)
          

Not Applicable in CS Java Connector v3.0.

static Session ObjectFactory.getSession(java.lang.String appId, java.lang.String credTag, java.lang.String userId, java.lang.String password)
          

Not Applicable in CS Java Connector v3.0.

static Session ObjectFactory.getSession(java.lang.String appId, java.lang.String credTag, java.lang.String userId, java.lang.String password, java.lang.String domain)
          Deprecated. Use (appId, credTag, userId, password) form of this method.
 Session BaseObject.getSession()
          Returns the Session object that was used when this BaseObject object was instantiated.
 

Methods in com.filenet.wcm.api with parameters of type Session
 Users Realm.getUsers(Session trustMe)
          Deprecated. Use findUsers().
 Groups Realm.getGroups(Session trustMe)
          Deprecated. Use findGroups().
 java.lang.String Realm.getUsersXML(Session trustMe)
          Deprecated. Use findUsers().
 java.lang.String Realm.getGroupsXML(Session trustMe)
          Deprecated. Use findGroupsXML().
static EntireNetwork ObjectFactory.getEntireNetwork(Session sess)
          

Not Applicable in CS Java Connector v3.0.

static ObjectStore ObjectFactory.getObjectStore(java.lang.String objectStoreId, Session sess)
          

Not Applicable in CS Java Connector v3.0.

static Search ObjectFactory.getSearch(Session sess)
          

Not Applicable in CS Java Connector v3.0.

static SecurityGrantee ObjectFactory.getGrantee(java.lang.String granteeName, int granteeType, Session sess)
          

Not Applicable in CS Java Connector v3.0.

 


FileNet Content Services
Java Connector v3.0