Package com.logicaldoc.web.service
Class DocumentServiceImpl
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
com.logicaldoc.web.service.AbstractRemoteService
com.logicaldoc.web.service.DocumentServiceImpl
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService,com.google.gwt.user.server.rpc.SerializationPolicyProvider,DocumentService,Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
The document service for the operations on the documents done through the
GUI.
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.logicaldoc.gui.frontend.client.services.DocumentService
DocumentService.Instance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBookmarks(List<Long> ids, int type) Adds new bookmarksaddDocuments(boolean importZip, String charset, boolean immediateIndexing, GUIDocument metadata) addDocuments(String language, long folderId, boolean importZip, String charset, boolean immediateIndexing, Long templateId) Adds new documents previously uploadedlongAdds a new document note on the given documentvoidapplyParentFolderSecurity(long docId) Applies all security settings from the folder to the documentvoidarchiveDocuments(List<Long> docIds, String comment) Archives a set of documentslongarchiveFolder(long folderId, String comment) Archives the documents in a folderbulkUpdate(List<Long> ids, GUIDocument vo, boolean ignoreEmptyFields) Applies to a selection of documents all the given datacheckin(GUIDocument document, boolean major) Checks-in a new document versioncheckinContent(long docId, String content) Checks-in a new document's text contentvoidChecks out the documentvoidCleans the uploaded files folderConverts a document in a given formatlongcountDocuments(List<Long> folderIds, int status) Counts the documents in a given status contained the specified folder's treescreateDocument(GUIDocument document, String content) Creates a new document with the given text contentcreateDownloadTicket(long docId, int type, String suffix, Integer expireHours, Date expireDate, Integer maxDownloads, Integer maxViews) Creates a download ticketcreateWithContent(GUIDocument vo, String content, boolean checkout) Creates a new empty documentvoiddeDuplicate(Long folderId, boolean retainNewest) Convert duplicates with aliases, just one of the documents is maintainedvoidDeletes a selection of documentsvoiddeleteBookmarks(List<Long> bookmarkIds) Deletes a set of bookmarksvoiddeleteFromTrash(List<Long> ids) Deletes a selection of documents from trashvoiddeleteLinks(List<Long> ids) Deletes a selection of linksvoiddeleteNotes(List<Long> ids) Deletes a selection of document notesdeleteRating(long id) Deletes a votevoiddeleteTicket(long ticketId) deleteVersions(List<Long> ids) Deletes a selection of versionsvoiddestroyDocuments(List<Long> docIds) Permanently deletes a selection of documents, no restore will be possible latervoiddisableTicket(long ticketId) voidClear the user's trashvoidenableTicket(long ticketId) voidenforceFilesIntoFolderStore(long folderId) Enforces that all the files in the given tree are stored in the store configured in the owning folder.extractEmail(long docId, String fileVersion) Extracts the email representation from a .eml or .msg filefromDocument(Document doc, GUIFolder folder, User sessionUser) getAllowedPermissions(List<Long> docIds) Gets the allowed permissions on a set of documents in regards of the current usergetById(long docId) Retrieves a specific document by its IDgetContentAsString(long docId) Retrieves the document's content as a stringgetDocument(Session session, long docId) getNotes(long docId, String fileVersion, Collection<String> types) Retrieves the notes of a documentgetRating(long docId) Retrieves the rating of the given documentgetUserRating(long docId) Retrieves the vote of the current user on the specified documentgetVersionsById(long id1, long id2) Retrieves two specific versions by its IDvoidindexDocuments(List<Long> docIds) Indexes the given set of documentsvoidlinkDocuments(List<Long> inDocIds, List<Long> outDocIds) Links a set of documentsvoidLocks a set of documentsvoidmakeImmutable(List<Long> docIds, String comment) Makes immutable a set of documentsvoidmarkHistoryAsRead(String event) Marks as read the histories related to the current user and the given event.voidmarkIndexable(List<Long> docIds, int policy) Marks a set of documents as indexablevoidmarkUnindexable(List<Long> docIds) Marks a set of documents as unindexableMerges a set of documents into a single PDFpromoteVersion(long docId, String version) If you promote a prior version, what it does is make it the default version again.Renames the given documentreplaceAlias(long aliasId) Replaces an alias with a copy of the original filevoidreplaceFile(long docId, String fileVersion, String comment) Replaces the file associated to a given versionvoidRestores a given documentsave(GUIDocument guiDocument) Saves the document in the DBvoidsaveACL(GUIDocument guiDocument) Applies all security settings to documentsaveEmailAttachment(long docId, String fileVersion, String attachmentFileName) Extracts an email attachment and saves it in the same folder of the documentvoidsaveNotes(long docId, String fileVersion, List<GUIDocumentNote> notes, Collection<String> types) Saves a set of notesintsaveRating(GUIRating rating) Save a rating vote on a documentsendAsEmail(GUIEmail guiMail, String locale) Sends a document as email(attachment or download ticket)voidsetPassword(long docId, String password) Puts a password protection to the documentstatic DocumenttoDocument(GUIDocument guiDocument) Produces a plain new Document from a GUIDocumentvoidunarchiveDocuments(List<Long> docIds) Restores a given set of archived documentsvoidUnlocks a set of documentsbooleanChecks if the document can be accessed with the given passwordvoidunsetPassword(long docId, String currentPassword) Removes the password protection from the documentvoidupdateBookmark(GUIBookmark bookmark) Updates a single bookmark's datavoidupdateLink(long id, String type) Updates the links typevoidupdateNote(long docId, long noteId, String fileVersion, String message) Updates a document note on the given documentintupdatePages(long docId) Counts the pages of a document and updates the DB.voidvalidate(GUIDocument document) Validates the metadataMethods inherited from class com.logicaldoc.web.service.AbstractRemoteService
setThreadRequestMethods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
getSerializationPolicy, init, processCall, processCall, processPostMethods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
doPostMethods inherited from class javax.servlet.http.HttpServlet
serviceMethods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
DocumentServiceImpl
public DocumentServiceImpl()
-
-
Method Details
-
addBookmarks
Description copied from interface:DocumentServiceAdds new bookmarks- Specified by:
addBookmarksin interfaceDocumentService- Parameters:
ids- identfiers of the documents or folders to bookmarktype- the type of bookmark (0 = document, 1 = folder)- Throws:
ServerException- an error happened in the server application
-
indexDocuments
Description copied from interface:DocumentServiceIndexes the given set of documents- Specified by:
indexDocumentsin interfaceDocumentService- Parameters:
docIds- The set of documents to index- Throws:
ServerException- an error happened in the server application
-
destroyDocuments
Description copied from interface:DocumentServicePermanently deletes a selection of documents, no restore will be possible later- Specified by:
destroyDocumentsin interfaceDocumentService- Parameters:
docIds- identifiers of the documents- Throws:
ServerException- an error happened in the server application
-
addDocuments
public List<GUIDocument> addDocuments(boolean importZip, String charset, boolean immediateIndexing, GUIDocument metadata) throws ServerException - Specified by:
addDocumentsin interfaceDocumentService- Throws:
ServerException
-
checkin
Description copied from interface:DocumentServiceChecks-in a new document version- Specified by:
checkinin interfaceDocumentService- Parameters:
document- The document to updatemajor- True if this is a major version- Returns:
- The updated document
- Throws:
ServerException- an error happened in the server application
-
addDocuments
public List<GUIDocument> addDocuments(String language, long folderId, boolean importZip, String charset, boolean immediateIndexing, Long templateId) throws ServerException Description copied from interface:DocumentServiceAdds new documents previously uploaded- Specified by:
addDocumentsin interfaceDocumentService- Parameters:
language- The language applied to all documentsfolderId- The destination folder identifierimportZip- If .zip files have to be unpacked and the contained documents importedcharset- Charset to use to process the .zip filesimmediateIndexing- If the documents must be immediately indexedtemplateId- The documents template- Returns:
- The list of created documents
- Throws:
ServerException- an error happened in the server application
-
promoteVersion
Description copied from interface:DocumentServiceIf you promote a prior version, what it does is make it the default version again. (regardless of there being many versions)- Specified by:
promoteVersionin interfaceDocumentService- Parameters:
docId- the identifier of the documentversion- version specification- Returns:
- the document
- Throws:
ServerException- an error happened in the server application
-
checkout
Description copied from interface:DocumentServiceChecks out the document- Specified by:
checkoutin interfaceDocumentService- Parameters:
docIds- identifiers of the documents- Throws:
ServerException- an error happened in the server application
-
lock
Description copied from interface:DocumentServiceLocks a set of documents- Specified by:
lockin interfaceDocumentService- Parameters:
docIds- identifiers of the documentscomment- the comment to the lock- Throws:
ServerException- an error happened in the server application
-
delete
Description copied from interface:DocumentServiceDeletes a selection of documents- Specified by:
deletein interfaceDocumentService- Parameters:
ids- identifiers of the documents- Throws:
ServerException- an error happened in the server application
-
deleteBookmarks
Description copied from interface:DocumentServiceDeletes a set of bookmarks- Specified by:
deleteBookmarksin interfaceDocumentService- Parameters:
bookmarkIds- identifiers of the bookmarks to delete- Throws:
ServerException- an error happened in the server application
-
deleteLinks
Description copied from interface:DocumentServiceDeletes a selection of links- Specified by:
deleteLinksin interfaceDocumentService- Parameters:
ids- identifiers of the links- Throws:
ServerException- an error happened in the server application
-
getById
Description copied from interface:DocumentServiceRetrieves a specific document by its ID- Specified by:
getByIdin interfaceDocumentService- Parameters:
docId- identifier of the document- Returns:
- the document retrieved by the server application
- Throws:
ServerException- an error happened in the server application
-
getDocument
public GUIDocument getDocument(Session session, long docId) throws InvalidSessionServerException, PersistenceException, PermissionException -
fromDocument
public GUIDocument fromDocument(Document doc, GUIFolder folder, User sessionUser) throws PersistenceException - Throws:
PersistenceException
-
getVersionsById
Description copied from interface:DocumentServiceRetrieves two specific versions by its ID- Specified by:
getVersionsByIdin interfaceDocumentService- Parameters:
id1- identifier of the first versionid2- identifier of the second version- Returns:
- the two versions
- Throws:
ServerException- an error happened in the server application
-
linkDocuments
Description copied from interface:DocumentServiceLinks a set of documents- Specified by:
linkDocumentsin interfaceDocumentService- Parameters:
inDocIds- identifiers of the documents for the IN directionoutDocIds- identifiers of the documents for the OUT direction- Throws:
ServerException- an error happened in the server application
-
makeImmutable
Description copied from interface:DocumentServiceMakes immutable a set of documents- Specified by:
makeImmutablein interfaceDocumentService- Parameters:
docIds- identifiers of the documentscomment- the commit- Throws:
ServerException- an error happened in the server application
-
markHistoryAsRead
Description copied from interface:DocumentServiceMarks as read the histories related to the current user and the given event.- Specified by:
markHistoryAsReadin interfaceDocumentService- Parameters:
event- The history event to mark as read- Throws:
ServerException- an error happened in the server application
-
markIndexable
Description copied from interface:DocumentServiceMarks a set of documents as indexable- Specified by:
markIndexablein interfaceDocumentService- Parameters:
docIds- identifiers of the documentspolicy- indexing policy:Constants.INDEX_TO_INDEXorConstants.INDEX_TO_INDEX_METADATA- Throws:
ServerException- an error happened in the server application
-
markUnindexable
Description copied from interface:DocumentServiceMarks a set of documents as unindexable- Specified by:
markUnindexablein interfaceDocumentService- Parameters:
docIds- identifiers of the documents- Throws:
ServerException- an error happened in the server application
-
restore
Description copied from interface:DocumentServiceRestores a given document- Specified by:
restorein interfaceDocumentService- Parameters:
docIds- identifiers of the documentsfolderId- identifier of the folder in which to restore the documents- Throws:
ServerException- an error happened in the server application
-
validate
Description copied from interface:DocumentServiceValidates the metadata- Specified by:
validatein interfaceDocumentService- Parameters:
document- The document to validate- Throws:
ServerException- in case of invalid instance, this exception contains the errors
-
save
Description copied from interface:DocumentServiceSaves the document in the DB- Specified by:
savein interfaceDocumentService- Parameters:
guiDocument- The document to save- Returns:
- The saved document
- Throws:
ServerException- an error happened in the server application
-
toDocument
Produces a plain new Document from a GUIDocument- Parameters:
guiDocument- the GUI document- Returns:
- the core Document
- Throws:
PersistenceException- error at data layer
-
sendAsEmail
Description copied from interface:DocumentServiceSends a document as email(attachment or download ticket)- Specified by:
sendAsEmailin interfaceDocumentService- Parameters:
guiMail- the email to sendlocale- the locale specification- Returns:
- "ok" otherwise an error code
- Throws:
ServerException- an error happened in the server application
-
unlock
Description copied from interface:DocumentServiceUnlocks a set of documents- Specified by:
unlockin interfaceDocumentService- Parameters:
docIds- identifiers of the documents- Throws:
ServerException- an error happened in the server application
-
updateBookmark
Description copied from interface:DocumentServiceUpdates a single bookmark's data- Specified by:
updateBookmarkin interfaceDocumentService- Parameters:
bookmark- the bookmark to update- Throws:
ServerException- an error happened in the server application
-
updateLink
Description copied from interface:DocumentServiceUpdates the links type- Specified by:
updateLinkin interfaceDocumentService- Parameters:
id- The link identifiertype- The new type to be set- Throws:
ServerException- an error happened in the server application
-
cleanUploadedFileFolder
Description copied from interface:DocumentServiceCleans the uploaded files folder- Specified by:
cleanUploadedFileFolderin interfaceDocumentService- Throws:
ServerException- an error happened in the server application
-
getRating
Description copied from interface:DocumentServiceRetrieves the rating of the given document- Specified by:
getRatingin interfaceDocumentService- Parameters:
docId- identifier of the document- Returns:
- the rating retrieved by the server application
- Throws:
ServerException- an error happened in the server application
-
saveRating
Description copied from interface:DocumentServiceSave a rating vote on a document- Specified by:
saveRatingin interfaceDocumentService- Parameters:
rating- the document's rating- Returns:
- the new document rating value
- Throws:
ServerException- an error happened in the server application
-
addNote
Description copied from interface:DocumentServiceAdds a new document note on the given document- Specified by:
addNotein interfaceDocumentService- Parameters:
docId- identifier of the documentmessage- the note's text- Returns:
- identifier of the created note
- Throws:
ServerException- an error happened in the server application
-
getNotes
public List<GUIDocumentNote> getNotes(long docId, String fileVersion, Collection<String> types) throws ServerException Description copied from interface:DocumentServiceRetrieves the notes of a document- Specified by:
getNotesin interfaceDocumentService- Parameters:
docId- identifier of the documentfileVersion- file version specificationtypes- optional filter for the note type- Returns:
- the notes on the given version
- Throws:
ServerException- an error happened in the server application
-
saveNotes
public void saveNotes(long docId, String fileVersion, List<GUIDocumentNote> notes, Collection<String> types) throws ServerException Description copied from interface:DocumentServiceSaves a set of notes- Specified by:
saveNotesin interfaceDocumentService- Parameters:
docId- identifier of the documentfileVersion- optional file version all the notes are bound tonotes- the notes to savetypes- optional filter for the note type- Throws:
ServerException- an error happened in the server application
-
deleteNotes
Description copied from interface:DocumentServiceDeletes a selection of document notes- Specified by:
deleteNotesin interfaceDocumentService- Parameters:
ids- identifiers of the notes- Throws:
ServerException- an error happened in the server application
-
bulkUpdate
public List<GUIDocument> bulkUpdate(List<Long> ids, GUIDocument vo, boolean ignoreEmptyFields) throws ServerException Description copied from interface:DocumentServiceApplies to a selection of documents all the given data- Specified by:
bulkUpdatein interfaceDocumentService- Parameters:
ids- identifiers of the documents to updatevo- the value object to use as templateignoreEmptyFields- flag to skip fields empty in thevo- Returns:
- the updated documents
- Throws:
ServerException- an error happened in the server application
-
updateNote
public void updateNote(long docId, long noteId, String fileVersion, String message) throws ServerException Description copied from interface:DocumentServiceUpdates a document note on the given document- Specified by:
updateNotein interfaceDocumentService- Parameters:
docId- identifier of the documentnoteId- identifier of the notefileVersion- file version to bind the note tomessage- text of the note- Throws:
ServerException- an error happened in the server application
-
deleteVersions
Description copied from interface:DocumentServiceDeletes a selection of versions- Specified by:
deleteVersionsin interfaceDocumentService- Parameters:
ids- identifiers of the versions- Returns:
- the document the deleted versions belongs to
- Throws:
ServerException- an error happened in the server application
-
createWithContent
public GUIDocument createWithContent(GUIDocument vo, String content, boolean checkout) throws ServerException Description copied from interface:DocumentServiceCreates a new empty document- Specified by:
createWithContentin interfaceDocumentService- Parameters:
vo- the value object to use as templatecontent- the text body of the new documentcheckout- if the new document must be checked out- Returns:
- the created document
- Throws:
ServerException- an error happened in the server application
-
deleteFromTrash
Description copied from interface:DocumentServiceDeletes a selection of documents from trash- Specified by:
deleteFromTrashin interfaceDocumentService- Parameters:
ids- identifiers of documents- Throws:
ServerException- an error happened in the server application
-
emptyTrash
Description copied from interface:DocumentServiceClear the user's trash- Specified by:
emptyTrashin interfaceDocumentService- Throws:
ServerException- an error happened in the server application
-
archiveDocuments
Description copied from interface:DocumentServiceArchives a set of documents- Specified by:
archiveDocumentsin interfaceDocumentService- Parameters:
docIds- identifiers of the documentscomment- the commit- Throws:
ServerException- an error happened in the server application
-
archiveFolder
Description copied from interface:DocumentServiceArchives the documents in a folder- Specified by:
archiveFolderin interfaceDocumentService- Parameters:
folderId- identifier of the foldercomment- a comment for the action- Returns:
- number of records added to the archive
- Throws:
ServerException- an error happened in the server application
-
unarchiveDocuments
Description copied from interface:DocumentServiceRestores a given set of archived documents- Specified by:
unarchiveDocumentsin interfaceDocumentService- Parameters:
docIds- identifiers of the documents- Throws:
ServerException- an error happened in the server application
-
countDocuments
Description copied from interface:DocumentServiceCounts the documents in a given status contained the specified folder's trees- Specified by:
countDocumentsin interfaceDocumentService- Parameters:
folderIds- identifiers of the foldersstatus- a filter on the document's status- Returns:
- the count
- Throws:
ServerException- an error happened in the server application
-
createDownloadTicket
public List<String> createDownloadTicket(long docId, int type, String suffix, Integer expireHours, Date expireDate, Integer maxDownloads, Integer maxViews) throws ServerException Description copied from interface:DocumentServiceCreates a download ticket- Specified by:
createDownloadTicketin interfaceDocumentService- Parameters:
docId- identifier of the documenttype- the ticket type (0='download' 2='view')suffix- the suffix(null or 'pdf')expireHours- how many validity hoursexpireDate- the exact expiration datemaxDownloads- maximum number of allowed downloadsmaxViews- maximum number of allowed views- Returns:
- the generated ticket ID, a sample URL using the browser's URL, a sample URL using the server.url setting
- Throws:
ServerException- an error happened in the server application
-
setPassword
Description copied from interface:DocumentServicePuts a password protection to the document- Specified by:
setPasswordin interfaceDocumentService- Parameters:
docId- the identifier of the document to protectpassword- the password to assign- Throws:
ServerException- an error happened in the server application
-
unsetPassword
Description copied from interface:DocumentServiceRemoves the password protection from the document- Specified by:
unsetPasswordin interfaceDocumentService- Parameters:
docId- the identifier of the document to unprotectcurrentPassword- the password to clear- Throws:
ServerException- an error happened in the server application
-
unprotect
Description copied from interface:DocumentServiceChecks if the document can be accessed with the given password- Specified by:
unprotectin interfaceDocumentService- Parameters:
docId- the identifier of the document to unprotectpassword- the password to clear- Returns:
- is the password is correct
- Throws:
ServerException- an error happened in the server application
-
getContentAsString
Description copied from interface:DocumentServiceRetrieves the document's content as a string- Specified by:
getContentAsStringin interfaceDocumentService- Parameters:
docId- identifier of the document- Returns:
- the document's extracted content
- Throws:
ServerException- an error happened in the server application
-
checkinContent
Description copied from interface:DocumentServiceChecks-in a new document's text content- Specified by:
checkinContentin interfaceDocumentService- Parameters:
docId- identifier of the documentcontent- content of the file- Returns:
- the document
- Throws:
ServerException- an error happened in the server application
-
replaceFile
Description copied from interface:DocumentServiceReplaces the file associated to a given version- Specified by:
replaceFilein interfaceDocumentService- Parameters:
docId- the identifier of the documentfileVersion- the file versioncomment- the comment- Throws:
ServerException- an error happened in the server application
-
createDocument
Description copied from interface:DocumentServiceCreates a new document with the given text content- Specified by:
createDocumentin interfaceDocumentService- Parameters:
document- the document to createcontent- the contents- Returns:
- the created document
- Throws:
ServerException- an error happened in the server application
-
getUserRating
Description copied from interface:DocumentServiceRetrieves the vote of the current user on the specified document- Specified by:
getUserRatingin interfaceDocumentService- Parameters:
docId- the identifier of the document- Returns:
- the rating
- Throws:
ServerException- an error happened in the server application
-
deleteRating
Description copied from interface:DocumentServiceDeletes a vote- Specified by:
deleteRatingin interfaceDocumentService- Parameters:
id- identifier of the rating to delete- Returns:
- the result
- Throws:
ServerException- an error happened in the server application
-
convert
Description copied from interface:DocumentServiceConverts a document in a given format- Specified by:
convertin interfaceDocumentService- Parameters:
docId- identifier of the document to convertfileVersion- version of the fileformat- the format to convert to (e.g.: pdf, txt, ...- Returns:
- the converted document
- Throws:
ServerException- an error happened in the server application
-
extractEmail
Description copied from interface:DocumentServiceExtracts the email representation from a .eml or .msg file- Specified by:
extractEmailin interfaceDocumentService- Parameters:
docId- the identifier of the mail documentfileVersion- the File Version- Returns:
- the email representation
- Throws:
ServerException- an error happened in the server application
-
saveEmailAttachment
public GUIDocument saveEmailAttachment(long docId, String fileVersion, String attachmentFileName) throws ServerException Description copied from interface:DocumentServiceExtracts an email attachment and saves it in the same folder of the document- Specified by:
saveEmailAttachmentin interfaceDocumentService- Parameters:
docId- the identifier of the mail documentfileVersion- the File VersionattachmentFileName- name of the attachment- Returns:
- the just created document
- Throws:
ServerException- an error happened in the server application
-
replaceAlias
Description copied from interface:DocumentServiceReplaces an alias with a copy of the original file- Specified by:
replaceAliasin interfaceDocumentService- Parameters:
aliasId- ID of the alias to replace- Returns:
- the just created document
- Throws:
ServerException- an error happened in the server application
-
deDuplicate
Description copied from interface:DocumentServiceConvert duplicates with aliases, just one of the documents is maintained- Specified by:
deDuplicatein interfaceDocumentService- Parameters:
folderId- optional ID of the folder to processretainNewest- true if the newest has to be retained, otherwise it will be the oldest.- Throws:
ServerException- an error happened in the server application
-
deleteTicket
- Specified by:
deleteTicketin interfaceDocumentService- Throws:
ServerException
-
enableTicket
- Specified by:
enableTicketin interfaceDocumentService- Throws:
ServerException
-
disableTicket
- Specified by:
disableTicketin interfaceDocumentService- Throws:
ServerException
-
enforceFilesIntoFolderStore
Description copied from interface:DocumentServiceEnforces that all the files in the given tree are stored in the store configured in the owning folder. The process is asynchronous, at the end an internal message to the user will be sent to alert him about its end.- Specified by:
enforceFilesIntoFolderStorein interfaceDocumentService- Parameters:
folderId- identifier of the tree root- Throws:
ServerException- an error happened in the server application
-
merge
public GUIDocument merge(List<Long> docIds, long targetFolderId, String fileName) throws ServerException Description copied from interface:DocumentServiceMerges a set of documents into a single PDF- Specified by:
mergein interfaceDocumentService- Parameters:
docIds- identifiers of the documents to mergetargetFolderId- identifier of the folder that will receive the merged PDFfileName- file name of the merged file- Returns:
- the newly created merged document
- Throws:
ServerException- an error happened in the server application
-
updatePages
Description copied from interface:DocumentServiceCounts the pages of a document and updates the DB.- Specified by:
updatePagesin interfaceDocumentService- Parameters:
docId- identifier of the document- Returns:
- number of pages
- Throws:
ServerException- an error happened in the server application
-
rename
Description copied from interface:DocumentServiceRenames the given document- Specified by:
renamein interfaceDocumentService- Parameters:
documentId- identifier of the documentsname- the new document's filename- Returns:
- The updated document
- Throws:
ServerException- an error happened in the server application
-
saveACL
Description copied from interface:DocumentServiceApplies all security settings to document- Specified by:
saveACLin interfaceDocumentService- Parameters:
guiDocument- The document that will contain the new security settings- Throws:
ServerException- an error happened in the server application
-
applyParentFolderSecurity
Description copied from interface:DocumentServiceApplies all security settings from the folder to the document- Specified by:
applyParentFolderSecurityin interfaceDocumentService- Parameters:
docId- The document that will contain the new security settings- Throws:
ServerException- an error happened in the server application
-
getAllowedPermissions
Description copied from interface:DocumentServiceGets the allowed permissions on a set of documents in regards of the current user- Specified by:
getAllowedPermissionsin interfaceDocumentService- Parameters:
docIds- collection of the documents- Throws:
ServerException
-