Questions tagged [cmis]

Content Management Interoperability Services for talking to Content Repositories

Content Management Interoperability Services, abbreviated as CMIS, is an OASIS standard for communicating with Content Repositories using one of its RESTful, SOAP or JSON bindings. An introduction is available from the Apache Chemistry project (tag apache-chemistry)

This tag should be used for questions around using CMIS, building clients and servers on top of it, and understanding how things map onto CMIS concepts.

518 questions
2
votes
1 answer

In Alfresco, creating folders under a site or under the document library of a site?

I am new to Alfresco. Using version 5.0.d. I am developing CMIS based application code to index and access documents into Alfresco repository. All these documents that our application would be storing is mainly by/for our application. So probably a…
gsakthivel
  • 365
  • 3
  • 17
2
votes
1 answer

Activiti kickstart deploy on alfresco 5 with CMIS

I have installed Alfresco 5.0d and want to use the Activiti Designer 5.18 with Eclipse Kepler. When I try to deploy an Activiti process using the CMIS-API, I get the following…
Ben
  • 1,579
  • 4
  • 20
  • 34
2
votes
3 answers

Alfresco Query not working

I tried to search documnet with its property and document name i used following query. I used cmis API to search records select * from my:content where my:customnode Like '%Test' or cmis:name Like '%Test%' Its not working..I didn't search my…
user3855589
  • 1,113
  • 2
  • 15
  • 43
2
votes
2 answers

How can I get Folder detail from document Id in Alfresco using cmis api

I have one question. How can I get Folder Name,Id etc...(Folder details) from document Id in alfresco using cmis api? Is there any way??? Thanks
user3855589
  • 1,113
  • 2
  • 15
  • 43
2
votes
1 answer

CMIS Client JAVA - Alfresco

I'm starting with Alfresco. I'm following a tutorial book Alfresco CMIS, and, to make a CMIS Client JAVA I start by using the Maven Quick Start artifact: mvn archetype:generate -DgroupId=com.my.company.app -DartifactId=my-app…
PRVS
  • 1,612
  • 4
  • 38
  • 75
2
votes
3 answers

CMIS explorer webapp

CMIS is a recently approved standard for accessing ECM repositories. My idea is to create a repository explorer using CMIS, under the form of an open source Java/Java EE Web Application. The main interest would probably be for integrators, using it…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
2
votes
1 answer

Apache Chemistry CMIS session.createDocument vs folder.createDocument

I would like someone to give me the difference between the session createDocument and folder createDocument methods. Also within this context is there a sample on how I could use document appendContentStream() method, I was struggling to see an…
tosi
  • 1,873
  • 2
  • 18
  • 38
2
votes
0 answers

Build up correct form Data

I am attempting to preform File Upload with Kendo UI. The file is stored in an ECM which I upload to with CMIS utilizing Browser Binding. My original AJAX function which is working is like: $.ajax({ url: 'MY CMIS URL', type:…
TheRiddler
  • 169
  • 3
  • 16
2
votes
0 answers

Display a dynamic drop down list in alfresco advanced share search

I have a set of documents in a folder in the alfresco share site. Each folder represents a category of document. I would like to display all the contents of the folder as a drop-down list in advanced search for the users to select from, when they…
jcoder12
  • 167
  • 1
  • 4
  • 15
2
votes
0 answers

Using dotcmis in Windows Store app not working

I want to use dotcmis in my Windows store app. I downloaded the dotcmis-0.6 and added a reference from my Windows app project. While building, it is giving me an error as this : C:\Program Files…
Subhankar
  • 487
  • 8
  • 25
2
votes
1 answer

Integrating Alfresco and Liferay to show only one folder

I'm trying to integrate Alfresco and Liferay. I have configured CMIS integration following this guide. It works without problem. But now, I want to configure that repository to show only one folder. I can set a start folder on "Document and Media…
rubenfa
  • 831
  • 1
  • 7
  • 23
2
votes
2 answers

CMIS session.queryObjects doesn't return aspects

I have a couple test functions I've written to illustrate a problem (or at least some behavior that I don't understand). I am just doing some basic CMIS queries on an Alfresco 4.2.e community repository, but am getting some unexpected results…
BrianV
  • 105
  • 7
2
votes
1 answer

Get Documentum workflows (inbox, tasks) via CMIS?

I am making a client for EMC Documentum with OpenCMIS in Java. I can create, view and get properties of documents, but I don't know how to get all workflow tasks. Do you have any idea how to get all inbox (workflow, tasks) for a specific user? Can I…
Klemenko
  • 704
  • 1
  • 10
  • 21
2
votes
1 answer

OpenCMIS TCK test troubleshooting

I'm implementing a CMIS server using OpenCMIS. I use TCK tests to check CMIS compliance. The error messages of the compliance checks are very short. There is no info about the call sequence or at least the last call that causes the compliance…
thersch
  • 1,316
  • 12
  • 19
2
votes
2 answers

Update alfresco content type through chemistry OpenCMIS

I am trying to update the content type of files in alfresco through OpenCMIS. The CMIS workbench shows the type in the types windows, with as only disabled switch 'Policy controlable'. Its local name is document, queryname is prefix:document and…
Mark Tielemans
  • 1,528
  • 3
  • 20
  • 40