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

Forum Posts

Workflows Question

How can I execute a java code once a workflow is started ?ExecutionListener is the solution ?Any Examples ?

Connect Alfresco fresh install to restored MySQL DB

Is it possible to have a functioning freshly installed Alfresco 5.2 with a cold backup/restore of a MySQL DB? The fresh installation connects successfully, but throws errors. Is there a way to import whatever it is missing, from the database? Thank y...

prasadcm by Champ in-the-making
  • 1841 Views
  • 0 replies
  • 0 kudos

Folders Permissions

I created a folder in the companyHome, i can add some content from a java code only when the admin is authenticated.I tried to give allUsers ADMINISTRATOR_AUTHORITY using  PermissionService, but i get this error always when I run it.Caused by: java.l...

Set up a session with alfresco using a password hash

Good day.I am developing a Java application that uses OpenCMIS to communicate with the Alfresco repository. Is it possible to set up a session with the Alfresco repository using a password hash? For example,parameter.put (SessionParameter.USER, userN...

Extending ADF components

I try to extend the upload button component of ADF. However, if I generate an example project with Yeoman, all provided ADF-components in node_modules are either JavaScript or declare classes (which cannot be extended as far as I know). However, the ...

onkovic by Confirmed Champ
  • 4492 Views
  • 2 replies
  • 5 kudos

ADF and enterprise SAML SSO connector for ACS

Hello,I am wondering if there are known technics to use ADF with the enterprise SAML SSO connector (https://docs.alfresco.com/saml/concepts/saml-overview.html), especially the authentication part. We are currently using Alfresco 5.2.3, with a lot of ...

Search button in workflow task form

Hi everyone,I want to add one button in workflow task form which will search the values for form field from datalist. Basically, I want to maintain one datalist which will have employee details (employee id, employee name, email, etc), I have one pro...