public interface DashboardModule
List<DashboardDocumentResult> getUserLockedDocuments(String token) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionList<DashboardDocumentResult> getUserCheckedOutDocuments(String token) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionList<DashboardDocumentResult> getUserSubscribedDocuments(String token) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionList<DashboardFolderResult> getUserSubscribedFolders(String token) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionList<DashboardDocumentResult> getUserLastUploadedDocuments(String token) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionList<DashboardDocumentResult> getUserLastModifiedDocuments(String token) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionList<DashboardDocumentResult> getUserLastDownloadedDocuments(String token) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionList<DashboardMailResult> getUserLastImportedMails(String token) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionList<DashboardDocumentResult> getUserLastImportedMailAttachments(String token) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionlong getUserDocumentsSize(String token) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionList<QueryParams> getUserSearchs(String token) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionList<DashboardDocumentResult> find(String token, int pqId) throws IOException, ParseException, RepositoryException, DatabaseException
List<DashboardDocumentResult> getLastWeekTopDownloadedDocuments(String token) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionList<DashboardDocumentResult> getLastMonthTopDownloadedDocuments(String token) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionList<DashboardDocumentResult> getLastWeekTopModifiedDocuments(String token) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionList<DashboardDocumentResult> getLastMonthTopModifiedDocuments(String token) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionList<DashboardDocumentResult> getLastModifiedDocuments(String token) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionList<DashboardDocumentResult> getLastUploadedDocuments(String token) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionvoid visiteNode(String token, String source, String node, Calendar date) throws RepositoryException, DatabaseException
RepositoryExceptionDatabaseExceptionCopyright © 2015. All Rights Reserved.