Interface AuditServiceAsync
-
public interface AuditServiceAsync
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteSubscriptions(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 Detail
-
subscribeFolder
void subscribeFolder(long folderId, boolean currentOnly, String[] events, Long user, Long group, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-
subscribeDocuments
void subscribeDocuments(long[] docIds, String[] events, Long user, Long group, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-
deleteSubscriptions
void deleteSubscriptions(long[] ids, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-
-