gov.nasa.pds.registry.ui.client
Interface ClassificationNodeServiceAsync
public interface ClassificationNodeServiceAsync
Asynchronous interface to the node service
- Author:
- hyunlee
requestRows
void requestRows(String serverUrl,
com.google.gwt.gen2.table.client.TableModelHelper.Request request,
Map<String,String> filters,
com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewClassificationNode>> callback)
getClassificationNodes
void getClassificationNodes(String serverUrl,
String guid,
com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewClassificationNode>> callback)
Copyright © 2010–2015 Planetary Data System. All rights reserved.