How to search for a specific aspect/property?
ForumsAlfresco APIHi everyone! :) So I'm looking to get a list of all checked out documents based on certain aspects, specifically cm:checkedOut. Basically, I want to search for all documents with the...
View ArticleHow to insert alfresco search box into new page
ForumsAlfresco APIHello everyone, Beginner in Alfresco dev, does anybody know how to insert standard search box in alfresco so that it just shows the list of results? Thanks for the help.Alfresco...
View ArticleGet Current user's username
ForumsAlfresco APIHi,I need to get current user's(the user who is logged in) username. How do I do about it?
View ArticleCMIS
ForumsAlfresco APIWe have a custom content model with an text attribute wm:configAcctId. When we perform a CMIS query that includes this attribute we see results as if it is being treated as a term.ie....
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