public interface IShareDocumentService
| Modifier and Type | Method and Description |
|---|---|
String |
publicDocumentToSpace(String space,
javax.jcr.Node node,
String comment,
String perm)
Share a document to a space, permission of space's user also
apply to this document.
|
String publicDocumentToSpace(String space, javax.jcr.Node node, String comment, String perm)
There is a symbolic link of origin document will create at Documents/Shared folder of destination space.
space - destination space will share file innode - file will be sharedcomment - message attach with share activityperm - permission of destination space's member on origin nodeCopyright © 2003–2016 eXo Platform SAS. All rights reserved.