Uses of Class
org.gcube.datacatalogue.grsf_manage_widget.shared.RevertableOperations
-
Packages that use RevertableOperations Package Description org.gcube.datacatalogue.grsf_manage_widget.server.manage org.gcube.datacatalogue.grsf_manage_widget.shared -
-
Uses of RevertableOperations in org.gcube.datacatalogue.grsf_manage_widget.server.manage
Methods in org.gcube.datacatalogue.grsf_manage_widget.server.manage that return RevertableOperations Modifier and Type Method Description RevertableOperationsRevertOperationUrl. getOperation()Methods in org.gcube.datacatalogue.grsf_manage_widget.server.manage with parameters of type RevertableOperations Modifier and Type Method Description static StringSocialCommunications. getEncodedUrlManage(RevertableOperations operation, String administrator, long timestamp, String uuid, String clientCurrenturl)Create the url to be send for reverting the operationvoidRevertOperationUrl. setOperation(RevertableOperations operation)Constructors in org.gcube.datacatalogue.grsf_manage_widget.server.manage with parameters of type RevertableOperations Constructor Description RevertOperationUrl(String baseUrl, String admin, long timestamp, String uuid, RevertableOperations operation) -
Uses of RevertableOperations in org.gcube.datacatalogue.grsf_manage_widget.shared
Methods in org.gcube.datacatalogue.grsf_manage_widget.shared that return RevertableOperations Modifier and Type Method Description RevertableOperationsRevertableOperationInfo. getOperation()static RevertableOperationsRevertableOperations. valueOf(String name)Returns the enum constant of this type with the specified name.static RevertableOperations[]RevertableOperations. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.datacatalogue.grsf_manage_widget.shared with parameters of type RevertableOperations Modifier and Type Method Description voidRevertableOperationInfo. setOperation(RevertableOperations operation)Constructors in org.gcube.datacatalogue.grsf_manage_widget.shared with parameters of type RevertableOperations Constructor Description RevertableOperationInfo(String recordUrl, String fullNameCurrentAdmin, String userNameCurrentAdmin, String uuid, String fullNameOriginalAdmin, String userNameOriginalAdmin, long timestamp, RevertableOperations operation)
-