| Package | Description |
|---|---|
| org.gcube.portlets.user.shareupdates.client | |
| org.gcube.portlets.user.shareupdates.client.view | |
| org.gcube.portlets.user.shareupdates.server |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.portal.databook.shared.ClientFeed |
ShareUpdateService.sharePostWithAttachments(String feedText,
org.gcube.portal.databook.shared.FeedType type,
org.gcube.portal.databook.shared.PrivacyLevel pLevel,
Long vreOrgId,
ArrayList<UploadedFile> uploadedFiles,
ArrayList<MentionedDTO> mentionedUsers,
boolean notifyGroup,
boolean saveCopyWokspace) |
void |
ShareUpdateServiceAsync.sharePostWithAttachments(String feedText,
org.gcube.portal.databook.shared.FeedType type,
org.gcube.portal.databook.shared.PrivacyLevel pLevel,
Long vreOrgId,
ArrayList<UploadedFile> uploadedFiles,
ArrayList<MentionedDTO> mentionedUsers,
boolean notifyGroup,
boolean saveCopyWokspace,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portal.databook.shared.ClientFeed> callback) |
org.gcube.portal.databook.shared.ClientFeed |
ShareUpdateService.sharePostWithLinkPreview(String feedText,
org.gcube.portal.databook.shared.FeedType type,
org.gcube.portal.databook.shared.PrivacyLevel pLevel,
Long vreOrgId,
LinkPreview preview,
String urlThumbnail,
ArrayList<MentionedDTO> mentionedUsers,
boolean notifyGroup) |
void |
ShareUpdateServiceAsync.sharePostWithLinkPreview(String feedText,
org.gcube.portal.databook.shared.FeedType type,
org.gcube.portal.databook.shared.PrivacyLevel pLevel,
Long vreOrgId,
LinkPreview preview,
String urlThumbnail,
ArrayList<MentionedDTO> mentionedUsers,
boolean notifyGroup,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portal.databook.shared.ClientFeed> callback) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<MentionedDTO> |
SuperPosedTextArea.getMentionedUsers() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<org.gcube.portlets.widgets.pickitem.shared.ItemBean> |
ShareUpdateServiceImpl.getMentionsBean(ArrayList<MentionedDTO> mentions) |
org.gcube.portal.databook.shared.ClientFeed |
ShareUpdateServiceImpl.sharePostWithAttachments(String feedText,
org.gcube.portal.databook.shared.FeedType feedType,
org.gcube.portal.databook.shared.PrivacyLevel pLevel,
Long vreOrgId,
ArrayList<UploadedFile> uploadedFiles,
ArrayList<MentionedDTO> mentionedItems,
boolean notifyGroup,
boolean saveCopyWokspace)
Share a post with at least one attachment.
|
org.gcube.portal.databook.shared.ClientFeed |
ShareUpdateServiceImpl.sharePostWithLinkPreview(String postText,
org.gcube.portal.databook.shared.FeedType feedType,
org.gcube.portal.databook.shared.PrivacyLevel pLevel,
Long vreOrgId,
LinkPreview preview,
String urlThumbnail,
ArrayList<MentionedDTO> mentionedItems,
boolean notifyGroup)
Share post that could contain a link preview.
|
Copyright © 2019. All Rights Reserved.