Interface SearchServiceAsync


  • public interface SearchServiceAsync
    • Method Detail

      • delete

        void delete​(String[] names,
                    com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
      • shareSearch

        void shareSearch​(String name,
                         long[] userIds,
                         long[] groupIds,
                         com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)