Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.syndication.restAPI
Class DashBoardRestlet

java.lang.Object
  extended by org.restlet.Uniform
      extended by org.restlet.Restlet
          extended by org.nuxeo.ecm.platform.ui.web.restAPI.BaseNuxeoRestlet
              extended by org.nuxeo.ecm.platform.ui.web.restAPI.BaseStatelessNuxeoRestlet
                  extended by org.nuxeo.ecm.platform.syndication.restAPI.BaseQueryModelRestlet
                      extended by org.nuxeo.ecm.platform.syndication.restAPI.DashBoardRestlet

public class DashBoardRestlet
extends BaseQueryModelRestlet


Field Summary
static int RELEVANT_NUMBER
          Number of documents we pull from the audit, assuming after filtering there will be enough left for the RELEVANT_DOCUMENTS querymodel.
 
Constructor Summary
DashBoardRestlet()
           
 
Method Summary
 
Methods inherited from class org.nuxeo.ecm.platform.syndication.restAPI.BaseQueryModelRestlet
handle
 
Methods inherited from class org.restlet.Restlet
getContext, getLogger, isStarted, isStopped, setContext, start, stop
 
Methods inherited from class org.restlet.Uniform
delete, delete, get, get, handle, head, head, options, options, post, post, put, put
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RELEVANT_NUMBER

public static final int RELEVANT_NUMBER
Number of documents we pull from the audit, assuming after filtering there will be enough left for the RELEVANT_DOCUMENTS querymodel.

See Also:
Constant Field Values
Constructor Detail

DashBoardRestlet

public DashBoardRestlet()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.