Class AlfrescoClient
java.lang.Object
org.alfresco.hxi_connector.nucleus_sync.client.AlfrescoClient
-
Constructor Summary
ConstructorsConstructorDescriptionAlfrescoClient(org.alfresco.hxi_connector.common.adapters.auth.AuthService authService, String alfrescoBaseUrl, int timeoutInMins, int pageSize) -
Method Summary
-
Constructor Details
-
AlfrescoClient
@Autowired public AlfrescoClient(org.alfresco.hxi_connector.common.adapters.auth.AuthService authService, @Value("${alfresco.base-url}") String alfrescoBaseUrl, @Value("${http-client.timeout-minutes:5}") int timeoutInMins, @Value("${alfresco.page-size:100}") int pageSize)
-
-
Method Details
-
getAllUsers
-
getAllGroups
-
getUserGroups
-