public class JcrDashboardModule extends Object implements DashboardModule
| Constructor and Description | 
|---|
JcrDashboardModule()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<DashboardDocumentResult> | 
find(javax.jcr.Session session,
    int qpId)
Convenient method for syndication 
 | 
List<DashboardDocumentResult> | 
find(String token,
    int qpId)
Find 
 | 
List<DashboardDocumentResult> | 
getLastModifiedDocuments(javax.jcr.Session session)
Convenient method for syndication 
 | 
List<DashboardDocumentResult> | 
getLastModifiedDocuments(String token)
Get last modified documents 
 | 
List<DashboardDocumentResult> | 
getLastMonthTopDownloadedDocuments(javax.jcr.Session session)
Convenient method for syndication 
 | 
List<DashboardDocumentResult> | 
getLastMonthTopDownloadedDocuments(String token)
Get last month downloaded documents 
 | 
List<DashboardDocumentResult> | 
getLastMonthTopModifiedDocuments(javax.jcr.Session session)
Convenient method for syndication 
 | 
List<DashboardDocumentResult> | 
getLastMonthTopModifiedDocuments(String token)
Get las month top modified documentd 
 | 
List<DashboardDocumentResult> | 
getLastUploadedDocuments(javax.jcr.Session session)
Convenient method for syndication
 TODO Tiene sentido agrupar por item siendo el UUID Ășnico? 
 | 
List<DashboardDocumentResult> | 
getLastUploadedDocuments(String token)
Get last uploaded documents 
 | 
List<DashboardDocumentResult> | 
getLastWeekTopDownloadedDocuments(javax.jcr.Session session)
Convenient method for syndication 
 | 
List<DashboardDocumentResult> | 
getLastWeekTopDownloadedDocuments(String token)
Get last week top downloaded documents 
 | 
List<DashboardDocumentResult> | 
getLastWeekTopModifiedDocuments(javax.jcr.Session session)
Convenient method for syndication 
 | 
List<DashboardDocumentResult> | 
getLastWeekTopModifiedDocuments(String token)
Get last week top modified documents 
 | 
List<DashboardDocumentResult> | 
getUserCheckedOutDocuments(javax.jcr.Session session)
Convenient method for syndication 
 | 
List<DashboardDocumentResult> | 
getUserCheckedOutDocuments(String token)
Get list of checked-out documents by user 
 | 
long | 
getUserDocumentsSize(String token)
Get user documents size 
 | 
List<DashboardDocumentResult> | 
getUserLastDownloadedDocuments(javax.jcr.Session session)
Convenient method for syndication 
 | 
List<DashboardDocumentResult> | 
getUserLastDownloadedDocuments(String token)
Get user last downloaded documents 
 | 
List<DashboardDocumentResult> | 
getUserLastImportedMailAttachments(javax.jcr.Session session)
Convenient method for syndication 
 | 
List<DashboardDocumentResult> | 
getUserLastImportedMailAttachments(String token)
Get user last imported mail attachments 
 | 
List<DashboardMailResult> | 
getUserLastImportedMails(javax.jcr.Session session)
Convenient method for syndication 
 | 
List<DashboardMailResult> | 
getUserLastImportedMails(String token)
Get user last imported mails 
 | 
List<DashboardDocumentResult> | 
getUserLastModifiedDocuments(javax.jcr.Session session)
Convenient method for syndication 
 | 
List<DashboardDocumentResult> | 
getUserLastModifiedDocuments(String token)
Get user last modified documents 
 | 
List<DashboardDocumentResult> | 
getUserLastUploadedDocuments(javax.jcr.Session session)
Convenient method for syndication 
 | 
List<DashboardDocumentResult> | 
getUserLastUploadedDocuments(String token)
Get user last uploaded documents 
 | 
List<DashboardDocumentResult> | 
getUserLockedDocuments(javax.jcr.Session session)
Convenient method for syndication 
 | 
List<DashboardDocumentResult> | 
getUserLockedDocuments(String token)
Get list of locked documents by user 
 | 
List<QueryParams> | 
getUserSearchs(String token)
Get user searchs 
 | 
List<DashboardDocumentResult> | 
getUserSubscribedDocuments(javax.jcr.Session session)
Convenient method for syndication 
 | 
List<DashboardDocumentResult> | 
getUserSubscribedDocuments(String token)
Get user subscribed documents 
 | 
List<DashboardFolderResult> | 
getUserSubscribedFolders(javax.jcr.Session session)
Convenient method for syndication 
 | 
List<DashboardFolderResult> | 
getUserSubscribedFolders(String token)
Get user subscribed folders 
 | 
void | 
visiteNode(String token,
          String source,
          String node,
          Calendar date)
Visite node 
 | 
public List<DashboardDocumentResult> getUserLockedDocuments(String token) throws RepositoryException, DatabaseException
DashboardModulegetUserLockedDocuments in interface DashboardModuleRepositoryExceptionDatabaseExceptionpublic List<DashboardDocumentResult> getUserLockedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryExceptionDatabaseExceptionpublic List<DashboardDocumentResult> getUserCheckedOutDocuments(String token) throws RepositoryException, DatabaseException
DashboardModulegetUserCheckedOutDocuments in interface DashboardModuleRepositoryExceptionDatabaseExceptionpublic List<DashboardDocumentResult> getUserCheckedOutDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryExceptionDatabaseExceptionpublic List<DashboardDocumentResult> getUserSubscribedDocuments(String token) throws RepositoryException
DashboardModulegetUserSubscribedDocuments in interface DashboardModuleRepositoryExceptionpublic List<DashboardDocumentResult> getUserSubscribedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryExceptionDatabaseExceptionpublic List<DashboardFolderResult> getUserSubscribedFolders(String token) throws RepositoryException
DashboardModulegetUserSubscribedFolders in interface DashboardModuleRepositoryExceptionpublic List<DashboardFolderResult> getUserSubscribedFolders(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryExceptionDatabaseExceptionpublic List<DashboardDocumentResult> getUserLastUploadedDocuments(String token) throws RepositoryException
DashboardModulegetUserLastUploadedDocuments in interface DashboardModuleRepositoryExceptionpublic List<DashboardDocumentResult> getUserLastUploadedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryExceptionDatabaseExceptionpublic List<DashboardDocumentResult> getUserLastModifiedDocuments(String token) throws RepositoryException
DashboardModulegetUserLastModifiedDocuments in interface DashboardModuleRepositoryExceptionpublic List<DashboardDocumentResult> getUserLastModifiedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryExceptionDatabaseExceptionpublic List<DashboardDocumentResult> getUserLastDownloadedDocuments(String token) throws RepositoryException
DashboardModulegetUserLastDownloadedDocuments in interface DashboardModuleRepositoryExceptionpublic List<DashboardDocumentResult> getUserLastDownloadedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryExceptionDatabaseExceptionpublic List<DashboardMailResult> getUserLastImportedMails(String token) throws RepositoryException
DashboardModulegetUserLastImportedMails in interface DashboardModuleRepositoryExceptionpublic List<DashboardMailResult> getUserLastImportedMails(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryExceptionDatabaseExceptionpublic List<DashboardDocumentResult> getUserLastImportedMailAttachments(String token) throws RepositoryException
DashboardModulegetUserLastImportedMailAttachments in interface DashboardModuleRepositoryExceptionpublic List<DashboardDocumentResult> getUserLastImportedMailAttachments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryExceptionDatabaseExceptionpublic long getUserDocumentsSize(String token) throws RepositoryException, DatabaseException
DashboardModulegetUserDocumentsSize in interface DashboardModuleRepositoryExceptionDatabaseExceptionpublic List<QueryParams> getUserSearchs(String token) throws RepositoryException, DatabaseException
DashboardModulegetUserSearchs in interface DashboardModuleRepositoryExceptionDatabaseExceptionpublic List<DashboardDocumentResult> find(String token, int qpId) throws IOException, ParseException, RepositoryException, DatabaseException
DashboardModulefind in interface DashboardModuleIOExceptionParseExceptionRepositoryExceptionDatabaseExceptionpublic List<DashboardDocumentResult> find(javax.jcr.Session session, int qpId) throws javax.jcr.RepositoryException, DatabaseException, ParseException, IOException
javax.jcr.RepositoryExceptionDatabaseExceptionParseExceptionIOExceptionpublic List<DashboardDocumentResult> getLastWeekTopDownloadedDocuments(String token) throws RepositoryException
DashboardModulegetLastWeekTopDownloadedDocuments in interface DashboardModuleRepositoryExceptionpublic List<DashboardDocumentResult> getLastWeekTopDownloadedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryExceptionDatabaseExceptionpublic List<DashboardDocumentResult> getLastMonthTopDownloadedDocuments(String token) throws RepositoryException
DashboardModulegetLastMonthTopDownloadedDocuments in interface DashboardModuleRepositoryExceptionpublic List<DashboardDocumentResult> getLastMonthTopDownloadedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryExceptionDatabaseExceptionpublic List<DashboardDocumentResult> getLastWeekTopModifiedDocuments(String token) throws RepositoryException
DashboardModulegetLastWeekTopModifiedDocuments in interface DashboardModuleRepositoryExceptionpublic List<DashboardDocumentResult> getLastWeekTopModifiedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryExceptionDatabaseExceptionpublic List<DashboardDocumentResult> getLastMonthTopModifiedDocuments(String token) throws RepositoryException
DashboardModulegetLastMonthTopModifiedDocuments in interface DashboardModuleRepositoryExceptionpublic List<DashboardDocumentResult> getLastMonthTopModifiedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryExceptionDatabaseExceptionpublic List<DashboardDocumentResult> getLastModifiedDocuments(String token) throws RepositoryException
DashboardModulegetLastModifiedDocuments in interface DashboardModuleRepositoryExceptionpublic List<DashboardDocumentResult> getLastModifiedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryExceptionDatabaseExceptionpublic List<DashboardDocumentResult> getLastUploadedDocuments(String token) throws RepositoryException
DashboardModulegetLastUploadedDocuments in interface DashboardModuleRepositoryExceptionpublic List<DashboardDocumentResult> getLastUploadedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryExceptionDatabaseExceptionpublic void visiteNode(String token, String source, String node, Calendar date) throws RepositoryException
DashboardModulevisiteNode in interface DashboardModuleRepositoryExceptionCopyright © 2016. All rights reserved.