Package 

Object AlfrescoApi.Companion

    • Method Summary

      Modifier and Type Method Description
      final <ERROR CLASS> csvQueryParam(String fields) Returns correct comma-separated query parameter list to pass to requests.
      final String getCURRENT_USER() Alias for the current logged in user.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • csvQueryParam

         final <ERROR CLASS> csvQueryParam(String fields)

        Returns correct comma-separated query parameter list to pass to requests. Due to a retrofit issue, lists in query parameters will be passed as individual values. This method facilitates the conversion until the issue is fixed.