mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merged 1.4 to HEAD
svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4316 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4317 . svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4319 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4328 . git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4652 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -239,8 +239,8 @@ public interface FileFolderService
|
||||
* Get the reader to the file represented by the node according to the File/Folder model.
|
||||
* (This is not the same as the method on the ContentService)
|
||||
*
|
||||
* @param nodeRef
|
||||
* @return
|
||||
* @param nodeRef the content node
|
||||
* @return Returns a handle to the content associated with the node
|
||||
*/
|
||||
@Auditable(key = Auditable.Key.ARG_0, parameters = {"nodeRef"})
|
||||
public ContentReader getReader(NodeRef nodeRef);
|
||||
@@ -249,8 +249,8 @@ public interface FileFolderService
|
||||
* Get the writer to the file represented by the node according to the File/Folder model.
|
||||
* (This is not the same as the method on the ContentService)
|
||||
*
|
||||
* @param nodeRef
|
||||
* @return
|
||||
* @param nodeRef the content node
|
||||
* @return Returns a handle to the content associated with the node
|
||||
*/
|
||||
@Auditable(key = Auditable.Key.ARG_0, parameters = {"nodeRef"})
|
||||
public ContentWriter getWriter(NodeRef nodeRef);
|
||||
|
Reference in New Issue
Block a user