|
||||||||||
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(java.util.Map<java.lang.String,java.lang.String> parameters)
Creates a new session. |
Methods in org.apache.chemistry.opencmis.client.api with parameters of type Session | |
---|---|
void |
ObjectFactory.initialize(Session session,
java.util.Map<java.lang.String,java.lang.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(java.lang.String parentIdOrPath,
java.io.File file,
java.lang.String type,
VersioningState versioningState,
Session session)
Creates a document from a file. |
static Folder |
FileUtils.createFolder(java.lang.String parentIdOrPath,
java.lang.String name,
java.lang.String type,
Session session)
Creates a folder using a String identifier. |
static Document |
FileUtils.createTextDocument(java.lang.String parentIdOrPath,
java.lang.String name,
java.lang.String content,
java.lang.String type,
VersioningState versioningState,
Session session)
Creates a text document from a string. |
static void |
FileUtils.delete(java.lang.String pathOrIdOfObject,
Session session)
Deletes an object by path or id (string identifier). |
static void |
FileUtils.download(java.lang.String docIdOrPath,
java.lang.String destinationPath,
Session session)
Downloads a document by its id or path. |
static Folder |
FileUtils.getFolder(java.lang.String pathOrIdOfObject,
Session session)
Gets a folder by path or object id. |
static CmisObject |
FileUtils.getObject(java.lang.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.checkACL(Session session,
Acl acl,
java.lang.String message)
|
protected CmisTestResult |
AbstractSessionTest.checkChildren(Session session,
Folder folder,
java.lang.String message)
|
protected CmisTestResult |
AbstractSessionTest.checkObject(Session session,
CmisObject object,
java.lang.String[] properties,
java.lang.String message)
|
protected CmisTestResult |
AbstractSessionTest.checkRenditions(Session session,
CmisObject object,
java.lang.String message)
|
protected CmisTestResult |
AbstractSessionTest.checkTypeDefinition(Session session,
TypeDefinition type,
java.lang.String message)
|
protected CmisTestResult |
AbstractSessionTest.checkVersionHistory(Session session,
CmisObject object,
java.lang.String[] properties,
java.lang.String message)
|
protected Document |
AbstractSessionTest.createDocument(Session session,
Folder parent,
java.lang.String name,
java.lang.String content)
Creates a document. |
protected Document |
AbstractSessionTest.createDocument(Session session,
Folder parent,
java.lang.String name,
java.lang.String objectTypeId,
java.lang.String content)
Creates a document. |
protected Folder |
AbstractSessionTest.createFolder(Session session,
Folder parent,
java.lang.String name)
Creates a folder. |
protected Folder |
AbstractSessionTest.createFolder(Session session,
Folder parent,
java.lang.String name,
java.lang.String objectTypeId)
Creates a folder. |
protected Relationship |
AbstractSessionTest.createRelationship(Session session,
java.lang.String name,
ObjectId source,
ObjectId target)
Creates a relationship. |
protected Relationship |
AbstractSessionTest.createRelationship(Session session,
java.lang.String name,
ObjectId source,
ObjectId target,
java.lang.String objectTypeId)
Creates a relationship. |
protected Folder |
AbstractSessionTest.createTestFolder(Session session)
Creates a test folder. |
protected RepositoryInfo |
AbstractSessionTest.getRepositoryInfo(Session session)
|
protected boolean |
AbstractSessionTest.hasPolicies(Session session)
|
protected boolean |
AbstractSessionTest.hasRelationships(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.control |
---|
Methods in org.apache.chemistry.opencmis.tck.tests.control with parameters of type Session | |
---|---|
protected CapabilityAcl |
ACLSmokeTest.getAclCapability(Session session)
|
void |
ACLSmokeTest.run(Session session)
|
protected boolean |
ACLSmokeTest.supportsACLs(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 |
UpdateSmokeTest.run(Session session)
|
void |
SetAndDeleteContentTest.run(Session session)
|
void |
MoveTest.run(Session session)
|
void |
DeleteTreeTest.run(Session session)
|
void |
CreateAndDeleteRelationshipTest.run(Session session)
|
void |
CreateAndDeleteFolderTest.run(Session session)
|
void |
CreateAndDeleteDocumentTest.run(Session session)
|
void |
CopyTest.run(Session session)
|
Uses of Session in org.apache.chemistry.opencmis.tck.tests.filing |
---|
Methods in org.apache.chemistry.opencmis.tck.tests.filing with parameters of type Session | |
---|---|
void |
UnfilingTest.run(Session session)
|
void |
MultifilingTest.run(Session session)
|
protected boolean |
MultifilingTest.supportsMultifiling(Session session)
|
protected boolean |
UnfilingTest.supportsUnfiling(Session session)
|
Uses of Session in org.apache.chemistry.opencmis.tck.tests.query |
---|
Methods in org.apache.chemistry.opencmis.tck.tests.query with parameters of type Session | |
---|---|
protected CmisTestResult |
QuerySmokeTest.checkQueryResult(Session session,
QueryResult qr,
ObjectType type,
java.lang.String message)
|
void |
QuerySmokeTest.run(Session session)
|
void |
ContentChangesSmokeTest.run(Session session)
|
protected boolean |
ContentChangesSmokeTest.supportsContentChanges(Session session)
|
protected boolean |
QuerySmokeTest.supportsQuery(Session session)
|
Uses of Session in org.apache.chemistry.opencmis.tck.tests.versioning |
---|
Methods in org.apache.chemistry.opencmis.tck.tests.versioning with parameters of type Session | |
---|---|
void |
VersioningSmokeTest.run(Session session)
|
void |
CheckedOutTest.run(Session session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |