cmis.workbench.folder.filter | cmis:isVersionSeriesCheckedOut,cmis:contentStreamLength,cmis:lastModifiedBy,cmis:objectTypeId,cmis:versionSeriesCheckedOutId,cmis:createdBy,cmis:name,cmis:contentStreamMimeType,cmis:objectId,cmis:creationDate,cmis:lastModificationDate,cmis:contentStreamFileName |
cmis.workbench.folder.includeAcls | false |
cmis.workbench.folder.includeAllowableActions | false |
cmis.workbench.folder.includePolicies | false |
cmis.workbench.folder.includeRelationships | none |
cmis.workbench.folder.maxItemsPerPage | 10000 |
cmis.workbench.folder.orderBy | |
cmis.workbench.folder.renditionFilter | cmis:none |
cmis.workbench.object.filter | * |
cmis.workbench.object.includeAcls | true |
cmis.workbench.object.includeAllowableActions | true |
cmis.workbench.object.includePolicies | true |
cmis.workbench.object.includeRelationships | both |
cmis.workbench.object.maxItemsPerPage | 1000 |
cmis.workbench.object.orderBy | |
cmis.workbench.object.renditionFilter | * |
cmis.workbench.version.filter | cmis:isLatestMajorVersion,cmis:contentStreamLength,cmis:objectTypeId,cmis:name,cmis:contentStreamMimeType,cmis:objectId,cmis:isMajorVersion,cmis:contentStreamFileName,cmis:isLatestVersion,cmis:versionLabel |
cmis.workbench.version.includeAcls | false |
cmis.workbench.version.includeAllowableActions | false |
cmis.workbench.version.includePolicies | false |
cmis.workbench.version.includeRelationships | none |
cmis.workbench.version.maxItemsPerPage | 10000 |
cmis.workbench.version.renditionFilter | cmis:none |
org.apache.chemistry.opencmis.binding.atompub.url | http://try.exoplatform.com/rest/private/cmisatom/ |
org.apache.chemistry.opencmis.binding.auth.classname | org.apache.chemistry.opencmis.client.bindings.spi.StandardAuthenticationProvider |
org.apache.chemistry.opencmis.binding.auth.http.basic | true |
org.apache.chemistry.opencmis.binding.auth.soap.usernametoken | false |
org.apache.chemistry.opencmis.binding.cache.links.size | 400 |
org.apache.chemistry.opencmis.binding.cache.repositories.size | 10 |
org.apache.chemistry.opencmis.binding.cache.types.size | 100 |
org.apache.chemistry.opencmis.binding.clientcompression | false |
org.apache.chemistry.opencmis.binding.compression | true |
org.apache.chemistry.opencmis.binding.cookies | true |
org.apache.chemistry.opencmis.binding.httpinvoker.classname | org.apache.chemistry.opencmis.client.bindings.spi.http.DefaultHttpInvoker |
org.apache.chemistry.opencmis.binding.spi.classname | org.apache.chemistry.opencmis.client.bindings.spi.atompub.CmisAtomPubSpi |
org.apache.chemistry.opencmis.binding.spi.type | atompub |
org.apache.chemistry.opencmis.binding.webservices.jaxws.impl | sunjre |
org.apache.chemistry.opencmis.cache.types.classname | org.apache.chemistry.opencmis.client.bindings.impl.TypeDefinitionCacheImpl |
org.apache.chemistry.opencmis.password | ***** |
org.apache.chemistry.opencmis.session.repository.id | Managed Sites |
org.apache.chemistry.opencmis.tck.default.documentType | cmis:document |
org.apache.chemistry.opencmis.tck.default.folderType | cmis:folder |
org.apache.chemistry.opencmis.tck.default.relationshipType | cmis:relationship |
org.apache.chemistry.opencmis.tck.default.testFolderParent | / |
org.apache.chemistry.opencmis.tck.revision | 1585091 |
org.apache.chemistry.opencmis.tck.timestamp | Version: 0.11.0 / Revision: 1585091 / Build: 2014-04-07T18:51:33-0400 |
org.apache.chemistry.opencmis.user | john |
Basic tests.
Checks if HTTPS is used.
Gets and checks the repository info.
Checks the root folder and its children for specification compliance.
Types tests.
Checks all types exposed by the repository for specification compliance.
Creates a document type and deletes it again.
Creates documents, attaches and detaches secondary types, checks the properties, and finally deletes the test documents.
Create, Read, Update, and Delete tests.
Creates a few folders, checks the newly created folders and their parent and finally deletes the created folders.
Creates a few documents, checks the newly created documents and their parent and finally deletes the created documents.
Creates a 10 MiB document and deletes it.
Creates a document without content and deletes it.
Tries to create document with a folder type and folder with a document type.
Creates and deletes documents with special characters in cmis:name.
Creates a relationship between two documents, checks the newly created relationship and finally deletes the created relationship.
Creates a few items, checks the newly created itens and their parent and finally deletes the created item.
Tests different property filter combinations for documents and folders.
Creates a document, updates its name and finally deletes it.
Creates a few folders and documents, renames all documents at once, and deletes all created objects.
Creates a new document and tries to set, append, and delete its content.
Creates a document and a folder and updates them with an outdated change token.
Creates a document and reads different excerpts of the content.
Creates two folders and a document and copies the document from one folder to the other. If the AtomPub binding is used, this test is skipped.
Creates two folders and a document and moves the document from one folder to the other.
Creates a few documents in a folder, deletes the folder and checks if all documents are gone.
Creates a document, retrieves a minimal set of details, checks it, and finally deletes the document.
Versioning tests.
Creates a document, checks it out, cancels the check out, checks it out again and finally checks it in.
Creates a document, adds three versions and deletes the current version until the document is gone.
Creates documents in different versioning states.
Calls getCheckedOutDocs() and checks the returned objects.
Multifiling anf Unfiling tests.
Creates two folders and a document in one of the folders, adds the document to the second folder and then removes it again for the second folder.
Creates a folder and a document, removes the document from the folder and then adds it again.
ACL and Policy tests.
Creates a document and checks its ACL.
Query and content changes tests.
Performs a simple query and checks if the format of the results is correct. It does not check if the results are complete!
Performs a query that should return the root folder name and id.
Creates a folder and a document, queries them by object id, and deletes both.
Performs a LIKE query and checks if only matching objects are returned.
Performs IN_FOLDER and IN_TREE queries.
Calls getContentChanges(). It does not check if the results are correct!