@RemoteServiceRelativePath(value="audit")
public interface AuditService
extends com.google.gwt.user.client.rpc.RemoteService
Modifier and Type | Method and Description |
---|---|
void |
deleteSubscriptions(String sid,
long[] ids)
Deletes a list of Subscriptions
|
void |
subscribeDocuments(String sid,
long[] docIds,
String[] events)
Subscribes a selection of documents
|
void |
subscribeFolder(String sid,
long folderId,
boolean currentOnly,
String[] events)
Subscribes a folder
|
void |
update(String sid,
long id,
String[] events)
Changes the assigned events
|
void subscribeFolder(String sid, long folderId, boolean currentOnly, String[] events) throws InvalidSessionException
InvalidSessionException
void subscribeDocuments(String sid, long[] docIds, String[] events) throws InvalidSessionException
InvalidSessionException
void update(String sid, long id, String[] events) throws InvalidSessionException
InvalidSessionException
void deleteSubscriptions(String sid, long[] ids) throws InvalidSessionException
InvalidSessionException
Copyright © 2008-2014 Logical Objects. All Rights Reserved.