public interface ShareUpdateServiceAsync
ShareUpdateService
.Modifier and Type | Method and Description |
---|---|
void |
checkLink(String linkToCheck,
com.google.gwt.user.client.rpc.AsyncCallback<LinkPreview> callback) |
void |
checkUploadedFile(String fileName,
String fileabsolutePathOnServer,
com.google.gwt.user.client.rpc.AsyncCallback<LinkPreview> callback) |
void |
getPortalUsers(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.widgets.pickuser.shared.PickingUser>> callback) |
void |
getUserSettings(com.google.gwt.user.client.rpc.AsyncCallback<UserSettings> callback) |
void |
share(String feedText,
org.gcube.portal.databook.shared.FeedType type,
org.gcube.portal.databook.shared.PrivacyLevel pLevel,
String vreName,
LinkPreview preview,
String urlThumbnail,
ArrayList<String> mentionedUsers,
String fileName,
String FilePathOnServer,
boolean notifyGroup,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portal.databook.shared.ClientFeed> callback) |
void share(String feedText, org.gcube.portal.databook.shared.FeedType type, org.gcube.portal.databook.shared.PrivacyLevel pLevel, String vreName, LinkPreview preview, String urlThumbnail, ArrayList<String> mentionedUsers, String fileName, String FilePathOnServer, boolean notifyGroup, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portal.databook.shared.ClientFeed> callback)
void checkLink(String linkToCheck, com.google.gwt.user.client.rpc.AsyncCallback<LinkPreview> callback)
void getUserSettings(com.google.gwt.user.client.rpc.AsyncCallback<UserSettings> callback)
void getPortalUsers(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.widgets.pickuser.shared.PickingUser>> callback)
void checkUploadedFile(String fileName, String fileabsolutePathOnServer, com.google.gwt.user.client.rpc.AsyncCallback<LinkPreview> callback)
Copyright © 2014. All Rights Reserved.