Uses of Class
com.openkm.sdk4j.bean.DashboardResultSet
Packages that use DashboardResultSet
-
Uses of DashboardResultSet in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return DashboardResultSetModifier and TypeMethodDescriptionBaseDashboard.getUserCheckedOutDocuments(int offset, int limit) Gets user checked out documents.BaseDashboard.getUserLastCreatedDocuments(int offset, int limit) Gets user last created documents.BaseDashboard.getUserLastCreatedFolders(int offset, int limit) Gets user last created folders.BaseDashboard.getUserLastCreatedRecords(int offset, int limit) Gets user last created records.BaseDashboard.getUserLastDocumentsNotesCreated(int offset, int limit) Gets user last documents notes created.BaseDashboard.getUserLastDownloadedDocuments(int offset, int limit) Gets user last downloaded documents.BaseDashboard.getUserLastFoldersNotesCreated(int offset, int limit) Gets user last folders notes created.BaseDashboard.getUserLastImportedMailAttachments(int offset, int limit) Gets user last imported mail attachments.BaseDashboard.getUserLastImportedMails(int offset, int limit) Gets user last imported mails.BaseDashboard.getUserLastMailsNotesCreated(int offset, int limit) Gets user last mails notes created.BaseDashboard.getUserLastModifiedDocuments(int offset, int limit) Gets user last modified documents.BaseDashboard.getUserLastRecordsNotesCreated(int offset, int limit) Gets user last records notes created.BaseDashboard.getUserLockedDocuments(int offset, int limit) Gets user locked documents.BaseDashboard.getUserLockedFolders(int offset, int limit) Gets user locked folders.BaseDashboard.getUserLockedMails(int offset, int limit) Gets user locked mails.BaseDashboard.getUserLockedRecords(int offset, int limit) Gets user locked records.BaseDashboard.getUserSubscribedDocuments(int offset, int limit) Gets user subscribed documents.BaseDashboard.getUserSubscribedFolders(int offset, int limit) Gets user subscribed folders.BaseDashboard.getUserSubscribedRecords(int offset, int limit) Gets user subscribed records. -
Uses of DashboardResultSet in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return DashboardResultSetModifier and TypeMethodDescriptionDashboardImpl.getUserCheckedOutDocuments(int offset, int limit) DashboardImpl.getUserLastCreatedDocuments(int offset, int limit) DashboardImpl.getUserLastCreatedFolders(int offset, int limit) DashboardImpl.getUserLastCreatedRecords(int offset, int limit) DashboardImpl.getUserLastDocumentsNotesCreated(int offset, int limit) DashboardImpl.getUserLastDownloadedDocuments(int offset, int limit) DashboardImpl.getUserLastFoldersNotesCreated(int offset, int limit) DashboardImpl.getUserLastImportedMailAttachments(int offset, int limit) DashboardImpl.getUserLastImportedMails(int offset, int limit) DashboardImpl.getUserLastMailsNotesCreated(int offset, int limit) DashboardImpl.getUserLastModifiedDocuments(int offset, int limit) DashboardImpl.getUserLastRecordsNotesCreated(int offset, int limit) DashboardImpl.getUserLockedDocuments(int offset, int limit) DashboardImpl.getUserLockedFolders(int offset, int limit) DashboardImpl.getUserLockedMails(int offset, int limit) DashboardImpl.getUserLockedRecords(int offset, int limit) DashboardImpl.getUserSubscribedDocuments(int offset, int limit) DashboardImpl.getUserSubscribedFolders(int offset, int limit) DashboardImpl.getUserSubscribedRecords(int offset, int limit)