Interface WriteToInbox
- All Known Subinterfaces:
InboxService
public interface WriteToInbox
Shares file with the user by writing into his INBOX folder.
-
Method Summary
Modifier and TypeMethodDescriptionwrite(WriteRequest<Set<UserID>, PublicResource> request) Shares data with multiple users specified by their UserID's and encrypts it in a way that only recipients can read encrypted document.
-
Method Details
-
write
Shares data with multiple users specified by their UserID's and encrypts it in a way that only recipients can read encrypted document.- Parameters:
request- Where to write stream (location can be relative/absolute)- Returns:
- Stream that will get encrypted and stored within user INBOX.
-