mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
82376: Merged WAT2 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 76481: Removed content downloaded event, its now part of the activity stream git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@83219 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -354,21 +354,21 @@ public class ContentStreamer implements ResourceLoaderAware
|
||||
final long size = reader.getSize();
|
||||
final String encoding = reader.getEncoding();
|
||||
|
||||
if (attach)
|
||||
{
|
||||
final String finalMimetype = mimetype;
|
||||
|
||||
eventPublisher.publishEvent(new EventPreparator(){
|
||||
@Override
|
||||
public Event prepareEvent(String user, String networkId, String transactionId)
|
||||
{
|
||||
String siteId = siteService.getSiteShortName(nodeRef);
|
||||
|
||||
return new ContentEventImpl(ContentEvent.DOWNLOAD, user, networkId, transactionId,
|
||||
nodeRef.getId(), siteId, propertyQName.toString(), Client.asType(ClientType.webclient), attachFileName, finalMimetype, size, encoding);
|
||||
}
|
||||
});
|
||||
}
|
||||
// if (attach)
|
||||
// {
|
||||
// final String finalMimetype = mimetype;
|
||||
//
|
||||
// eventPublisher.publishEvent(new EventPreparator(){
|
||||
// @Override
|
||||
// public Event prepareEvent(String user, String networkId, String transactionId)
|
||||
// {
|
||||
// String siteId = siteService.getSiteShortName(nodeRef);
|
||||
//
|
||||
// return new ContentEventImpl(ContentEvent.DOWNLOAD, user, networkId, transactionId,
|
||||
// nodeRef.getId(), siteId, propertyQName.toString(), Client.asType(ClientType.webclient), attachFileName, finalMimetype, size, encoding);
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
if (range == null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user