Uses of Class
com.logicaldoc.gui.common.client.ServerException
Packages that use ServerException
Package
Description
GWT services implementations.
-
Uses of ServerException in com.logicaldoc.dropbox
Methods in com.logicaldoc.dropbox that throw ServerExceptionModifier and TypeMethodDescriptionbooleanDropboxServiceImpl.finishAuthorization(String authorizationCode) intDropboxServiceImpl.importDocuments(long targetFolder, List<String> paths) booleanDropboxServiceImpl.isConnected()DropboxServiceImpl.loadSettings()voidDropboxServiceImpl.saveSettings(String apiKey, String apiSecret) DropboxServiceImpl.startAuthorization() -
Uses of ServerException in com.logicaldoc.gui.common.client
Subclasses of ServerException in com.logicaldoc.gui.common.clientModifier and TypeClassDescriptionclassThrown in case of invalid sessionclassThrown in case of invalid sessionclassException used to inform the GUI about unhauthorized errors when using OAuth external toolsclassException used to inform the GUI about errors during the validation -
Uses of ServerException in com.logicaldoc.gui.common.client.services
Methods in com.logicaldoc.gui.common.client.services that throw ServerExceptionModifier and TypeMethodDescriptionvoidSecurityService.addUserToGroup(long groupId, long userId) Adds a user to a groupvoidSecurityService.changeStatus(long userId, boolean enabled) Changes the status of a uservoidSecurityService.cloneWorkTimes(long srcUserId, List<Long> userIds, List<Long> groupIds) Clones a work time to a set of other usersSecurityService.createApiKey(String name) Creates a new API Key for the current uservoidSecurityService.deleteApiKey(long keyId) Deletes an API KeyvoidSecurityService.deleteGroup(long groupId) Deletes a given groupvoidSecurityService.deleteMenu(long menuId) Deletes a menu but only if is not a legacy menu (type not 0)voidSecurityService.deleteTrustedDevices(List<Long> deviceIds) Deletes a set of trusted devices for the current uservoidSecurityService.deleteUser(long userId) Deletes a given userSecurityService.generatePassword()Generates a password using the configured policies.InfoService.getCronDescription(String expression, String locale) Retrieves the natural language description of a given cron expressionSecurityService.getGroup(long groupId) Loads a given group from the databaseRetrieves the system informationsRetrieves the specified menuRetrieves the accessible menus children of a given parentSecurityService.getUser(long userId) Loads a given user from the databaseSecurityService.isTrustedDevice(String device) Check if the saved device ID is trusted for the current uservoidKill the session with the given sidSecurityService.loadBlockedEntities()Retrieves the list of actually blocked usernames and IPs detected as Brute Force AttackSecurityService.loadSettings()Loads security settingsvoidSecurityService.removeBlockedEntities(List<Long> id) Removes blocked entries detected as Brute Force AttackvoidSecurityService.removeFromGroup(long groupId, List<Long> userIds) Removes users from a groupvoidSecurityService.replicateUsersSettings(long masterUserId, List<Long> userIds, boolean gui, boolean groups) Replicates the settings of a given user to a selection of other usersvoidSecurityService.resetAvatar(long userId) Resets the avatar to the default onevoidApplies all security settings to menuvoidSecurityService.saveAvatar(long userId) Saves an uploaded image as the user's avatarCreates or updates a groupSecurityService.saveInterfaceSettings(GUIUser user) Saves the interface settings onlySaves a menuvoidSaves a set of menusSecurityService.saveProfile(GUIUser user) Saves the profile data onlybooleanSecurityService.saveSettings(GUISecuritySettings settings) Saves security settingsCreates or updates a userSecurityService.searchUsers(String username, String groupId) Searches for usersSecurityService.syncGeolocationDB(String key) Downloads the most recent version of the Geolocation databaseSecurityService.trustDevice(String label) Permanently trusts the current device for the current uservoidSecurityService.updateApiKey(long keyId, String newName) Updates an API KeyvoidSecurityService.updateDeviceLabel(long deviceId, String label) Updates the label of a device -
Uses of ServerException in com.logicaldoc.gui.frontend.client.ai
Methods in com.logicaldoc.gui.frontend.client.ai that throw ServerExceptionModifier and TypeMethodDescriptionAIService.cloneModel(long modelId, String newName) Clones a modelvoidAIService.deleteModels(List<Long> modelIds) Deletes a a set of modelsvoidAIService.deleteSamplers(List<Long> samplerIds) Deletes some samplersvoidAIService.evaluateModel(long modelId) Evaluated a neural network modelAIService.getModel(long modelId) Retrieves a model from the data layerAIService.getModels()Retrieves all the modelsAIService.getSampler(long samplerId) Retrieves a sampler from the data layerLoads the statistics from of the AIAIService.importModel(String modelName) Imports a new modelRuns a model and gets the predictionCreates or updates a modelAIService.saveSampler(GUISampler sampler) Creates or updates a samplervoidAIService.trainModel(long modelId) Trains a model -
Uses of ServerException in com.logicaldoc.gui.frontend.client.ai.robot
Methods in com.logicaldoc.gui.frontend.client.ai.robot that throw ServerExceptionModifier and TypeMethodDescriptionAsks a question to the robotClones a robotvoidDeletes some robotsvoidRobotService.enable(long robotId, boolean enable) Enables/Disabled a robotRobotService.get(long robotId) Retrieves a robot from the data layervoidRobotService.resetAvatar(long robotId) Resets the avatar to the default oneCreates or updates a robotvoidRobotService.saveAvatar(long robotId) Saves an uploaded image as the robot's avatar -
Uses of ServerException in com.logicaldoc.gui.frontend.client.dropbox
Methods in com.logicaldoc.gui.frontend.client.dropbox that throw ServerExceptionModifier and TypeMethodDescriptionbooleanExports documents and folders into DropboxDropboxService.finishAuthorization(String authorizationCode) Ends the authorization code and saves the access token in the databaseintDropboxService.importDocuments(long targetFolder, List<String> paths) booleanDropboxService.isConnected()Checks if the user has connected the LogicalDOC application to his Dropbox accountDropboxService.loadSettings()Save the settings used by the Dropbox modulevoidDropboxService.saveSettings(String apiKey, String apiSecret) Save the settings used by the Dropbox APIDropboxService.startAuthorization()Starts the authorization process and returns the Dropbox authorization page URL to be shown to the user -
Uses of ServerException in com.logicaldoc.gui.frontend.client.google
Methods in com.logicaldoc.gui.frontend.client.google that throw ServerExceptionModifier and TypeMethodDescriptionPerforms the check-in of a Google Drives's document into the LogicalDOC repositoryCreates a new Google DocumentvoidDeletes a document in Google DrivevoidGoogleService.enableCalendar(boolean enable) Enables or disables the connection with Google CalendarGoogleService.exportDocuments(List<Long> ids) Exports a selection of documents from LogicalDOC into GoogleDocsvoidGoogleService.importDocuments(List<String> resourceIds, long targetFolderId, String format) Imports some Google documents into LogicalDOCGoogleService.loadSettings()Save the settings used by the Google Drive moduleGoogleService.saveSettings(String clientId, String clientSecret) Save the settings used by the Google APISearch in documents into Google DrivevoidGoogleService.synchronizeCalendar()Synchronizes the user's calendar with it's external oneGoogleService.upload(long docId) Uploads a document to Google Drive -
Uses of ServerException in com.logicaldoc.gui.frontend.client.onlyoffice
Methods in com.logicaldoc.gui.frontend.client.onlyoffice that throw ServerExceptionModifier and TypeMethodDescriptionvoidOnlyOfficeService.endEditing(long docId) Starts the editing of a document with Only OfficevoidOnlyOfficeService.startEditing(long docId) Starts the editing of a document with Only OfficevoidOnlyOfficeService.startFilling(long docId) Starts the filling of a form with Only Office -
Uses of ServerException in com.logicaldoc.gui.frontend.client.security.saml
Methods in com.logicaldoc.gui.frontend.client.security.saml that throw ServerExceptionModifier and TypeMethodDescriptionSamlService.importResource(String resourceName) Take the last uploaded file and imports it in the SAML settingsSamlService.loadSettings()voidSamlService.saveSettings(GUISamlSettings settings) -
Uses of ServerException in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that throw ServerExceptionModifier and TypeMethodDescriptionvoidDocumentService.addBookmarks(List<Long> targetIds, int type) Adds new bookmarksDocumentService.addDocuments(boolean importZip, String charset, boolean immediateIndexing, GUIDocument metadata) DocumentService.addDocuments(String language, long folderId, boolean importZip, String charset, boolean immediateIndexing, Long templateId) Adds new documents previously uploadedvoidImpexService.addDocuments(long archiveId, List<Long> documentIds) Adds a set of documents(their current versions) to the given archivevoidImpexService.addFolder(long archiveId, long folderId) Adds a a folder(the current version of the contained documents at any level)longAdds a new document note on the given documentlongAdds a new note on the workflow instancevoidAdds a new tag in the list of available tagsvoidWorkflowService.appendDocuments(String taskId, List<Long> docIds) Appends to the workflow of the given taskId the documents with the given doc idsvoidAttributeSetService.applyAllToTemplates(long setId, String attribute) Forces all the settings of an attribute to all those templates that use itvoidFolderService.applyGridLayout(long folderId) Replicates the folder's grid layout to all the subtreevoidAttributeSetService.applyInitializationToTemplates(long setId, String attribute) Forces the initialization of an attribute to all those templates that use itvoidFolderService.applyMetadata(long parentId) Applies all extended attributes to a sub-treevoidFolderService.applyOCR(long parentId) Applies all OCR settings to a sub-treevoidDocumentService.applyParentFolderSecurity(long docId) Applies all security settings from the folder to the documentvoidStampService.applyStamp(List<Long> docIds, GUIStamp stamp) Applies a stamp to the given documentvoidFolderService.applyStore(long parentId) Applies the store setting to a sub-treevoidFolderService.applyTags(long parentId) Applies all tags to a sub-treevoidFolderService.applyTemplate(long folderId, long templateId, boolean inheritSecurity) Applies a template to a foldervoidAutomationService.applyTriggersToTree(long rootId) Applies the triggers on a root folder to all the subtreevoidWorkflowService.applyTriggersToTree(long folderId) Applies the triggers on a root folder to all the subtreevoidAttributeSetService.applyValidationToTemplates(long setId, String attribute) Forces the validation of an attribute to all those templates that use itvoidDocumentService.archiveDocuments(List<Long> docIds, String comment) Archives a set of documentslongDocumentService.archiveFolder(long folderId, String comment) Archives the documents in a foldervoidSends a question to ChatGPT in the current threadvoidReadingRequestService.askReadingConfirmation(List<Long> docIds, List<Long> userIds, List<Long> groupIds, boolean alertConfirmation, String comment) Asks some users to confirm the reading of a set of documentsDocuSignService.authorize(GUIDocuSignSettings settings) Saves the settings into the database and returns the authorization URL the user must be redirected to.Saves the settings into the database and returns the authorization URL the user must be redirected to.DocumentService.bulkUpdate(List<Long> ids, GUIDocument vo, boolean ignoreEmptyFields) Applies to a selection of documents all the given datavoidTenantService.changeAdminPassword(String password, String tenantName) Changes the password of the administrator of the given tenantTenantService.changeSessionTenant(long tenantId) Change session tenantvoidEmailAccountService.changeStatus(long id, boolean enabled) Changes an account enabled/disabled statusvoidImportFolderService.changeStatus(long id, boolean enabled) Changes a importFolder enabled/disabled statusvoidReportService.changeStatus(long id, boolean enabled) Changes a report enabled/disabled statusvoidRetentionPoliciesService.changeStatus(long id, boolean enabled) Changes a policy enabled/disabled statusvoidStampService.changeStatus(long stampId, boolean enabled) Changes a stamp enabled/disabled statusvoidSyndicationService.changeStatus(long id, boolean enabled) Changes a syndication enabled/disabled statusvoidTwoFactorsAuthenticationService.changeTwoFactorsAuthentication(long userId, String secondFactor, String key, String account, boolean notify) Changed the two factors authentication for a userSearchEngineService.check()Checks the indexerDocumentService.checkin(GUIDocument document, boolean major) Checks-in a new document versionPerforms the check-in of a Zoho's document into the LogicalDOC repositoryDocumentService.checkinContent(long docId, String content) Checks-in a new document's text contentvoidChecks out the documentUpdateService.checkPatch()Check if the current installation has patches availableUpdateService.checkUpdate()Check if the current installation has an update package availableThe given user take the ownership of the task.voidDocumentService.cleanUploadedFileFolder()Cleans the uploaded files folderMakes a clone of an existing templateFolderService.computeStats(long folderId) Counts the docs and subfolders of a given parentUpdateService.confirmPatch(String patchFileName) Confirms a patchvoidReadingRequestService.confirmReadings(List<Long> readingIds, String version) Confirms the read completion of a given file versionvoidSystemService.confirmUpdate()Confirms the last updateUpdateService.confirmUpdate(String updateFileName) Confirms an update packageConverts a document in a given formatvoidFolderService.copyFolders(List<Long> folderIds, long targetId, boolean foldersOnly, String securityOption, GUIFolder model) Copies a folder under a target folderintWorkflowService.countAssignedTasks(String username) Counts all the tasks assigned to the given userlongDocumentService.countDocuments(List<Long> folderIds, int status) Counts the documents in a given status contained the specified folder's treeslongTemplateService.countDocuments(long templateId) Counts the documents of a given templatelongSearchEngineService.countEntries()Counts the total number of entriesintCalendarService.countUserEvents(String username, Date end) Counts the number of events that start from now until a given dateCreates a new folderCreates a new reportFolderService.createAlias(long parentId, long foldRef) Creates a new folder aliasDocumentService.createDocument(GUIDocument document, String content) Creates a new document with the given text contentDocumentService.createDownloadTicket(long docId, int type, String suffix, Integer expireHours, Date expireDate, Integer maxDownloads, Integer maxViews) Creates a download ticketDocumentService.createWithContent(GUIDocument vo, String content, boolean checkout) Creates a new empty documentvoidDocumentService.deDuplicate(Long folderId, boolean retainNewest) Convert duplicates with aliases, just one of the documents is maintainedvoidAttributeSetService.delete(long setId) Deletes a given setvoidBarcodeService.delete(long templateId) Deletes a given templatevoidDeletes a selection of contactsvoidDashletService.delete(long dashletId) voidDeletes a selection of documentsvoidEmailAccountService.delete(long id) Deletes a given accountvoidDeletes the folders and the subtreesvoidFormService.delete(long id) Deletes a formvoidImpexService.delete(long archiveId) Deletes a specific archive by its identifiervoidImportFolderService.delete(long id) Deletes a given import foldervoidLDAPService.delete(long serverId) Deletes the specified servervoidDeletes a list of MessagesvoidReadingRequestService.delete(long readingId) Deletes a reading request.voidReportService.delete(long id) Deletes a given reportvoidRetentionPoliciesService.delete(long id) Deletes a given policyvoidDeletes a templatevoidDeletes a previously saved searchvoidStampService.delete(long id) Deletes a given stampvoidSyndicationService.delete(long id) Deletes a given syndicationvoidDeletes an existing tagvoidTemplateService.delete(long templateId) Deletes a given templatevoidTenantService.delete(long tenantId) Deletes a specific tenant by its IDvoidDeletes a given workflowvoidDeletes a document in ZohovoidZonalOCRService.delete(long templateId) Deletes a given templatevoidDocumentService.deleteBookmarks(List<Long> bookmarkIds) Deletes a set of bookmarksvoidSignService.deleteCertificate()Delete the certificate of the current uservoidCalendarService.deleteEvent(long eventId, boolean alertCancelation) Deletes an event.voidImpexService.deleteFolder(String folderName) Deletes a folder in impex/in foldervoidDocumentService.deleteFromTrash(List<Long> ids) Deletes a selection of documents from trashvoidFolderService.deleteFromTrash(List<Long> ids) Deletes a selection of folders from trashvoidImpexService.deleteIncremental(long id) Deletes a given incremental configurationvoidWorkflowService.deleteInstance(String id) Deletes a given workflow instancevoidWorkflowService.deleteInstances(List<String> ids) Deletes a given workflow instancesvoidSignService.deleteKeystore(long tenantId) Deletes the actual key storevoidDocumentService.deleteLinks(List<Long> ids) Deletes a selection of linksvoidWorkflowService.deleteNote(long noteId) Deletes a notevoidDocumentService.deleteNotes(List<Long> ids) Deletes a selection of document notesvoidAttributeSetService.deleteOptions(long setId, String attribute, List<String> values) Delete a selection of optionsvoidUpdateService.deletePatch(String patchFileName) Deletes a local patchDocumentService.deleteRating(long id) Deletes a votevoidAutomationService.deleteRoutines(List<Long> ids) voidSchemeService.deleteSequence(long sequenceId) Deletes the given sequencevoidAuditService.deleteSubscriptions(List<Long> ids) Deletes a list of SubscriptionsvoidMessageService.deleteTemplates(String name) Deletes the templates with the given namevoidMessageService.deleteTemplates(List<Long> ids) Deletes a selection of templatesvoidDocumentService.deleteTicket(long ticketId) voidWorkflowService.deleteTrigger(long id) Deletes a workflow triggervoidAutomationService.deleteTriggers(List<Long> ids) voidUpdateService.deleteUpdate(String updateFileName) Deletes a local update packageDocumentService.deleteVersions(List<Long> ids) Deletes a selection of versionsImpexService.deleteVersions(long archiveId, List<Long> versionIds) Deletes a set of versions from the given archiveWorkflowService.deploy(GUIWorkflow workflow) Deploys a given workflowvoidDocumentService.destroyDocuments(List<Long> ids) Permanently deletes a selection of documents, no restore will be possible laterbooleanSystemService.disableTask(String taskName) Disables the taskvoidDocumentService.disableTicket(long ticketId) voidUpdateService.downloadPatch(String id, String fileName, long fileSize) voidUpdateService.downloadUpdate(String id, String fileName, long fileSize) voidDocumentService.emptyTrash()Clear the user's trashbooleanSystemService.enableTask(String taskName) Enables the taskvoidDocumentService.enableTicket(long ticketId) TenantService.encodeBrandingImage()Encodes the uploaded branding imagevoidEnds a task invoking the transitionvoidDocumentService.enforceFilesIntoFolderStore(long folderId) Enforces that all the files in the given tree are stored in the store configured in the owning folder.voidExecutes a routine or a given scriptvoidReportService.execute(long id, List<GUIAttribute> parameters) Processes a reportbooleanExports documents and folders into ShareFillebooleanExports documents and folders into ZohoDocumentService.extractEmail(long docId, String fileVersion) Extracts the email representation from a .eml or .msg fileCalendarService.find(GUICalendarEventSearchCriteria criteria) Searches for eventsTwoFactorsAuthenticationService.generateGoogleAuthorizationCredentials(String account) Creates new credentials of the given account name.voidSignService.generateNewCertificate()Generates a self-signes certificate for the current user.voidSignService.generateNewKeystore(GUIKeystore keystore) Discards the actual key store and generates a new oneTwoFactorsAuthenticationService.generateYubiKeyCredentials(String key) Saves the YubiKey credentials in the given user.DashletService.get(long dashletId) Gets a dashletGets a dashletEmailAccountService.get(long id) Loads a given account from the databaseLDAPService.get(long serverId) Loads external authentication settingsLoads a given configuration from the databaseLoads a given workflow from the databaseDocumentService.getAllowedPermissions(List<Long> docIds) Gets the allowed permissions on a set of documents in regards of the current userFolderService.getAllowedPermissions(List<Long> folderIds) Gets the allowed permissions on a set of folders in regards of the current userChatGPTService.getAnswer()Gets the partial answer to the last questionTemplateService.getAttributes(long templateId, GUIExtensibleObject extensibleObject) Retrieves all attributes of the specified templateAttributeSetService.getAttributeSet(long setId) Loads a given set from the databaseAttributeSetService.getAttributeSets()Loads all the sets from the databaseDocumentService.getById(long docId) Retrieves a specific document by its IDFormService.getById(long id) Retrieves a specific form by its IDWorkflowService.getCompletionDiagram(String workflowName, Integer version, String processInstanceId) Loads a given workflow to display a completion diagramDocumentService.getContentAsString(long docId) Retrieves the document's content as a stringCalendarService.getEvent(long eventId) Gets an eventFolderService.getFolder(long folderId, boolean computePath, boolean computeDocs, boolean computeSubfolders) Gets the Folder initializing the permissions.ImportFolderService.getImportFolder(long id) Loads a given import folder from the databaseSearchEngineService.getInfo()Loads a search engine that contains all search engine details.MessageService.getMessage(long messageId, boolean markAsRead) Gets the MessageDocumentService.getNotes(long docId, String fileVersion, Collection<String> types) Retrieves the notes of a documentUpdateService.getPatchNotes(String patchFileName) Retrieves more informations from the patchSystemService.getPlugins()Retrieves all plug-insRetentionPoliciesService.getPolicy(long id) Loads a given policy from the databaseFormService.getPreFilledLink(GUIForm form, String responderEmail) Generates the pre-filled link for the web formDocumentService.getRating(long docId) Retrieves the rating of the given documentReportService.getReport(long id, boolean withLog) Loads a given report from the databaseReportService.getReportParameters(long id) Loads the attributes defined in the given reportReportService.getReports()Loads all the reportsAutomationService.getRoutine(long id) Loads a given routine from the databaseTagService.getSettings()Gets the tag settingsStampService.getSignature()Loads the stamp that represents the signature of the customer.DocuSignService.getSigners(String envelopeId) Retrieves the list of signers of a given envelopeStampService.getStamp(long stampId) Loads a given stamp from the databaseLoads a given stamp from the databaseSystemService.getStatistics(String locale) Retrieves all the statistics parameters.SyndicationService.getSyndication(long id) Loads a given syndication from the databaseTagService.getTagCloud()Loads the tag cloud from the serverSystemService.getTaskByName(String taskName, String locale) Retrieves a specific task by its nameBarcodeService.getTemplate(long templateId) Loads a given template from the databaseMessageService.getTemplate(long templateId) Gets the templateTemplateService.getTemplate(long templateId) Loads a given template from the databaseZonalOCRService.getTemplate(long templateId) Loads a given template from the databaseAutomationService.getTrigger(long id) Loads a given trigger from the databaseReadingRequestService.getUnconfimedReadings()Retrieves all the unconfirmed readings by the current userUpdateService.getUpdateNotes(String updateFileName) Retrieves more informations from the updateSignService.getUploadedContent()Read the uploaded file and returns it's contentDocumentService.getUserRating(long docId) Retrieves the vote of the current user on the specified documentDocumentService.getVersionsById(long id1, long id2) Retrieves two specific versions by its IDWorkflowService.getWorkflowDetailsByTask(String taskId) Retrieves all the info of the workflow of the given taskvoidSignService.imporKeystore(GUIKeystore keystore) TenantService.importBrandingPackage()Imports the uploaded branding packagevoidSignService.importCertificate(String certificate, String privateKey) Imports an uploaded certificateintShareFileService.importDocuments(long targetFolder, List<String> itemIds) intZohoService.importDocuments(long targetFolder, List<String> folderCompositeIds, List<String> documentIds) Exports documents and folders from Zoho into LogicalDOCWorkflowService.importSchema()Imports a new workflow schema already uploadedLDAPService.importUsers(List<String> usernames, long serverId) Imports a selection of usersvoidDocumentService.indexDocuments(List<Long> docIds) Indexes the given set of documentsFolderService.inheritACL(long folderId, long rightsFolderId) Inherits the ACL of another foldervoidSystemService.initializePlugin(String plugin) Launches the initialization of a pluginvoidSystemService.installPlugin()Installs the uploaded plugin packagevoidInvites the users to join the chatvoidInvites by email a set of recipients to fill out the given formbooleanDocuSignService.isAuthorized()Checks if the current user is authorized to interact with DocuSignbooleanShareFileService.isAuthorized()Checks if the current user is authorized to interact with ShreFilebooleanSignService.isVisualSignatureEnabled()voidDocumentService.linkDocuments(List<Long> inDocIds, List<Long> outDocIds) Links a set of documentsWorkflowService.list()Lists all the workflows on the databaseSearch for users in the LDAP repositoryContactService.load(long id) Loads a contact from the databaseImpexService.load(long archiveId) Loads a given archiveSchemeService.load()Load all Custom Identifiers rulesLoads a saved searchTenantService.load(long tenantId) Loads a given tenantSettingService.loadAuditingSettings()Load the auditing settingsSettingService.loadConverterParameters(String converter) Loads the parameters of a specified converterDashletService.loadDashlets()Loads all the dashlet definitionsSettingService.loadEmailSettings()Loads email settings (SMTP connection)SettingService.loadGUISettings()Load the GUI settingsImpexService.loadIncremental(long id) Loads an incremental configurationSignService.loadKeystore(long tenantId) Gets the keystore's metadata of the given tenantUpdateService.loadPatch()Loads a new patchSettingService.loadProtocolSettings()Loads web services, webDav and other protocol settingsChatGPTService.loadSettings()Loads the ChatGPT settingsDocuSignService.loadSettings()Retrieves the DocuSign settings from the server.OCRService.loadSettings()Loads the OCR settingsSettingService.loadSettings()Loads the complete settings setShareFileService.loadSettings()Retrieve the settings saved for connecting to FileShareZohoService.loadSettings()Save the settings used by the Zoho moduleSettingService.loadSettingsByNames(List<String> names) Loads a set of settings valuesRetrieves all tasks.FolderService.loadTemplates()Loads the folders templatesMessageService.loadTemplates(String language, String type) Loads the templates configured for a given language and typeUpdateService.loadUpdate()Loads a new update packageSettingService.loadWebserviceStats(Long tenantId) Loads the usage stats of the webservicevoidLocks a set of documentsvoidClusterService.makeGlobal(List<String> parameters) Shares a list of configuration parametersvoidDocumentService.makeImmutable(List<Long> docIds, String comment) Makes immutable a set of documentsvoidUnshares a list of configuration parametersvoidDocumentService.markHistoryAsRead(String event) Marks as read the histories related to the current user and the given event.voidDocumentService.markIndexable(List<Long> docIds, int policy) Marks a set of documents as indexablevoidDocumentService.markUnindexable(List<Long> docIds) Marks a set of documents as unindexablevoidBarcodeService.markUnprocessable(List<Long> ids) Marks a set of documents as not processablevoidZonalOCRService.markUnprocessable(List<Long> ids) Marks a set of documents as not processableMerges a set of documents into a single PDFvoidMerges some folders to a target foldervoidMoves some folders under a target foldervoidReadingRequestService.notityReadingRequest(long readingId) Notifies again a reading request.ContactService.parseContacts(boolean preview, GUIParseContactsParameters parameters) Reads the contacts that are about to be imported from CSV fileAttributeSetService.parseOptions(long setId, String attribute) Reads the contacts that are about to be imported from CSVvoidFolderService.paste(List<Long> docIds, long folderId, String action, boolean links, boolean notes, boolean security) Pastes documents into the target foldervoidFolderService.pasteAsAlias(List<Long> docIds, long folderId, String type) voidPosts a message to the chatBarcodeService.process(long docId) Processes the given documentZonalOCRService.process(long docId) Processes the given documentFormService.processImage()Processes an uploaded image for being used as form headerDocumentService.promoteVersion(long docId, String version) If you promote a prior version, what it does is make it the default version again.voidSearchEngineService.purge()Launches the purgeExecutes a low-level query in the fulltext indexFolderService.readImage()Read the uploaded image and converts it into Base64WorkflowService.reassignTask(String taskId, long userId) The task is assigned to another uservoidRemoves a set of entries from the indexvoidWorkflowService.removeDocument(String taskId, long docId) Detaches a document from a workflowvoidSystemService.removeLogger(String name) The logger to removeSettingService.removeStore(int storeId) Tries to delete a store and fails in case at least one folder is using it and also if the store is marked as the default write onevoidRemoves an available from the list of available tagsRenames the given documentvoidRenames the given foldervoidRename an existing tag to another labelvoidvoidReorder the policiesvoidSearchEngineService.reorderTokenFilters(List<String> filters) Reorders the token filters.DocumentService.replaceAlias(long aliasId) Replaces an alias with a copy of the original filevoidDocumentService.replaceFile(long docId, String fileVersion, String comment) Replaces the file associated to a given versionvoidBarcodeService.rescheduleAll()Reschedule all documents for processingvoidSearchEngineService.rescheduleAll(boolean dropIndex) Reschedule all entries for indexingvoidZonalOCRService.rescheduleAll()Reschedule all documents for processingvoidEmailAccountService.resetCache(long id) Cleans the cachevoidImportFolderService.resetCache(long id) Cleans the cachevoidSyndicationService.resetCache(long id) Cleans the cachevoidEmailAccountService.resetCounter(long id) Reset the import countervoidImportFolderService.resetCounter(long id) Reset the import countervoidSchemeService.resetSequence(long sequenceId, long value) Reset the numbering of a given sequencevoidSystemService.restart()Restarts the applicationvoidRestores a given documentvoidRestores a given folderAttributeSetService.save(GUIAttributeSet set) Creates or updates a setBarcodeService.save(GUIBarcodeTemplate template) Creates or updates a templatevoidContactService.save(GUIContact contact) Saves a contact in the databasevoidDashletService.save(GUIDashlet dashlet) Saves a dashletDocumentService.save(GUIDocument document) Saves the document in the DBEmailAccountService.save(GUIEmailAccount account) Creates or updates an accountSaves the folder in the DBSaves / Creates a formImpexService.save(GUIArchive archive) Saves/Updates a given archiveImportFolderService.save(GUIImportFolder importFolder) Creates or updates an import folderLDAPService.save(GUILDAPServer ldapServer) Saves external authentication settingsvoidMessageService.save(GUIMessage message, List<Long> recipientIds) Updates a reportRetentionPoliciesService.save(GUIRetentionPolicy policy) Creates or updates a retention policyvoidCreates or updates a configurationvoidSearchEngineService.save(GUISearchEngine searchEngine) Saves search engine settingsbooleanSearchService.save(GUISearchOptions options) Saves the search options in the user's working dirCreates or updates a stampSyndicationService.save(GUISyndication syndication) Creates or updates a syndicationTemplateService.save(GUITemplate template) Creates or updates a templateSaves/Updates a given tenantWorkflowService.save(GUIWorkflow workflow) Creates or updates a workflowZonalOCRService.save(GUIOCRTemplate template) Creates or updates a templatevoidDocumentService.saveACL(GUIDocument document) Applies all security settings to documentvoidApplies all security settings to foldervoidWorkflowService.saveACL(GUIWorkflow workflow) Saves just the ACL of a workflowvoidDashletService.saveDashlets(List<GUIDashlet> dashlets) Saves the dashlet definitionsDocumentService.saveEmailAttachment(long docId, String fileVersion, String attachmentFileName) Extracts an email attachment and saves it in the same folder of the documentvoidSettingService.saveEmailSettings(GUIEmailSettings settings) Saves email settings (SMTP connection)voidCalendarService.saveEvent(GUICalendarEvent event) Saves an event into the calendarvoidSettingService.saveExtensionAliases(String extension, String aliases) Persists new aliases for the given extensionvoidSettingService.saveFirewallSettings(List<GUIParameter> settings) Saves settings related to the firewallvoidStampService.saveImage(long stampId) Saves the stamp's image already uploadedImpexService.saveIncremental(GUIIncrementalArchive incremental) Saves the passed incremental configurationvoidSignService.saveKeystore(GUIKeystore keystore) voidSystemService.saveLogger(String name, String level, boolean additivity) Saves a loggervoidDocumentService.saveNotes(long docId, String fileVersion, List<GUIDocumentNote> notes, Collection<String> types) Saves a set of notesvoidAttributeSetService.saveOptions(long setId, String attribute, List<GUIValue> options) Saves the list of all possible optionsintDocumentService.saveRating(GUIRating rating) Save a rating vote on a documentvoidSettingService.saveRegistration(String name, String email, String organization, String website) Saves the registration settingsAutomationService.saveRoutine(GUIAutomationRoutine routine) Creates or updates a routinevoidChatGPTService.saveSettings(List<GUIValue> settings) Saves the ChatGPT settingsvoidSettingService.saveSettings(List<GUIParameter> settings) Saves settingsZohoService.saveSettings(String clientId, String clientSecret) Save the settings used by the Zoho modulevoidSettingService.saveStoreSettings(List<GUIParameter> settings) Saves settings related to the storeSaves the taskvoidFolderService.saveTemplates(List<GUIValue> templates) Saves the passed folder templatesvoidMessageService.saveTemplates(List<GUIMessageTemplate> templates) Saves the given templatesvoidSearchEngineService.saveTokenFilterSettings(String filter, List<GUIParameter> settings) Saves the settings of the specified token filterAutomationService.saveTrigger(GUIAutomationTrigger trigger) Creates or updates a triggervoidWorkflowService.saveTrigger(String folderId, String workflowId, String templateId, String events) Save a new workflow trigger on the given folder with the given workflowId and templateIdvoidDashletService.saveUserDashlets(List<GUIDashlet> dashlets) Saves the user's dashlet configurationSearchService.search(GUISearchOptions options) Performs a search against the databaseSystemService.search(Long userId, Date from, Date till, int maxResult, String historySid, List<String> event, Long rootFolderId) SystemService.searchApiCalls(Long userId, Date from, Date till, String callSid, String protocol, String uri, int maxResult) DocumentService.sendAsEmail(GUIEmail email, String locale) Sends a document as email(attachment or download ticket)DocuSignService.sendEnvelope(GUIDocuSignSettings envelope) Creates the envelope and sends it to DocuSignvoidSearchEngineService.setAliases(String extension, String aliases) Sets the parser aliases for the given extension.voidFolderService.setFolderPagination(long folderId, Integer startRecord, Integer pageSize) Sets the pagination informations for the visualization of the folders treevoidSystemService.setGUILanguageStatus(String language, boolean active) Changes the activation status of a languagevoidSearchEngineService.setLanguageStatus(String language, boolean active) Changes the activation status of a languagevoidDocumentService.setPassword(long docId, String password) Puts a password protection to the documentvoidImpexService.setStatus(long archiveId, int status) Change the status of the given ArchivevoidSearchEngineService.setTokenFilterStatus(String language, boolean active) Changes the activation status of a token filtervoidShares contacts among a set of users and groupsvoidShares a search among a set of users and groupsvoidSignService.signDocuments(List<Long> docIds, String reason, int page, String signX, String signY, String signWidth) voidSplits a document using different options, the splitted segments are saved in the same folder as the original PDF with -N prefix.voidImpexService.startImport(String folderName) Create a new import archive for the specified bundle foldervoidChatGPTService.startThread(String initialQuestion, List<GUIDocument> documents) Starts a new thread with ChatGPTWorkflowService.startWorkflow(String workflowName, String workflowDescription, String tag, String color, List<Long> docIds) Start a workflow with the given name and associated to the documents with the given doc idsvoidReportService.storeUploadedDesign(long id) Store the uploaded design file in the given reportvoidSubscribes a selection of documentsvoidAuditService.subscribeFolder(long folderId, boolean currentOnly, List<String> events, Long userId, Long groupId) Subscribes a folderbooleanEmailAccountService.test(long id) Test the connection to the given accountbooleanImportFolderService.test(long id) Tests the connection to the given import folderbooleanSyndicationService.test(long id) Test the connection to the given syndicationbooleanLDAPService.testConnection(GUILDAPServer ldapServer) Tests the connectionbooleanTests the SMTP connectionTests the connection to a proxybooleanSettingService.testStore(int id) Tests a store (read/write access)voidWorkflowService.turnBackTaskToPool(String taskId) The task is reassigned to the pooled usersvoidDocumentService.unarchiveDocuments(List<Long> docIds) Restores a given set of archived documentsvoidUndeploys a given workflowvoidSystemService.uninstallPlugin(String plugin) Uninstalls the given pluginvoidUnlocks a set of documentsvoidSearchEngineService.unlock()Unlocks the indexerbooleanChecks if the document can be accessed with the given passwordvoidSystemService.unscheduleJobs(List<GUIValue> jobs) Unschedules a selection of jobsvoidDocumentService.unsetPassword(long docId, String password) Removes the password protection from the documentvoidChanges a set of subscriptionsvoidDocumentService.updateBookmark(GUIBookmark bookmark) Updates a single bookmark's datavoidDocumentService.updateLink(long id, String type) Updates the links typevoidDocumentService.updateNote(long docId, long noteId, String fileVersion, String note) Updates a document note on the given documentintDocumentService.updatePages(long docId) Counts the pages of a document and updates the DB.BarcodeService.updateZone(GUIBarcodeZone zone) Updates a single zone, if the zone does not exist it will be createdZonalOCRService.updateZone(GUIZone zone) Updates a single zone, if the zone does not exist it will be createdZohoService.upload(long docId) Uploads a document to Zoho.voidDocumentService.validate(GUIDocument document) Validates the metadataDocuSignService.validateEnvelope(Collection<Long> docIds) Checks if a collection of document can be put into an envelope, that is if all of them define the docusign tabs annotations. -
Uses of ServerException in com.logicaldoc.gui.login.client.services
Methods in com.logicaldoc.gui.login.client.services that throw ServerExceptionModifier and TypeMethodDescriptionTfaService.generateKey(String username) Notifies the server to send a secret key for the userbooleanLoginService.isSecretKeyRequired(String username, String deviceId) Check if a secret key must be provided by the uservoidLoginService.resetPassword(String username, String emailAddress, String productName) Reset the password for the given email. -
Uses of ServerException in com.logicaldoc.gui.setup.client.services
Methods in com.logicaldoc.gui.setup.client.services that throw ServerExceptionModifier and TypeMethodDescriptionvoidSetupService.securityCheck()Performs simple security check to enforce that only the admin can go through the setupvoidPerforms a system setup. -
Uses of ServerException in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that throw ServerExceptionModifier and TypeMethodDescriptionvoidDocumentServiceImpl.addBookmarks(List<Long> ids, int type) DocumentServiceImpl.addDocuments(boolean importZip, String charset, boolean immediateIndexing, GUIDocument metadata) DocumentServiceImpl.addDocuments(String language, long folderId, boolean importZip, String charset, boolean immediateIndexing, Long templateId) longvoidvoidSecurityServiceImpl.addUserToGroup(long groupId, long userId) voidAttributeSetServiceImpl.applyAllToTemplates(long setId, String attributeName) voidFolderServiceImpl.applyGridLayout(long folderId) voidAttributeSetServiceImpl.applyInitializationToTemplates(long setId, String attribute) voidFolderServiceImpl.applyMetadata(long parentId) voidFolderServiceImpl.applyOCR(long parentId) voidDocumentServiceImpl.applyParentFolderSecurity(long docId) voidFolderServiceImpl.applyStore(long parentId) voidFolderServiceImpl.applyTags(long parentId) voidFolderServiceImpl.applyTemplate(long folderId, long templateId, boolean inheritSecurity) voidAttributeSetServiceImpl.applyValidationToTemplates(long setId, String attribute) voidDocumentServiceImpl.archiveDocuments(List<Long> docIds, String comment) longDocumentServiceImpl.archiveFolder(long folderId, String comment) DocumentServiceImpl.bulkUpdate(List<Long> ids, GUIDocument vo, boolean ignoreEmptyFields) voidSecurityServiceImpl.changeStatus(long userId, boolean enabled) SearchEngineServiceImpl.check()DocumentServiceImpl.checkin(GUIDocument document, boolean major) DocumentServiceImpl.checkinContent(long docId, String content) voidvoidDocumentServiceImpl.cleanUploadedFileFolder()voidSecurityServiceImpl.cloneWorkTimes(long srcUserId, List<Long> userIds, List<Long> groupIds) FolderServiceImpl.computeStats(long folderId) voidSystemServiceImpl.confirmUpdate()voidFolderServiceImpl.copyFolders(List<Long> folderIds, long targetId, boolean foldersOnly, String securityOption, GUIFolder model) longDocumentServiceImpl.countDocuments(List<Long> folderIds, int status) longTemplateServiceImpl.countDocuments(long templateId) longSearchEngineServiceImpl.countEntries()FolderServiceImpl.createAlias(long parentId, long foldRef) SecurityServiceImpl.createApiKey(String name) DocumentServiceImpl.createDocument(GUIDocument document, String content) DocumentServiceImpl.createDownloadTicket(long docId, int type, String suffix, Integer expireHours, Date expireDate, Integer maxDownloads, Integer maxViews) DocumentServiceImpl.createWithContent(GUIDocument vo, String content, boolean checkout) voidDocumentServiceImpl.deDuplicate(Long folderId, boolean retainNewest) voidAttributeSetServiceImpl.delete(long setId) voidvoidDashletServiceImpl.delete(long dashletId) voidvoidvoidvoidvoidTemplateServiceImpl.delete(long templateId) voidSecurityServiceImpl.deleteApiKey(long keyId) voidDocumentServiceImpl.deleteBookmarks(List<Long> bookmarkIds) voidDocumentServiceImpl.deleteFromTrash(List<Long> ids) voidFolderServiceImpl.deleteFromTrash(List<Long> ids) voidSecurityServiceImpl.deleteGroup(long groupId) voidDocumentServiceImpl.deleteLinks(List<Long> ids) voidSecurityServiceImpl.deleteMenu(long menuId) voidDocumentServiceImpl.deleteNotes(List<Long> ids) voidAttributeSetServiceImpl.deleteOptions(long setId, String attribute, List<String> values) DocumentServiceImpl.deleteRating(long id) voidMessageServiceImpl.deleteTemplates(String name) voidMessageServiceImpl.deleteTemplates(List<Long> ids) voidDocumentServiceImpl.deleteTicket(long ticketId) voidSecurityServiceImpl.deleteTrustedDevices(List<Long> ids) voidSecurityServiceImpl.deleteUser(long userId) DocumentServiceImpl.deleteVersions(List<Long> ids) voidDocumentServiceImpl.destroyDocuments(List<Long> docIds) booleanSystemServiceImpl.disableTask(String taskName) voidDocumentServiceImpl.disableTicket(long ticketId) voidDocumentServiceImpl.emptyTrash()booleanSystemServiceImpl.enableTask(String taskName) voidDocumentServiceImpl.enableTicket(long ticketId) voidDocumentServiceImpl.enforceFilesIntoFolderStore(long folderId) DocumentServiceImpl.extractEmail(long docId, String fileVersion) DashletServiceImpl.get(long dashletId) DocumentServiceImpl.getAllowedPermissions(List<Long> docIds) FolderServiceImpl.getAllowedPermissions(List<Long> folderIds) TemplateServiceImpl.getAttributes(long templateId, GUIExtensibleObject extensibleObject) AttributeSetServiceImpl.getAttributeSet(long setId) AttributeSetServiceImpl.getAttributeSet(String name) AttributeSetServiceImpl.getAttributeSets()DocumentServiceImpl.getById(long docId) DocumentServiceImpl.getContentAsString(long docId) InfoServiceImpl.getCronDescription(String expression, String locale) FolderServiceImpl.getFolder(long folderId, boolean computePath, boolean computeDocs, boolean computeSubfolders) SecurityServiceImpl.getGroup(long groupId) SearchEngineServiceImpl.getInfo()MessageServiceImpl.getMessage(long messageId, boolean markAsRead) DocumentServiceImpl.getNotes(long docId, String fileVersion, Collection<String> types) SystemServiceImpl.getPlugins()DocumentServiceImpl.getRating(long docId) TagServiceImpl.getSettings()SystemServiceImpl.getStatistics(String locale) TagServiceImpl.getTagCloud()SystemServiceImpl.getTaskByName(String taskName, String locale) MessageServiceImpl.getTemplate(long templateId) TemplateServiceImpl.getTemplate(long templateId) SecurityServiceImpl.getUser(long userId) DocumentServiceImpl.getUserRating(long docId) DocumentServiceImpl.getVersionsById(long id1, long id2) voidDocumentServiceImpl.indexDocuments(List<Long> docIds) FolderServiceImpl.inheritACL(long folderId, long rightsFolderId) voidSystemServiceImpl.initializePlugin(String pluginId) voidSystemServiceImpl.installPlugin()booleanLoginServiceImpl.isSecretKeyRequired(String username, String deviceId) SecurityServiceImpl.isTrustedDevice(String deviceId) voidDocumentServiceImpl.linkDocuments(List<Long> inDocIds, List<Long> outDocIds) ContactServiceImpl.load(long id) SettingServiceImpl.loadAuditingSettings()SecurityServiceImpl.loadBlockedEntities()SettingServiceImpl.loadConverterParameters(String converter) DashletServiceImpl.loadDashlets()SettingServiceImpl.loadEmailSettings()SettingServiceImpl.loadGUISettings()SettingServiceImpl.loadProtocolSettings()SecurityServiceImpl.loadSession(Session session, String locale) Used internally by login procedures, instantiates a new GUISession by a given authenticated userSecurityServiceImpl.loadSettings()SettingServiceImpl.loadSettings()SettingServiceImpl.loadSettingsByNames(List<String> names) FolderServiceImpl.loadTemplates()MessageServiceImpl.loadTemplates(String language, String type) SettingServiceImpl.loadWebserviceStats(Long tenantId) voidvoidDocumentServiceImpl.makeImmutable(List<Long> docIds, String comment) voidDocumentServiceImpl.markHistoryAsRead(String event) voidDocumentServiceImpl.markIndexable(List<Long> docIds, int policy) voidDocumentServiceImpl.markUnindexable(List<Long> docIds) voidvoidContactServiceImpl.parseContacts(boolean preview, GUIParseContactsParameters parameters) AttributeSetServiceImpl.parseOptions(long setId, String attribute) voidFolderServiceImpl.paste(List<Long> docIds, long folderId, String action, boolean links, boolean notes, boolean security) voidFolderServiceImpl.pasteAsAlias(List<Long> docIds, long folderId, String type) DocumentServiceImpl.promoteVersion(long docId, String version) voidSearchEngineServiceImpl.purge()FolderServiceImpl.readImage()voidvoidSecurityServiceImpl.removeBlockedEntities(List<Long> ids) voidSecurityServiceImpl.removeFromGroup(long groupId, List<Long> userIds) voidSystemServiceImpl.removeLogger(String name) SettingServiceImpl.removeStore(int storeId) voidvoidvoidSearchEngineServiceImpl.reorderTokenFilters(List<String> filters) DocumentServiceImpl.replaceAlias(long aliasId) voidDocumentServiceImpl.replaceFile(long docId, String fileVersion, String comment) voidSecurityServiceImpl.replicateUsersSettings(long masterUserId, List<Long> userIds, boolean gui, boolean groups) voidSearchEngineServiceImpl.rescheduleAll(boolean dropIndex) voidSecurityServiceImpl.resetAvatar(long userId) voidLoginServiceImpl.resetPassword(String username, String emailAddress, String productName) voidSystemServiceImpl.restart()voidvoidAttributeSetServiceImpl.save(GUIAttributeSet guiAttributeSet) voidContactServiceImpl.save(GUIContact contact) voidDashletServiceImpl.save(GUIDashlet guiDashlet) DocumentServiceImpl.save(GUIDocument guiDocument) voidMessageServiceImpl.save(GUIMessage message, List<Long> recipientIds) voidSearchEngineServiceImpl.save(GUISearchEngine searchEngine) booleanSearchServiceImpl.save(GUISearchOptions options) TemplateServiceImpl.save(GUITemplate guiTemplate) voidDocumentServiceImpl.saveACL(GUIDocument guiDocument) voidvoidvoidSecurityServiceImpl.saveAvatar(long userId) voidDashletServiceImpl.saveDashlets(List<GUIDashlet> dashlets) DocumentServiceImpl.saveEmailAttachment(long docId, String fileVersion, String attachmentFileName) voidSettingServiceImpl.saveEmailSettings(GUIEmailSettings settings) voidSettingServiceImpl.saveExtensionAliases(String extension, String aliases) voidSettingServiceImpl.saveFirewallSettings(List<GUIParameter> settings) SecurityServiceImpl.saveInterfaceSettings(GUIUser user) voidSystemServiceImpl.saveLogger(String name, String level, boolean additivity) voidvoidDocumentServiceImpl.saveNotes(long docId, String fileVersion, List<GUIDocumentNote> notes, Collection<String> types) voidAttributeSetServiceImpl.saveOptions(long setId, String attribute, List<GUIValue> values) SecurityServiceImpl.saveProfile(GUIUser guiUser) intDocumentServiceImpl.saveRating(GUIRating rating) voidSettingServiceImpl.saveRegistration(String name, String email, String organization, String website) booleanSecurityServiceImpl.saveSettings(GUISecuritySettings settings) voidSettingServiceImpl.saveSettings(List<GUIParameter> settings) voidSettingServiceImpl.saveStoreSettings(List<GUIParameter> settings) voidFolderServiceImpl.saveTemplates(List<GUIValue> templates) voidMessageServiceImpl.saveTemplates(List<GUIMessageTemplate> templates) voidSearchEngineServiceImpl.saveTokenFilterSettings(String filter, List<GUIParameter> settings) voidDashletServiceImpl.saveUserDashlets(List<GUIDashlet> dashlets) SearchServiceImpl.search(GUISearchOptions options) SystemServiceImpl.search(Long userId, Date from, Date till, int maxResult, String historySid, List<String> events, Long rootFolderId) SystemServiceImpl.searchApiCalls(Long userId, Date from, Date till, String callSid, String protocol, String uri, int maxResult) SecurityServiceImpl.searchUsers(String username, String groupId) voidSetupServiceImpl.securityCheck()DocumentServiceImpl.sendAsEmail(GUIEmail guiMail, String locale) voidSearchEngineServiceImpl.setAliases(String extension, String aliases) voidFolderServiceImpl.setFolderPagination(long folderId, Integer startRecord, Integer pageSize) voidSystemServiceImpl.setGUILanguageStatus(String language, boolean active) voidSearchEngineServiceImpl.setLanguageStatus(String language, boolean active) voidDocumentServiceImpl.setPassword(long docId, String password) voidSearchEngineServiceImpl.setTokenFilterStatus(String filter, boolean active) voidvoidvoidSecurityServiceImpl.syncGeolocationDB(String key) booleanbooleanSettingServiceImpl.testStore(int id) SecurityServiceImpl.trustDevice(String label) voidDocumentServiceImpl.unarchiveDocuments(List<Long> docIds) voidSystemServiceImpl.uninstallPlugin(String pluginId) voidvoidSearchEngineServiceImpl.unlock()booleanvoidSystemServiceImpl.unscheduleJobs(List<GUIValue> jobs) voidDocumentServiceImpl.unsetPassword(long docId, String currentPassword) voidSecurityServiceImpl.updateApiKey(long keyId, String newName) voidDocumentServiceImpl.updateBookmark(GUIBookmark bookmark) voidSecurityServiceImpl.updateDeviceLabel(long deviceId, String label) voidDocumentServiceImpl.updateLink(long id, String type) voidDocumentServiceImpl.updateNote(long docId, long noteId, String fileVersion, String message) intDocumentServiceImpl.updatePages(long docId) voidDocumentServiceImpl.validate(GUIDocument document)