org.nuxeo.ecm.platform.audit.ws
Class WSAuditBean
java.lang.Object
org.nuxeo.ecm.platform.ws.AbstractNuxeoWebService
org.nuxeo.ecm.platform.audit.ws.WSAuditBean
- All Implemented Interfaces:
- Serializable, BaseNuxeoWebService, WSAudit
public class WSAuditBean
- extends AbstractNuxeoWebService
- implements WSAudit
Audit Web Service bean.
- Author:
- Julien Anguenot
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSAuditBean
public WSAuditBean()
getLogsBean
protected final Logs getLogsBean()
throws AuditException
- Throws:
AuditException
listModifiedDocuments
public ModifiedDocumentDescriptor[] listModifiedDocuments(String sessionId,
String dateRangeQuery)
throws AuditException
- Description copied from interface:
WSAudit
- Returns the list of modified document within a timestamp.
- Specified by:
listModifiedDocuments in interface WSAudit
- Parameters:
sessionId - : the Nuxeo core session id.dateRangeQuery - : the date range query.
- Returns:
- a list of modified document descriptors.
- Throws:
AuditException
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.