Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Move folder with other roles

Hello!!I would like to know how I can move folders and files posted by other people with the collaborating role.Currently only the manager can accomplish this ...If it is necessary to code or create a new role, can you point me to the file that repor...

image
nokinha1 by Confirmed Champ
  • 7958 Views
  • 7 replies
  • 4 kudos

How to get all audit entries present in alfresco db

Hi All,I want to get all the audit entries present in alfresco DB through java code. I have read all the interface provided for audit and doesnt find any method for extracting it .There is a method for auditquery but i am not getting much from it.So ...

piyush48 by Star Contributor
  • 3349 Views
  • 2 replies
  • 0 kudos

Unable to download Service Identity

Hello,I would like to  download alfresco-identity-service but when I click on the link it sends me back to the alfresco portal with the error "403 app not assigned" however I did the Okta authentication well but it seems to be failed. How to get the ...

UI69 by Champ in-the-making
  • 2113 Views
  • 0 replies
  • 0 kudos

Resolved! How to set custom content property in Alfresco REST API

Hi there ,I need to upload document using REST API . Along with this , I do have custom type (pololicy) defined and custom properties (pol:documentid) also .  When i upload using POSTMan , i can see uploaded document and custom type in Alfresco , att...

image
brijeshnk by Star Contributor
  • 7322 Views
  • 4 replies
  • 1 kudos

Lucene query with pagination

I am trying to reduce the search resullt using lunene query with pagination option.(maxItems and skipCount). Can any one help me to write a lucene query with pagination option.  

image image
mdmustaf by Champ in-the-making
  • 6943 Views
  • 3 replies
  • 2 kudos

Disable JSESSIONID from cookies

I don't want to see JSESSIONID in the cookies. I know it is possible by making some change in the browser setting. But i want it at application level as i have disabled csrf and other cookies information but how to remove jsessioid  show that it wont...

Junit test

Hi,In APS I have created public custom rest api which which is used by ADF.I want to create junit test for that custom rest api?Anyone have idea how can I achieve?