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