minor fix

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@162932 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2018-02-05 11:35:43 +00:00
parent 2b3d7f3cbd
commit d5aae3d0b5
1 changed files with 4 additions and 0 deletions

View File

@ -85,5 +85,9 @@ public interface GcubeCkanDataCatalogServiceAsync {
*/
void isManageProductEnabled(AsyncCallback<Boolean> callback);
/**
* check if the view per vre is enabled
* @param callback
*/
void isViewPerVREEnabled(AsyncCallback<String> callback);
}