public interface MetadataRpcServiceAsync
Modifier and Type | Method and Description |
---|---|
void |
getMetadata(String objectKey,
String type,
String state,
com.google.gwt.user.client.rpc.AsyncCallback<Metadata> callback) |
void |
getMetadataList(String objectKey,
List<String> types,
String state,
com.google.gwt.user.client.rpc.AsyncCallback<List<Metadata>> callback) |
void |
getMetadataList(String objectKey,
String state,
com.google.gwt.user.client.rpc.AsyncCallback<Metadata> callback) |
void getMetadata(String objectKey, String type, String state, com.google.gwt.user.client.rpc.AsyncCallback<Metadata> callback)
void getMetadataList(String objectKey, List<String> types, String state, com.google.gwt.user.client.rpc.AsyncCallback<List<Metadata>> callback)
void getMetadataList(String objectKey, String state, com.google.gwt.user.client.rpc.AsyncCallback<Metadata> callback)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.