Uses of Class
com.logicaldoc.core.document.DocumentFuture
Packages that use DocumentFuture
Package
Description
-
Uses of DocumentFuture in com.logicaldoc.core.document
Methods in com.logicaldoc.core.document that return DocumentFutureModifier and TypeMethodDescriptionDocumentManager.checkin
(long docId, File file, String filename, boolean release, Document docVO, DocumentHistory transaction) Checks in the given documentDocumentManager.checkin
(long docId, InputStream content, String filename, boolean release, Document docVO, DocumentHistory transaction) Checks in the given documentDocumentManager.copyToFolder
(Document doc, Folder folder, DocumentHistory transaction, boolean links, boolean notes, boolean security) Copy a document to the specified folder.DocumentManager.create
(File file, Document docVO, DocumentHistory transaction) Creates a new Document.DocumentManager.create
(InputStream content, Document docVO, DocumentHistory transaction) Creates a new Document.DocumentManager.merge
(Collection<Document> documents, long targetFolderId, String fileName, DocumentHistory transaction) Merges a set of documents into a single PDF fileDocumentManager.moveToFolder
(Document doc, Folder folder, DocumentHistory transaction) Moves a document to the specified folder.DocumentManager.rename
(long docId, String newName, DocumentHistory transaction) Rename an existing document filename.DocumentManager.replaceAlias
(long aliasId, DocumentHistory transaction) Replaces an alias with a copy of the original fileDocumentManager.replaceFile
(long docId, String fileVersion, File newFile, DocumentHistory transaction) Replaces the file of a given versionDocumentManager.replaceFile
(long docId, String fileVersion, InputStream content, DocumentHistory transaction) Replaces the file of a given version