Questions tagged [opencmis]

Apache Chemistry OpenCMIS is a collection of Java libraries, frameworks and tools around the CMIS specification. The goal of OpenCMIS is to make CMIS simple for Java client and server developers. It hides the binding details and provides APIs and SPIs on different abstraction levels. It also includes test tools for content repository developers and client application developers.

277 questions
4
votes
1 answer

Get all Alfresco tags with CMIS

I'm trying to get all tags (nodeRefs and names) from alfresco using CMIS. The Alfresco version is 3.4. Before googling a lot, I don't find any good query to do this? Any advice?
Pymoo
  • 127
  • 1
  • 4
  • 11
4
votes
2 answers

Change the version manually of a Document in Alfresco using OpenCmis

I want to know how can we change the Document Version Manually in Alfresco using OpenCmis? As of now when i update the document, every time alfresco change the version itself but I want to change version from user input like 1.0,2.0, 2.1 etc. For…
user2106213
  • 73
  • 1
  • 4
3
votes
3 answers

How to get specific content type document count from alfresco share UI using Lucene query

How to get specific content type document count in alfresco share UI using Lucene query? I have tried to query in alfresco share UI Alfresco Lucene query. but it's only giving first 100 results. Is there any best way to get only document count by…
Deepak Talape
  • 997
  • 1
  • 9
  • 35
3
votes
1 answer

How to get Aspect specific properties using Open CMIS

I am doing content migration activity. in that i am able to migrate actual content from one repository to other. but i also want to migrate meta-date for same. I have some aspect's associated with my content and every aspect is having some…
3
votes
2 answers

How to get more than 1000 Documents By Using CMIS Query

By using CMIS Query i am only able to fetch 1000 documents. But i want to fetch all the documents available in the repository. I read some solution regarding this, that we can make some configuration in repository.properties file and get the…
Deepak Talape
  • 997
  • 1
  • 9
  • 35
3
votes
2 answers

How to retrieve all document content from alfresco repository with seperation of document types using Open CMIS

I Want to retrieve All document content from alfresco repository. So can anyone help me that how can i traverse the repository using CMIS. And while traversing i also want to separate the documents based on its type. At this moment i am able to get…
Deepak Talape
  • 997
  • 1
  • 9
  • 35
3
votes
1 answer

CMIS Query Path Contain Number not working

I am trying to fetch all documents from alfresco using path SELECT cmis:path,cmis:objectId,cmis:allowedChildObjectTypeIds FROM cmis:folder WHERE CONTAINS('PATH:\"/app:company_home/st:sites/cm:my_tite/cm:documentLibrary/cm:PIM_x0020_Data//*\"') is…
user3370281
  • 121
  • 1
  • 9
3
votes
1 answer

Reconvert java.util.GregorianCalendar.toString() back to GregorianCalendar

I am working with CMIS and Java, i loaded all properties from a document and wrote them into an xml file. I use Object.toString() method to create text nodes in xml file. Therefore i used .toString() method to stringify GregorianCalendar method and…
YigitOzdemir
  • 95
  • 1
  • 13
3
votes
1 answer

Embed Alfresco WebPreviewer in my own website

I have a Spring MVC application that connect with Alfresco using CMIS libraries, actually I can upload documents and download it but I need integrate Alfresco's WebPreviewer to preview documents in my app. I found some code here but I don't know…
Raider
  • 394
  • 1
  • 2
  • 26
3
votes
2 answers

Search versioned metadata in Alfresco

How would one go about searching for a metadata field in older versions of a node? I know that Solr supports indexing for version2store, and it looks like in Alfresco 4.2f, it is indeed indexed. However, there does not seem to be a way to get it…
net_j
  • 205
  • 2
  • 9
3
votes
1 answer

What is OpenCMIS Bridge?

I just noticed this project at Apache OpenCMIS: https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/chemistry-opencmis-bridge There is no description, no documentation, and reading the code does not give many hints about what it is supposed to…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
3
votes
2 answers

How to set the title and description in community Alfresco?

I have a repository, and through the alfresco website, I can set the name, title, and description when I create a folder in a repository. However, if I try to create the same via opencmis java, I get the error "Property 'cmis:title' is not valid for…
user2624246
  • 31
  • 1
  • 2
3
votes
1 answer

Delete Specific version of Document in Alfresco

Can we delete a specific version of Document in Alfresco?? As while I am trying to delete document by my code it will delete a document with version history. I want to delete specific version of Document.
Dhaval Soni
  • 85
  • 1
  • 10
3
votes
1 answer

alfresco get usergroup memberships of a specific user

Using the alfresco REST api, I've been able to query for usergroups and users, and been able to get users that are children of a specific group. However, I now need to do the opposite; to know all the usergroup memberships of a certain user. I can't…
Mark Tielemans
  • 1,528
  • 3
  • 20
  • 40
3
votes
0 answers

Google App Engine + OpenCMIS

Problem in SOAP connection From the GWT solution to CMIS webServer. GWT 2.4.0 Google App Engine 1.7.3 is used. Apache OpenCMIS 0.8 library is used. i've looked in consuming SOAP web serives in google app engine and GWT article. And…
NBo
  • 31
  • 4
1
2 3
18 19