|
||||||||||
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. |
Methods in org.apache.chemistry.opencmis.client.api that return Session | |
---|---|
Session |
SessionFactory.createSession(Map<String,String> parameters)
Creates a new session. |
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.client.util |
---|
Methods in org.apache.chemistry.opencmis.client.util with parameters of type Session | |
---|---|
static Document |
FileUtils.createDocumentFromFile(String parentIdOrPath,
File file,
String type,
VersioningState versioningState,
Session session)
Creates a document from a file. |
static Folder |
FileUtils.createFolder(String parentIdOrPath,
String name,
String type,
Session session)
Creates a folder using a String identifier. |
static Document |
FileUtils.createTextDocument(String parentIdOrPath,
String name,
String content,
String type,
VersioningState versioningState,
Session session)
Creates a text document from a string. |
static void |
FileUtils.delete(String pathOrIdOfObject,
Session session)
Deletes an object by path or id (string identifier). |
static void |
FileUtils.download(String docIdOrPath,
String destinationPath,
Session session)
Downloads a document by its id or path. |
static Folder |
FileUtils.getFolder(String pathOrIdOfObject,
Session session)
Gets a folder by path or object id. |
static CmisObject |
FileUtils.getObject(String pathOrIdOfObject,
Session session)
Gets an object by path or object id. |
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 |