10-25-2017 04:47 AM
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.
10-30-2017 10:58 AM
Hi!
I finally got it!
[...]
@Autowired
AlfrescoOnPremService alfrescoService;
[...]
ResultListDataRepresentation resultListDataRepresentation = this.alfrescoService.getRepositories(Long.parseLong("1"), true);
[...]
10-30-2017 10:58 AM
Hi!
I finally got it!
[...]
@Autowired
AlfrescoOnPremService alfrescoService;
[...]
ResultListDataRepresentation resultListDataRepresentation = this.alfrescoService.getRepositories(Long.parseLong("1"), true);
[...]
Explore our Alfresco products with the links below. Use labels to filter content by product module.