Uses of Interface
org.apache.chemistry.opencmis.client.api.Session

Packages that use Session
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.tck.impl   
org.apache.chemistry.opencmis.tck.tests.basics   
org.apache.chemistry.opencmis.tck.tests.crud   
org.apache.chemistry.opencmis.workbench.details   
org.apache.chemistry.opencmis.workbench.model   
 

Uses of Session in org.apache.chemistry.opencmis.client.api
 

Methods in org.apache.chemistry.opencmis.client.api with type parameters of type Session
<T extends Session>
T
Repository.createSession()
          Creates a session for this repository.
<T extends Session>
T
SessionFactory.createSession(Map<String,String> parameters)
          Obtain a new session using parameter configuration.
 

Methods in org.apache.chemistry.opencmis.client.api with parameters of type Session
 void ObjectFactory.initialize(Session session, Map<String,String> parameters)
           
 

Uses of Session in org.apache.chemistry.opencmis.tck.impl
 

Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type Session
protected  CmisTestResult AbstractSessionTest.checkChildren(Session session, Folder folder, String message)
           
protected  CmisTestResult AbstractSessionTest.checkTypeDefinition(Session session, TypeDefinition type, String message)
           
protected  Folder AbstractSessionTest.createTestFolder(Session session)
          Creates a test folder.
protected  RepositoryInfo AbstractSessionTest.getRepositoryInfo(Session session)
           
protected  boolean AbstractSessionTest.isGetDescendantsSupported(Session session)
           
protected  boolean AbstractSessionTest.isGetFolderTreeSupported(Session session)
           
abstract  void AbstractSessionTest.run(Session session)
           
 

Uses of Session in org.apache.chemistry.opencmis.tck.tests.basics
 

Methods in org.apache.chemistry.opencmis.tck.tests.basics with parameters of type Session
 void TypesTest.run(Session session)
           
 void SecurityTest.run(Session session)
           
 void RootFolderTest.run(Session session)
           
 void RepositoryInfoTest.run(Session session)
           
 

Uses of Session in org.apache.chemistry.opencmis.tck.tests.crud
 

Methods in org.apache.chemistry.opencmis.tck.tests.crud with parameters of type Session
 void CreateAndDeleteFolderTest.run(Session session)
           
 

Uses of Session in org.apache.chemistry.opencmis.workbench.details
 

Methods in org.apache.chemistry.opencmis.workbench.details with parameters of type Session
 String ObjectPanel.getDocumentURL(CmisObject document, Session session)
           
 

Uses of Session in org.apache.chemistry.opencmis.workbench.model
 

Methods in org.apache.chemistry.opencmis.workbench.model that return Session
 Session ClientSession.createSession(int index)
           
 Session ClientSession.getSession()
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.