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
DashboardModule
getUserLockedDocuments
in interface DashboardModule
RepositoryException
DatabaseException
public List<DashboardDocumentResult> getUserLockedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryException
DatabaseException
public List<DashboardDocumentResult> getUserCheckedOutDocuments(String token) throws RepositoryException, DatabaseException
DashboardModule
getUserCheckedOutDocuments
in interface DashboardModule
RepositoryException
DatabaseException
public List<DashboardDocumentResult> getUserCheckedOutDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryException
DatabaseException
public List<DashboardDocumentResult> getUserSubscribedDocuments(String token) throws RepositoryException
DashboardModule
getUserSubscribedDocuments
in interface DashboardModule
RepositoryException
public List<DashboardDocumentResult> getUserSubscribedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryException
DatabaseException
public List<DashboardFolderResult> getUserSubscribedFolders(String token) throws RepositoryException
DashboardModule
getUserSubscribedFolders
in interface DashboardModule
RepositoryException
public List<DashboardFolderResult> getUserSubscribedFolders(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryException
DatabaseException
public List<DashboardDocumentResult> getUserLastUploadedDocuments(String token) throws RepositoryException
DashboardModule
getUserLastUploadedDocuments
in interface DashboardModule
RepositoryException
public List<DashboardDocumentResult> getUserLastUploadedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryException
DatabaseException
public List<DashboardDocumentResult> getUserLastModifiedDocuments(String token) throws RepositoryException
DashboardModule
getUserLastModifiedDocuments
in interface DashboardModule
RepositoryException
public List<DashboardDocumentResult> getUserLastModifiedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryException
DatabaseException
public List<DashboardDocumentResult> getUserLastDownloadedDocuments(String token) throws RepositoryException
DashboardModule
getUserLastDownloadedDocuments
in interface DashboardModule
RepositoryException
public List<DashboardDocumentResult> getUserLastDownloadedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryException
DatabaseException
public List<DashboardMailResult> getUserLastImportedMails(String token) throws RepositoryException
DashboardModule
getUserLastImportedMails
in interface DashboardModule
RepositoryException
public List<DashboardMailResult> getUserLastImportedMails(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryException
DatabaseException
public List<DashboardDocumentResult> getUserLastImportedMailAttachments(String token) throws RepositoryException
DashboardModule
getUserLastImportedMailAttachments
in interface DashboardModule
RepositoryException
public List<DashboardDocumentResult> getUserLastImportedMailAttachments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryException
DatabaseException
public long getUserDocumentsSize(String token) throws RepositoryException, DatabaseException
DashboardModule
getUserDocumentsSize
in interface DashboardModule
RepositoryException
DatabaseException
public List<QueryParams> getUserSearchs(String token) throws RepositoryException, DatabaseException
DashboardModule
getUserSearchs
in interface DashboardModule
RepositoryException
DatabaseException
public List<DashboardDocumentResult> find(String token, int qpId) throws IOException, ParseException, RepositoryException, DatabaseException
DashboardModule
find
in interface DashboardModule
IOException
ParseException
RepositoryException
DatabaseException
public List<DashboardDocumentResult> find(javax.jcr.Session session, int qpId) throws javax.jcr.RepositoryException, DatabaseException, ParseException, IOException
javax.jcr.RepositoryException
DatabaseException
ParseException
IOException
public List<DashboardDocumentResult> getLastWeekTopDownloadedDocuments(String token) throws RepositoryException
DashboardModule
getLastWeekTopDownloadedDocuments
in interface DashboardModule
RepositoryException
public List<DashboardDocumentResult> getLastWeekTopDownloadedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryException
DatabaseException
public List<DashboardDocumentResult> getLastMonthTopDownloadedDocuments(String token) throws RepositoryException
DashboardModule
getLastMonthTopDownloadedDocuments
in interface DashboardModule
RepositoryException
public List<DashboardDocumentResult> getLastMonthTopDownloadedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryException
DatabaseException
public List<DashboardDocumentResult> getLastWeekTopModifiedDocuments(String token) throws RepositoryException
DashboardModule
getLastWeekTopModifiedDocuments
in interface DashboardModule
RepositoryException
public List<DashboardDocumentResult> getLastWeekTopModifiedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryException
DatabaseException
public List<DashboardDocumentResult> getLastMonthTopModifiedDocuments(String token) throws RepositoryException
DashboardModule
getLastMonthTopModifiedDocuments
in interface DashboardModule
RepositoryException
public List<DashboardDocumentResult> getLastMonthTopModifiedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryException
DatabaseException
public List<DashboardDocumentResult> getLastModifiedDocuments(String token) throws RepositoryException
DashboardModule
getLastModifiedDocuments
in interface DashboardModule
RepositoryException
public List<DashboardDocumentResult> getLastModifiedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryException
DatabaseException
public List<DashboardDocumentResult> getLastUploadedDocuments(String token) throws RepositoryException
DashboardModule
getLastUploadedDocuments
in interface DashboardModule
RepositoryException
public List<DashboardDocumentResult> getLastUploadedDocuments(javax.jcr.Session session) throws javax.jcr.RepositoryException, DatabaseException
javax.jcr.RepositoryException
DatabaseException
public void visiteNode(String token, String source, String node, Calendar date) throws RepositoryException
DashboardModule
visiteNode
in interface DashboardModule
RepositoryException
Copyright © 2016. All rights reserved.