public class DashboardImpl extends ClientImpl implements BaseDashboard, Serializable
| Constructor and Description |
|---|
DashboardImpl(String host)
OKMAuth
|
| Modifier and Type | Method and Description |
|---|---|
List<DashboardNodeResult> |
findUserSearches(long qpId)
Returns a list of nodes based in a search saved by the user ( search of type user news ).
|
List<DashboardResult> |
getUserCheckedOutDocuments(int offset,
int limit)
Returns a list of the documents in edition by the user.r
|
List<DashboardResult> |
getUserLastCreatedDocuments(int offset,
int limit)
Returns a list of the last documents created by the user.
|
List<DashboardResult> |
getUserLastCreatedFolders(int offset,
int limit)
Returns a list of the last folders created by the user.
|
List<DashboardResult> |
getUserLastCreatedRecords(int offset,
int limit)
Returns a list of the last records created by the user.
|
List<DashboardResult> |
getUserLastDownloadedDocuments(int offset,
int limit)
Returns a list of the last documents downloaded by the user.
|
List<DashboardResult> |
getUserLastImportedMailAttachments(int offset,
int limit)
Returns a list of the last mails imported with attachments by the user.
|
List<DashboardResult> |
getUserLastImportedMails(int offset,
int limit)
Returns a list of the last mails imported by the user.
|
List<DashboardResult> |
getUserLastModifiedDocuments(int offset,
int limit)
Returns a list of the last documents modified by the user.
|
List<DashboardResult> |
getUserLockedDocuments(int offset,
int limit)
Returns a list of the documents locked by the user.
|
List<DashboardResult> |
getUserLockedFolders(int offset,
int limit)
Returns a list of the folders locked by the user.
|
List<DashboardResult> |
getUserLockedMails(int offset,
int limit)
Returns a list of the mails locked by the user.
|
List<DashboardResult> |
getUserLockedRecords(int offset,
int limit)
Returns a list of the records locked by the user.
|
List<QueryParams> |
getUserSearches()
Returns a list of the searches saved by the user as user news.
|
List<DashboardResult> |
getUserSubscribedDocuments(int offset,
int limit)
Returns a list of the documents subscribed by the user.
|
List<DashboardResult> |
getUserSubscribedFolders(int offset,
int limit)
Returns a list of the folders subscribed by the user.
|
List<DashboardResult> |
getUserSubscribedRecords(int offset,
int limit)
Returns a list of the records subscribed by the user.
|
void |
setAuthorizationToken(String authorizationToken)
setAuthenticationToken
|
getClient, resource, resourcepublic DashboardImpl(String host)
public void setAuthorizationToken(String authorizationToken)
public List<DashboardResult> getUserCheckedOutDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserCheckedOutDocuments in interface BaseDashboardoffset - is the beginning to return resultslimit - is used to limit the number of results returned.RepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic List<DashboardResult> getUserLastModifiedDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastModifiedDocuments in interface BaseDashboardoffset - is the beginning to return resultslimit - is used to limit the number of results returned.RepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic List<DashboardResult> getUserLockedDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLockedDocuments in interface BaseDashboardoffset - is the beginning to return resultslimit - is used to limit the number of results returned.RepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic List<DashboardResult> getUserLockedRecords(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLockedRecords in interface BaseDashboardoffset - is the beginning to return resultslimit - is used to limit the number of results returned.RepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic List<DashboardResult> getUserLockedFolders(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLockedFolders in interface BaseDashboardoffset - is the beginning to return resultslimit - is used to limit the number of results returned.RepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic List<DashboardResult> getUserLockedMails(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLockedMails in interface BaseDashboardoffset - is the beginning to return resultslimit - is used to limit the number of results returned.RepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic List<DashboardResult> getUserSubscribedDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserSubscribedDocuments in interface BaseDashboardoffset - is the beginning to return resultslimit - is used to limit the number of results returned.RepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic List<DashboardResult> getUserSubscribedFolders(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserSubscribedFolders in interface BaseDashboardoffset - is the beginning to return resultslimit - is used to limit the number of results returned.RepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic List<DashboardResult> getUserSubscribedRecords(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserSubscribedRecords in interface BaseDashboardoffset - is the beginning to return resultslimit - is used to limit the number of results returned.RepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic List<DashboardResult> getUserLastCreatedDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastCreatedDocuments in interface BaseDashboardoffset - is the beginning to return resultslimit - is used to limit the number of results returned.RepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic List<DashboardResult> getUserLastCreatedFolders(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastCreatedFolders in interface BaseDashboardoffset - is the beginning to return resultslimit - is used to limit the number of results returned.RepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic List<DashboardResult> getUserLastCreatedRecords(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastCreatedRecords in interface BaseDashboardoffset - is the beginning to return resultslimit - is used to limit the number of results returned.RepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic List<DashboardResult> getUserLastDownloadedDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastDownloadedDocuments in interface BaseDashboardoffset - is the beginning to return resultslimit - is used to limit the number of results returned.RepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic List<DashboardResult> getUserLastImportedMails(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastImportedMails in interface BaseDashboardoffset - is the beginning to return resultslimit - is used to limit the number of results returned.RepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic List<DashboardResult> getUserLastImportedMailAttachments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastImportedMailAttachments in interface BaseDashboardoffset - is the beginning to return resultslimit - is used to limit the number of results returned.RepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic List<QueryParams> getUserSearches() throws DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserSearches in interface BaseDashboardDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic List<DashboardNodeResult> findUserSearches(long qpId) throws RepositoryException, ParseException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardfindUserSearches in interface BaseDashboardqpId - the nc idRepositoryException - the repository exceptionParseException - the parse exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionCopyright © 2021 Open Knowledge Management System S.L.. All Rights Reserved.