| Package | Description | 
|---|---|
| com.communote.server.core.lastmodifieddate | |
| com.communote.server.core.property | |
| com.communote.server.core.storing | 
| Modifier and Type | Method and Description | 
|---|---|
Date | 
LastModificationDateManagement.getAttachmentCrawlLastModificationDate(Long attachmentId)
Get the crawl-last-modification date of the given attachment. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AttachmentPropertyAccessor.assertReadAccess(Attachment attachment)  | 
protected void | 
AttachmentPropertyAccessor.assertWriteAccess(Attachment attachment)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ResourceStoringManagementImpl.assertReadAccess(Long attachmentId)  | 
void | 
ResourceStoringManagement.assertReadAccess(Long attachmentId)
Assert that the current user has read access to the attachment 
 | 
void | 
ResourceStoringManagementImpl.assertWriteAccess(Long attachmentId)  | 
void | 
ResourceStoringManagement.assertWriteAccess(Long attachmentId)
Assert that the current user has access to edit the attachment 
 | 
AttachmentTO | 
ResourceStoringManagementBase.getAttachment(Long attachmentId)  | 
AttachmentTO | 
ResourceStoringManagement.getAttachment(Long attachmentId)
Get an attachment by the given ID. 
 | 
protected AttachmentTO | 
ResourceStoringManagementImpl.handleGetAttachment(Long attachmentId)  | 
protected abstract AttachmentTO | 
ResourceStoringManagementBase.handleGetAttachment(Long attachmentId)
Performs the core logic for  
ResourceStoringManagementBase.getAttachment(Long) | 
Copyright © 2019 Communote team. All rights reserved.