Interface AuditServiceAsync


public interface AuditServiceAsync
  • Method Details

    • subscribeFolder

      void subscribeFolder(long folderId, boolean currentOnly, List<String> events, Long user, Long group, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • subscribeDocuments

      void subscribeDocuments(List<Long> docIds, List<String> events, Long user, Long group, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • deleteSubscriptions

      void deleteSubscriptions(List<Long> ids, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • update

      void update(List<Long> ids, boolean currentOnly, List<String> events, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)