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)
Find user searches list.
|
DashboardResultSet |
getUserCheckedOutDocuments(int offset,
int limit)
Gets user checked out documents.
|
DashboardResultSet |
getUserLastCreatedDocuments(int offset,
int limit)
Gets user last created documents.
|
DashboardResultSet |
getUserLastCreatedFolders(int offset,
int limit)
Gets user last created folders.
|
DashboardResultSet |
getUserLastCreatedRecords(int offset,
int limit)
Gets user last created records.
|
DashboardResultSet |
getUserLastDocumentsNotesCreated(int offset,
int limit)
Gets user last documents notes created.
|
DashboardResultSet |
getUserLastDownloadedDocuments(int offset,
int limit)
Gets user last downloaded documents.
|
DashboardResultSet |
getUserLastFoldersNotesCreated(int offset,
int limit)
Gets user last folders notes created.
|
DashboardResultSet |
getUserLastImportedMailAttachments(int offset,
int limit)
Gets user last imported mail attachments.
|
DashboardResultSet |
getUserLastImportedMails(int offset,
int limit)
Gets user last imported mails.
|
DashboardResultSet |
getUserLastMailsNotesCreated(int offset,
int limit)
Gets user last mails notes created.
|
DashboardResultSet |
getUserLastModifiedDocuments(int offset,
int limit)
Gets user last modified documents.
|
DashboardResultSet |
getUserLastRecordsNotesCreated(int offset,
int limit)
Gets user last records notes created.
|
DashboardResultSet |
getUserLockedDocuments(int offset,
int limit)
Gets user locked documents.
|
DashboardResultSet |
getUserLockedFolders(int offset,
int limit)
Gets user locked folders.
|
DashboardResultSet |
getUserLockedMails(int offset,
int limit)
Gets user locked mails.
|
DashboardResultSet |
getUserLockedRecords(int offset,
int limit)
Gets user locked records.
|
List<QueryParams> |
getUserSearches()
Gets user searches.
|
DashboardResultSet |
getUserSubscribedDocuments(int offset,
int limit)
Gets user subscribed documents.
|
DashboardResultSet |
getUserSubscribedFolders(int offset,
int limit)
Gets user subscribed folders.
|
DashboardResultSet |
getUserSubscribedRecords(int offset,
int limit)
Gets user subscribed records.
|
void |
setAuthorizationToken(String authorizationToken)
setAuthenticationToken
|
getClient, resource, resource, resourcepublic DashboardImpl(String host)
public void setAuthorizationToken(String authorizationToken)
public DashboardResultSet getUserCheckedOutDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserCheckedOutDocuments in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserLastModifiedDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastModifiedDocuments in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserLockedDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLockedDocuments in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserLockedRecords(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLockedRecords in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserLockedFolders(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLockedFolders in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserLockedMails(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLockedMails in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserSubscribedDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserSubscribedDocuments in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserSubscribedFolders(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserSubscribedFolders in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserSubscribedRecords(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserSubscribedRecords in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserLastCreatedDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastCreatedDocuments in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserLastDocumentsNotesCreated(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastDocumentsNotesCreated in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserLastCreatedFolders(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastCreatedFolders in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserLastFoldersNotesCreated(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastFoldersNotesCreated in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserLastCreatedRecords(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastCreatedRecords in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserLastRecordsNotesCreated(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastRecordsNotesCreated in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserLastDownloadedDocuments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastDownloadedDocuments in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserLastImportedMails(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastImportedMails in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserLastMailsNotesCreated(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastMailsNotesCreated in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - the repository exceptionPathNotFoundException - the path not found exceptionDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionpublic DashboardResultSet getUserLastImportedMailAttachments(int offset, int limit) throws RepositoryException, PathNotFoundException, DatabaseException, AccessDeniedException, WebserviceException, UnknownException
BaseDashboardgetUserLastImportedMailAttachments in interface BaseDashboardoffset - the offsetlimit - the limitRepositoryException - 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 © 2023 Open Knowledge Management System S.L.. All Rights Reserved.