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:
parent
2b3d7f3cbd
commit
d5aae3d0b5
|
@ -85,5 +85,9 @@ public interface GcubeCkanDataCatalogServiceAsync {
|
||||||
*/
|
*/
|
||||||
void isManageProductEnabled(AsyncCallback<Boolean> callback);
|
void isManageProductEnabled(AsyncCallback<Boolean> callback);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* check if the view per vre is enabled
|
||||||
|
* @param callback
|
||||||
|
*/
|
||||||
void isViewPerVREEnabled(AsyncCallback<String> callback);
|
void isViewPerVREEnabled(AsyncCallback<String> callback);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue