Interface AuditServiceAsync
public interface AuditServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteSubscriptions(long[] ids, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidsubscribeDocuments(Long[] docIds, String[] events, Long user, Long group, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidsubscribeFolder(long folderId, boolean currentOnly, String[] events, Long user, Long group, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidupdate(Long[] ids, boolean currentOnly, String[] events, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-
Method Details
-
subscribeFolder
-
subscribeDocuments
-
deleteSubscriptions
-
update
-