CMIS resources, tutorials, and examples
ForumsAlfresco APIIf you are new to CMIS, there are several resources you need to be aware of:Alfresco CMIS Page Includes links to the specification and a live server for testing.Getting Started with...
View ArticlePublic Alfresco API is Now Live
ForumsAlfresco APIThis morning, Alfresco announced the general availability of the public Alfresco API. The public Alfresco API allows developers to create custom applications (desktop, mobile, or...
View ArticleHow to set the title property on folders with CMIS ?
ForumsAlfresco APIHi there; I use java APi to create folders in alfresco. Folders are created in alfresco repository but I can't see the title neither the description on the created folders Folder...
View ArticleHow to find folder nodeId using the REST API
ForumsAlfresco APIHi, sorry for the newbie question, but I'm new to Alfresco and I would appreciate any help. I would like to use the REST API in order to lookup a folder. What I know is: the name of...
View ArticleOnly the owner can access (see, read, write) a document - with OpenCMIS
ForumsAlfresco APII have a site with its documentLibrary folder (Sites/Client1_site/documentLibrary) and with a file1.txt in it. How can I specify that this file1.txt is only accessible by its owner...
View ArticleCreate content with OpenCMIS using a user added with POST /api/people
ForumsAlfresco APIHiI successfully created the user unittestuser1 using this endpoint Address: http://localhost:9090/alfresco/s/api/people Http-Method: POSTI successfully created a folder...
View ArticleAlfresco API for asp.net
ForumsAlfresco APIHi,I am looking for an API solution on ASP.net that can read document property tags from the Alfresco repository and display the same to a user via an ASP.net form.Where can I get...
View ArticleCheck file or Folder is Exists or not
ForumsAlfresco APIHi. I am a new in Alfresco. I am using the 5.1 Alfresco community version. I want to check the From Specific folder is Exist or not with there name Using JAVA API.Thanks In...
View ArticleHow to update cmis:name document??
ForumsAlfresco APIHi!I want to change cmis:name of a document, because before his name was 'PRUEBAS' and now I want that his name will be 'PRUEBAS_MODIFIED'.I use Apache Chmistry PHP Library...
View ArticleIt's possible modify the folder name with Chemistry PHP Library?
ForumsAlfresco APIThe subject...It's possible modify the name of a folder with Apache Chemistry Php Library...maybe use updateProperties? Any example? Because I try it but...not.Example:$id...
View Article