07-28-2011 05:52 AM
http://MYHOST.com:8080/alfresco/service/cmis/s/workspace:SpacesStore/i/62442fb2-2ffe-4e04-a9ea-0909b...
curl -uadmin:admin http://MYHOST.com:8080/alfresco/service/cmis/s/workspace:SpacesStore/i/62442fb2-2ffe-4e04-a9ea-0909b...
the result is the very first version of that document. The changes made to the metadata in Share are not reflected in the XML delivered to that request.07-28-2011 05:57 AM
07-28-2011 06:22 AM
09-19-2011 04:38 PM
parameter.put(SessionParameter.LOCALE_ISO3166_COUNTRY, "");
parameter.put(SessionParameter.LOCALE_ISO639_LANGUAGE, "en");
parameter.put(SessionParameter.LOCALE_VARIANT, "US");
09-20-2011 03:20 AM
$this->curl = curl_init();
$headers = array('Accept-Language: de_DE', 'Cache-Control: max-age=0', 'Accept-Charset: utf-8');
curl_setopt($this->curl, CURLOPT_HTTPHEADER, $headers);
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.