H!
I need access to Alfresco Repositories Config (host, port, etc.) I have access from rest (http://localhost:9080/activiti-app/api/enterprise/profile/accounts/alfresco) but I need access from Javascript (Script Task) or Java.
Is possibe?
Best regards.
Solved! Go to Solution.
Hi!
I finally got it!
[...]
@Autowired
AlfrescoOnPremService alfrescoService;
[...]
ResultListDataRepresentation resultListDataRepresentation = this.alfrescoService.getRepositories(Long.parseLong("1"), true);
[...]
Hi!
I finally got it!
[...]
@Autowired
AlfrescoOnPremService alfrescoService;
[...]
ResultListDataRepresentation resultListDataRepresentation = this.alfrescoService.getRepositories(Long.parseLong("1"), true);
[...]
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.