10-14-2013 12:26 PM
session.getDefaultContext().setCacheEnabled(true)
before calling session.getObject(id)
several times. It seems the cache is ignored as the GET command is issued each time.10-15-2013 08:08 AM
Document document = (Document)session.getObject(id);
document.getContentStream().getStream();
alfresco_root/folder/content/doc_name?id=id;version
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.