Uses of Class
org.gcube.datacatalogue.grsf_manage_widget.shared.RevertableOperationInfo
-
Packages that use RevertableOperationInfo Package Description org.gcube.datacatalogue.grsf_manage_widget.client org.gcube.datacatalogue.grsf_manage_widget.server.manage -
-
Uses of RevertableOperationInfo in org.gcube.datacatalogue.grsf_manage_widget.client
Methods in org.gcube.datacatalogue.grsf_manage_widget.client that return RevertableOperationInfo Modifier and Type Method Description RevertableOperationInfoGRSFManageWidgetService. validateRevertOperation(String url)Check if the given url for reverting the operation is valid and get back the needed info to proceedMethods in org.gcube.datacatalogue.grsf_manage_widget.client with parameters of type RevertableOperationInfo Modifier and Type Method Description BooleanGRSFManageWidgetService. performRevertOperation(RevertableOperationInfo rInfo)Perform a revert operationvoidGRSFManageWidgetServiceAsync. performRevertOperation(RevertableOperationInfo rInfo, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)Method parameters in org.gcube.datacatalogue.grsf_manage_widget.client with type arguments of type RevertableOperationInfo Modifier and Type Method Description voidGRSFManageWidgetServiceAsync. validateRevertOperation(String url, com.google.gwt.user.client.rpc.AsyncCallback<RevertableOperationInfo> callback) -
Uses of RevertableOperationInfo in org.gcube.datacatalogue.grsf_manage_widget.server.manage
Methods in org.gcube.datacatalogue.grsf_manage_widget.server.manage that return RevertableOperationInfo Modifier and Type Method Description RevertableOperationInfoGRSFNotificationService. validateRevertOperation(String encryptedUrl)Methods in org.gcube.datacatalogue.grsf_manage_widget.server.manage with parameters of type RevertableOperationInfo Modifier and Type Method Description BooleanGRSFNotificationService. performRevertOperation(RevertableOperationInfo rInfo)static voidUtils. revertOperation(org.apache.http.impl.client.CloseableHttpClient httpClient, String baseUrl, javax.servlet.http.HttpServletRequest httpServletRequest, RevertableOperationInfo rInfo, String token, String context, long groupId)Revert operation and alert admins/vre usersstatic voidSocialCommunications. sendEmailAdministratorsOnOperationReverted(String serviceUrl, RevertableOperationInfo rInfo, long groupId)static voidSocialCommunications. writePostOnRevert(String serviceUrl, RevertableOperationInfo rInfo, boolean enablePostNotification, String userCurrentUrl)Notify the users about the required changes.
-