Nuxeo Enterprise Platform 5.1

org.nuxeo.ecm.platform.audit.ws
Class WSAuditBean

java.lang.Object
  extended by org.nuxeo.ecm.platform.ws.AbstractNuxeoWebService
      extended by 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

Constructor Summary
WSAuditBean()
           
 
Method Summary
protected  Logs getLogsBean()
           
 ModifiedDocumentDescriptor[] listModifiedDocuments(String sessionId, String dateRangeQuery)
          Returns the list of modified document within a timestamp.
 
Methods inherited from class org.nuxeo.ecm.platform.ws.AbstractNuxeoWebService
connect, disconnect, getSessionsManager, getUserManager, initSession, login
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.ecm.platform.api.ws.BaseNuxeoWebService
connect, disconnect
 

Constructor Detail

WSAuditBean

public WSAuditBean()
Method Detail

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

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.