Questions tagged [dotcmis]

Apache Chemistry DotCMIS is a client library for .NET applications to communicate with Content Repositories compliant to the Content Management Interoperability Services standard. It is loosely based on the Java OpenCMIS client architecture.

63 questions
1
vote
2 answers

DotCMIS IDocument does not give file path

I have an Alfresco 4.2 document at /Sites/swsdp/documentLibrary/Presentations/test1.txt with id workspace://SpacesStore/626216a1-5f9e-4010-a424-e2e0ec4f2663;1.0. Here is my DotCMIS code to deal with a ChangeLog change event: ICmisObject cmisObject =…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
1
vote
1 answer

DotCMIS RepositoryInfo.LatestChangeLogToken returns null just after enabling ChangeLog on Alfresco

This code returns null: session.Binding.GetRepositoryService() .GetRepositoryInfo(session.RepositoryInfo.Id, null).LatestChangeLogToken on an Alfresco Community 4.2.e server, just after I turned on ChangeLog and restarted. Before enabling…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
1
vote
2 answers

Get All documents that contains a particular attribute in Alfresco using dotcmis

Today i was looking for a good way for get all documents that contains a particular attribute in alfresco using dotcmis. I was thinking in: Use Ephesoft (http://www.ephesoft.com/) to capture documents. Connect Ephesoft with Alfresco using cmis…
1
vote
0 answers

dotCMIS in Windows Store App

I would like to use the great functionalities exposed by the CMIS standard to connect to Alfresco and Sharepoint from my app. I've found the dotCMIS library by Apache Chemestry but i'm not able to use in my Windows Store App. In particular i import…
CaptainAmerica
  • 83
  • 1
  • 15
1
vote
1 answer

Connecting to Alfresco with DotCMIS gives https error

I want to connect to Alfresco with DotCMIS but I dont seem to get it working. I get this error "Error: The provided URI scheme 'http' is invalid; expected 'https'." I don't do anything with https and I don't want to either :) When I Google for this…
BvdVen
  • 2,921
  • 23
  • 33
1
vote
1 answer

Read Alfresco custom metadata via OpenCMIS?

I created a new Alfresco document, and added a custom aspect (EXIF aspect) to it. How to get the values of this metadata via OpenCMIS/DotCMIS? I tried the following but it does not show the EXIF metadata (nor presumably any custom aspect…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
1
vote
1 answer

Alfresco programmatically navigate to correct folder

I have a question regarding Alfresco and dotCMIS library. Basically i would like to get to a particular folder and create there a document. At this time i have the following code (i know it is messy, but it was for testing): Dictionary
Alnedru
  • 2,573
  • 9
  • 50
  • 88
1
vote
3 answers

How to tell whether a CmisObject represents a file or a folder?

In OpenCMIS (or DotCMIS), how to tell whether a CmisObject represents a file or a folder? Specification: http://chemistry.apache.org/java/0.5.0/maven/apidocs/org/apache/chemistry/opencmis/client/api/CmisObject.html
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
1
vote
1 answer

Connecting to Sharepoint 2010 via DOTCMIS : exception authentication provider

I am trying to connect to sharepoint 2010 using DOTCMIS in C#. In a very similar fashion to this question: Connecting via CMIS (dotCMIS) to SP2010: exception unauthorised (However, my code is running in a MSCRM 2011 custom workflow activity) My…
Sean
  • 223
  • 5
  • 17
1
vote
1 answer

Steps to use DotCMIS dll to view all workspaces in alfresco

can anyone tell me what are the steps, to use DotCMIS dll to view all workspaces in alfresco?
user673453
  • 167
  • 1
  • 4
  • 16
1
vote
2 answers

integrate a .net application with alfresco using cmis

How to integrate a .net application with alfresco ? How cam cmis be used to do the same?
user673453
  • 167
  • 1
  • 4
  • 16
0
votes
1 answer

Error Searching Sharepoint via CMIS using C#

We are creating an application in C# that uses CMIS to query remote repositories (Sharepoint, alfresco, etc.). My colleague set up the service references and we're able to connect and retrieve basic information. My part is to implement searching…
Sam F.
  • 197
  • 1
  • 1
  • 6
0
votes
1 answer

How to create parent/child relation model in ALfresco

I want to create two model in alfresco having parent and child relation. From child model, i want to access all the property of parent model.
0
votes
1 answer

How to Check Document Already exists in repository folder using DotCMIS

In my repository I put my documents into separate folders What I want is when user push same document again I need to check whether that document already exists in the correspondent folder and if the document already there, then I need to increase…
KATJ Srinath
  • 950
  • 1
  • 11
  • 18
0
votes
1 answer

Download document through link from documetum in opencmis

Is it possible to get the Link of document from my documentum repositry and access it in my android application. I got some stuff where it is shown that you can read content with the help of ContentStream, but the thing is I want the url of…
Ashish yadav
  • 97
  • 1
  • 11