|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Session in org.apache.chemistry.opencmis.client.api |
---|
Methods in org.apache.chemistry.opencmis.client.api with type parameters of type Session | ||
---|---|---|
|
Repository.createSession()
Creates a session for this repository. |
|
|
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |