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 bufferInKB, int pageSize, boolean skipNotEnabled) -
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("${http-client.buffer-size-kilobytes:10240}") int bufferInKB, @Value("${alfresco.page-size:100}") int pageSize, @Value("${alfresco.user.skip-not-enabled:true}") boolean skipNotEnabled)
-
-
Method Details
-
getAllUsers
-
getUserGroups
-