Uses of Class
com.logicaldoc.gui.common.client.beans.GUIDocument
Packages that use GUIDocument
Package
Description
GWT services implementations.
-
Uses of GUIDocument in com.logicaldoc.gui.common.client
Methods in com.logicaldoc.gui.common.client with parameters of type GUIDocumentModifier and TypeMethodDescriptionvoid
Session.onDocumentBeginEditing
(GUIDocument document) void
Session.onDocumentCancelEditing
(GUIDocument document) void
Session.onDocumentCheckedIn
(GUIDocument document) void
Session.onDocumentCheckedOut
(GUIDocument document) void
Session.onDocumentLocked
(GUIDocument document) void
Session.onDocumentModified
(GUIDocument document) void
Session.onDocumentMoved
(GUIDocument document) void
Session.onDocumentSelected
(GUIDocument document) void
Session.onDocumentStored
(GUIDocument document) void
Session.onDocumentUnlocked
(GUIDocument document) Method parameters in com.logicaldoc.gui.common.client with type arguments of type GUIDocument -
Uses of GUIDocument in com.logicaldoc.gui.common.client.beans
Subclasses of GUIDocument in com.logicaldoc.gui.common.client.beansMethods in com.logicaldoc.gui.common.client.beans that return GUIDocumentMethods in com.logicaldoc.gui.common.client.beans that return types with arguments of type GUIDocumentModifier and TypeMethodDescriptionGUIWorkflow.getAppendedDocs()
GUIEmail.getAttachments()
GUICalendarEvent.getDocuments()
GUIResult.getHits()
Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIDocumentMethod parameters in com.logicaldoc.gui.common.client.beans with type arguments of type GUIDocumentModifier and TypeMethodDescriptionvoid
GUIWorkflow.setAppendedDocs
(List<GUIDocument> appendedDocs) void
GUIEmail.setAttachments
(List<GUIDocument> attachments) void
GUICalendarEvent.setDocuments
(List<GUIDocument> documents) void
GUIResult.setHits
(List<GUIDocument> hits) -
Uses of GUIDocument in com.logicaldoc.gui.common.client.controllers
Methods in com.logicaldoc.gui.common.client.controllers that return GUIDocumentMethods in com.logicaldoc.gui.common.client.controllers with parameters of type GUIDocumentModifier and TypeMethodDescriptionvoid
DocumentController.beginEditing
(GUIDocument document) void
DocumentController.cancelEditing
(GUIDocument document) void
DocumentController.checkedIn
(GUIDocument document) void
DocumentController.checkedOut
(GUIDocument document) boolean
DocumentController.isCurrentDocument
(GUIDocument document) boolean
DocumentController.isEditing
(GUIDocument document) void
DocumentController.locked
(GUIDocument document) void
DocumentController.modified
(GUIDocument document) void
DocumentController.moved
(GUIDocument document) void
DocumentObserver.onDocumentBeginEditing
(GUIDocument document) Invoked after the document's properties are being editedvoid
DocumentObserver.onDocumentCancelEditing
(GUIDocument document) Invoked after the document's properties are being editedvoid
DocumentObserver.onDocumentCheckedIn
(GUIDocument document) Invoked after the document's checkinvoid
DocumentObserver.onDocumentCheckedOut
(GUIDocument document) Invoked after the document's checkoutvoid
DocumentObserver.onDocumentLocked
(GUIDocument document) Invoked after the document is lockedvoid
DocumentObserver.onDocumentModified
(GUIDocument document) Invoked after the document's properties has been changedvoid
DocumentObserver.onDocumentMoved
(GUIDocument document) Invoked after the document has been storedvoid
DocumentObserver.onDocumentSelected
(GUIDocument document) Invoked when a document is selectedvoid
DocumentObserver.onDocumentStored
(GUIDocument document) Invoked after the document has been storedvoid
DocumentObserver.onDocumentUnlocked
(GUIDocument document) Invoked after the document is unlockedvoid
DocumentController.selected
(GUIDocument document) void
DocumentController.setCurrentDocument
(GUIDocument document) void
DocumentController.stored
(GUIDocument document) void
DocumentController.unlocked
(GUIDocument document) Method parameters in com.logicaldoc.gui.common.client.controllers with type arguments of type GUIDocumentModifier and TypeMethodDescriptionvoid
DocumentController.deleted
(List<GUIDocument> documents) void
DocumentObserver.onDocumentsDeleted
(List<GUIDocument> documents) Invoked after the document has been deleted -
Uses of GUIDocument in com.logicaldoc.gui.common.client.util
Methods in com.logicaldoc.gui.common.client.util with parameters of type GUIDocumentModifier and TypeMethodDescriptionstatic void
DocUtil.markCheckedIn
(GUIDocument doc) static void
DocUtil.markCheckedOut
(GUIDocument doc) static void
DocUtil.markLocked
(GUIDocument doc) static void
DocUtil.markUnlocked
(GUIDocument doc) void
DocumentProtectionManager.DocumentProtectionHandler.onUnprotected
(GUIDocument document) -
Uses of GUIDocument in com.logicaldoc.gui.common.client.websockets
Methods in com.logicaldoc.gui.common.client.websockets that return GUIDocumentMethods in com.logicaldoc.gui.common.client.websockets with parameters of type GUIDocument -
Uses of GUIDocument in com.logicaldoc.gui.common.client.widgets
Methods in com.logicaldoc.gui.common.client.widgets that return GUIDocumentMethods in com.logicaldoc.gui.common.client.widgets with parameters of type GUIDocumentModifier and TypeMethodDescriptionvoid
DocumentChangeListener.onChanged
(GUIDocument document) void
DocumentSelector.setDocument
(GUIDocument document) -
Uses of GUIDocument in com.logicaldoc.gui.common.client.widgets.preview
Constructors in com.logicaldoc.gui.common.client.widgets.preview with parameters of type GUIDocumentModifierConstructorDescriptionMailPreviewPanel
(GUIEmail mail, GUIDocument document, int width) PreviewPanel
(GUIDocument document) PreviewPopup
(GUIDocument doc) Constructor to display a single documentConstructor parameters in com.logicaldoc.gui.common.client.widgets.preview with type arguments of type GUIDocumentModifierConstructorDescriptionPreviewPopup
(List<GUIDocument> docs, int index) Constructor to display a gallery of documents -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.clipboard
Methods in com.logicaldoc.gui.frontend.client.clipboard with parameters of type GUIDocumentModifier and TypeMethodDescriptionboolean
Clipboard.add
(GUIDocument e) void
ClipboardObserver.onAdd
(GUIDocument entry) void
ClipboardObserver.onRemove
(GUIDocument entry) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document
Methods in com.logicaldoc.gui.frontend.client.document that return GUIDocumentModifier and TypeMethodDescriptionDocumentDetailsPanel.getDocument()
DocumentDetailTab.getDocument()
DocumentsPanel.getSelectedDocument()
Methods in com.logicaldoc.gui.frontend.client.document with parameters of type GUIDocumentModifier and TypeMethodDescriptionvoid
DocumentDetailsPanel.onDocumentBeginEditing
(GUIDocument document) void
DocumentsPanel.onDocumentBeginEditing
(GUIDocument document) void
DocumentDetailsPanel.onDocumentCancelEditing
(GUIDocument document) void
DocumentsPanel.onDocumentCancelEditing
(GUIDocument document) void
DocumentDetailsPanel.onDocumentCheckedIn
(GUIDocument document) void
DocumentsPanel.onDocumentCheckedIn
(GUIDocument document) void
DocumentDetailsPanel.onDocumentCheckedOut
(GUIDocument document) void
DocumentsPanel.onDocumentCheckedOut
(GUIDocument document) void
DocumentDetailsPanel.onDocumentLocked
(GUIDocument document) void
DocumentsPanel.onDocumentLocked
(GUIDocument document) void
DocumentDetailsPanel.onDocumentModified
(GUIDocument document) void
DocumentsPanel.onDocumentModified
(GUIDocument document) void
DocumentDetailsPanel.onDocumentMoved
(GUIDocument document) void
DocumentsPanel.onDocumentMoved
(GUIDocument document) void
DocumentDetailsPanel.onDocumentSelected
(GUIDocument document) void
DocumentsPanel.onDocumentSelected
(GUIDocument document) void
DocumentDetailsPanel.onDocumentStored
(GUIDocument document) void
DocumentsPanel.onDocumentStored
(GUIDocument document) void
DocumentDetailsPanel.onDocumentUnlocked
(GUIDocument document) void
DocumentsPanel.onDocumentUnlocked
(GUIDocument document) void
DocumentDetailsPanel.setDocument
(GUIDocument document) void
DocumentsPreviewPanel.setDocument
(GUIDocument document) void
DocumentToolbar.update
(GUIDocument document, GUIFolder folder) Updates the toolbar state on the basis of the passed document and/or folderMethod parameters in com.logicaldoc.gui.frontend.client.document with type arguments of type GUIDocumentModifier and TypeMethodDescriptionvoid
DocumentDetailsPanel.onDocumentsDeleted
(List<GUIDocument> documents) void
DocumentsPanel.onDocumentsDeleted
(List<GUIDocument> documents) Constructors in com.logicaldoc.gui.frontend.client.document with parameters of type GUIDocumentModifierConstructorDescriptionAliasesPanel
(GUIDocument document) ConversionDialog
(GUIDocument document) DetailsPreviewPanel
(GUIDocument document) DocumentCalendarPanel
(GUIDocument document) DocumentCapturePanel
(GUIDocument document, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler, boolean processButton) DocumentCheckin
(GUIDocument document, String filename) DocumentExtendedPropertiesPanel
(GUIDocument document, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler, com.smartgwt.client.widgets.form.fields.events.ChangedHandler templateChangedHandler) DocumentHistoryPanel
(GUIDocument document) DocumentSecurityPanel
(GUIDocument document) DocumentSubscriptionsPanel
(GUIDocument document) LinksPanel
(GUIDocument document) PublishingPanel
(GUIDocument document, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) ReplaceVersionFile
(GUIDocument document, String fileVersion) StandardPropertiesPanel
(GUIDocument document, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) TicketDialog
(GUIDocument document) VersionsPanel
(GUIDocument document) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document.form
Constructors in com.logicaldoc.gui.frontend.client.document.form with parameters of type GUIDocument -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document.grid
Methods in com.logicaldoc.gui.frontend.client.document.grid that return GUIDocumentModifier and TypeMethodDescriptionDocumentsGrid.getSelectedDocument()
Gets a bean representation of the currently selected item (not all properties are populated)DocumentsListGrid.getSelectedDocument()
DocumentsTileGrid.getSelectedDocument()
static GUIDocument
DocumentGridUtil.toDocument
(com.smartgwt.client.data.Record rec) Methods in com.logicaldoc.gui.frontend.client.document.grid that return types with arguments of type GUIDocumentModifier and TypeMethodDescriptionDocumentsGrid.getDocuments()
Retrieves all the documents dispalyed in the gridDocumentsListGrid.getDocuments()
DocumentsTileGrid.getDocuments()
DocumentsGrid.getSelectedDocuments()
Gets a bean representation of the currently selected items (not all properties are populated)DocumentsListGrid.getSelectedDocuments()
DocumentsTileGrid.getSelectedDocuments()
static List<GUIDocument>
DocumentGridUtil.toDocuments
(com.smartgwt.client.data.Record[] records) Methods in com.logicaldoc.gui.frontend.client.document.grid with parameters of type GUIDocumentModifier and TypeMethodDescriptionstatic com.smartgwt.client.widgets.grid.ListGridRecord
DocumentGridUtil.fromDocument
(GUIDocument doc) void
DocumentsListGrid.onDocumentBeginEditing
(GUIDocument document) void
DocumentsTileGrid.onDocumentBeginEditing
(GUIDocument document) void
DocumentsListGrid.onDocumentCancelEditing
(GUIDocument document) void
DocumentsTileGrid.onDocumentCancelEditing
(GUIDocument document) void
DocumentsListGrid.onDocumentCheckedIn
(GUIDocument document) void
DocumentsTileGrid.onDocumentCheckedIn
(GUIDocument document) void
DocumentsListGrid.onDocumentCheckedOut
(GUIDocument document) void
DocumentsTileGrid.onDocumentCheckedOut
(GUIDocument document) void
DocumentsListGrid.onDocumentLocked
(GUIDocument document) void
DocumentsTileGrid.onDocumentLocked
(GUIDocument document) void
DocumentsListGrid.onDocumentModified
(GUIDocument document) void
DocumentsTileGrid.onDocumentModified
(GUIDocument document) void
DocumentsListGrid.onDocumentMoved
(GUIDocument document) void
DocumentsTileGrid.onDocumentMoved
(GUIDocument document) void
DocumentsListGrid.onDocumentSelected
(GUIDocument document) void
DocumentsTileGrid.onDocumentSelected
(GUIDocument document) void
DocumentsListGrid.onDocumentStored
(GUIDocument document) void
DocumentsTileGrid.onDocumentStored
(GUIDocument document) void
DocumentsListGrid.onDocumentUnlocked
(GUIDocument document) void
DocumentsTileGrid.onDocumentUnlocked
(GUIDocument document) void
DocumentsGrid.updateDocument
(GUIDocument document) Updates the visualization of the proper document elementvoid
DocumentsListGrid.updateDocument
(GUIDocument document) void
DocumentsTileGrid.updateDocument
(GUIDocument document) static void
DocumentGridUtil.updateRecord
(GUIDocument doc, com.smartgwt.client.data.Record rec) Method parameters in com.logicaldoc.gui.frontend.client.document.grid with type arguments of type GUIDocumentModifier and TypeMethodDescriptionvoid
DocumentsListGrid.onDocumentsDeleted
(List<GUIDocument> documents) void
DocumentsTileGrid.onDocumentsDeleted
(List<GUIDocument> documents) void
DocumentsGrid.setDocuments
(List<GUIDocument> documents) Forces the records in the gridvoid
DocumentsListGrid.setDocuments
(List<GUIDocument> documents) void
DocumentsTileGrid.setDocuments
(List<GUIDocument> documents) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document.note
Constructors in com.logicaldoc.gui.frontend.client.document.note with parameters of type GUIDocumentModifierConstructorDescriptionAnnotationsWindow
(GUIDocument doc, String fileVer, NoteChangeListener saveHandler, boolean editEnabled) ConstructorNotesPanel
(GUIDocument document) VersionNotesWindow
(GUIDocument document, String fileVer) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document.selector
Methods in com.logicaldoc.gui.frontend.client.document.selector that return types with arguments of type GUIDocument -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document.signature
Constructors in com.logicaldoc.gui.frontend.client.document.signature with parameters of type GUIDocument -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document.split
Constructors in com.logicaldoc.gui.frontend.client.document.split with parameters of type GUIDocument -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document.stamp
Constructor parameters in com.logicaldoc.gui.frontend.client.document.stamp with type arguments of type GUIDocumentModifierConstructorDescriptionFillStamp
(List<GUIDocument> documents, GUIStamp stamp, boolean visualPositioning) StampDialog
(List<GUIDocument> documents) VisualPositioningStampDialog
(List<GUIDocument> documents, GUIStamp stamp) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document.update
Methods in com.logicaldoc.gui.frontend.client.document.update that return GUIDocumentConstructors in com.logicaldoc.gui.frontend.client.document.update with parameters of type GUIDocumentModifierConstructorDescriptionUpdateDialog
(List<Long> ids, GUIDocument metadata, String context, boolean majorVersion) UpdateDialog
(List<Long> ids, GUIDocument metadata, String context, boolean majorVersion, String charset) UpdateNotificationPanel
(GUIDocument document) UpdatePanel
(GUIDocument metadata, boolean showNotificationPanel, boolean showSecurityTab) UpdateStandardPropertiesPanel
(GUIDocument document) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.docusign
Constructors in com.logicaldoc.gui.frontend.client.docusign with parameters of type GUIDocument -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.gdrive
Methods in com.logicaldoc.gui.frontend.client.gdrive with parameters of type GUIDocumentModifier and TypeMethodDescriptionvoid
GDriveCheckin.onCheckin
(GUIDocument document, GDriveEditor parentDialog) Constructors in com.logicaldoc.gui.frontend.client.gdrive with parameters of type GUIDocumentModifierConstructorDescriptionGDriveCheckin
(GUIDocument document, GDriveEditor parentDialog) GDriveEditor
(GUIDocument document) GDriveMenuItem
(GUIFolder folder, GUIDocument document) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.panels
Methods in com.logicaldoc.gui.frontend.client.panels with parameters of type GUIDocumentModifier and TypeMethodDescriptionvoid
StatusBarIcons.onAdd
(GUIDocument entry) void
StatusBarIcons.onRemove
(GUIDocument entry) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.search
Methods in com.logicaldoc.gui.frontend.client.search that return types with arguments of type GUIDocumentMethods in com.logicaldoc.gui.frontend.client.search with parameters of type GUIDocumentModifier and TypeMethodDescriptionvoid
HitsListPanel.onDocumentBeginEditing
(GUIDocument document) void
SearchPanel.onDocumentBeginEditing
(GUIDocument document) void
HitsListPanel.onDocumentCancelEditing
(GUIDocument document) void
SearchPanel.onDocumentCancelEditing
(GUIDocument document) void
HitsListPanel.onDocumentCheckedIn
(GUIDocument document) void
SearchPanel.onDocumentCheckedIn
(GUIDocument document) void
HitsListPanel.onDocumentCheckedOut
(GUIDocument document) void
SearchPanel.onDocumentCheckedOut
(GUIDocument document) void
HitsListPanel.onDocumentLocked
(GUIDocument document) void
SearchPanel.onDocumentLocked
(GUIDocument document) void
HitsListPanel.onDocumentModified
(GUIDocument document) void
SearchPanel.onDocumentModified
(GUIDocument document) void
HitsListPanel.onDocumentMoved
(GUIDocument document) void
SearchPanel.onDocumentMoved
(GUIDocument document) void
HitsListPanel.onDocumentSelected
(GUIDocument document) void
SearchPanel.onDocumentSelected
(GUIDocument document) void
HitsListPanel.onDocumentStored
(GUIDocument document) void
SearchPanel.onDocumentStored
(GUIDocument document) void
HitsListPanel.onDocumentUnlocked
(GUIDocument document) void
SearchPanel.onDocumentUnlocked
(GUIDocument document) Method parameters in com.logicaldoc.gui.frontend.client.search with type arguments of type GUIDocumentModifier and TypeMethodDescriptionvoid
HitsListPanel.onDocumentsDeleted
(List<GUIDocument> documents) void
SearchPanel.onDocumentsDeleted
(List<GUIDocument> documents) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIDocumentModifier and TypeMethodDescriptionDocumentService.checkin
(GUIDocument document, boolean major) Checks-in a new document versionPerforms the check-in of a Google Drives's document into the LogicalDOC repositoryPerforms the check-in of a Zoho's document into the LogicalDOC repositoryDocumentService.checkinContent
(long docId, String content) Checks-in a new document's text contentConverts a document in a given formatDocumentService.createDocument
(GUIDocument document, String content) Creates a new document with the given text contentDocumentService.createWithContent
(GUIDocument vo, String content, boolean checkout) Creates a new empty documentDocumentService.deleteVersions
(List<Long> ids) Deletes a selection of versionsDocumentService.getById
(long docId) Retrieves a specific document by its IDMerges a set of documents into a single PDFBarcodeService.process
(long docId) Processes the given documentZonalOCRService.process
(long docId) Processes the given documentDocumentService.promoteVersion
(long docId, String version) If you promote a prior version, what it does is make it the default version again.Renames the given documentDocumentService.replaceAlias
(long aliasId) Replaces an alias with a copy of the original fileDocumentService.save
(GUIDocument document) Saves the document in the DBDocumentService.saveEmailAttachment
(long docId, String fileVersion, String attachmentFileName) Extracts an email attachment and saves it in the same folder of the documentMethods in com.logicaldoc.gui.frontend.client.services that return types with arguments of type GUIDocumentModifier and TypeMethodDescriptionDocumentService.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 uploadedDocumentService.bulkUpdate
(List<Long> ids, GUIDocument vo, boolean ignoreEmptyFields) Applies to a selection of documents all the given dataSearch in documents into Google DriveDocuSignService.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.Methods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIDocumentModifier and TypeMethodDescriptionDocumentService.addDocuments
(boolean importZip, String charset, boolean immediateIndexing, GUIDocument metadata) void
DocumentServiceAsync.addDocuments
(boolean importZip, String charset, boolean immediateIndexing, GUIDocument metadata, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIDocument>> callback) DocumentService.bulkUpdate
(List<Long> ids, GUIDocument vo, boolean ignoreEmptyFields) Applies to a selection of documents all the given datavoid
DocumentServiceAsync.bulkUpdate
(List<Long> ids, GUIDocument vo, boolean ignoreEmptyFields, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIDocument>> callback) DocumentService.checkin
(GUIDocument document, boolean major) Checks-in a new document versionvoid
DocumentServiceAsync.checkin
(GUIDocument document, boolean major, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) DocumentService.createDocument
(GUIDocument document, String content) Creates a new document with the given text contentvoid
DocumentServiceAsync.createDocument
(GUIDocument document, String content, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) DocumentService.createWithContent
(GUIDocument vo, String content, boolean checkout) Creates a new empty documentvoid
DocumentServiceAsync.createWithContent
(GUIDocument vo, String content, boolean checkout, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) DocumentService.save
(GUIDocument document) Saves the document in the DBvoid
DocumentServiceAsync.save
(GUIDocument document, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
DocumentService.saveACL
(GUIDocument document) Applies all security settings to documentvoid
DocumentServiceAsync.saveACL
(GUIDocument document, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
DocumentService.validate
(GUIDocument document) Validates the metadatavoid
DocumentServiceAsync.validate
(GUIDocument document, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIDocumentModifier and TypeMethodDescriptionvoid
DocumentServiceAsync.addDocuments
(boolean importZip, String charset, boolean immediateIndexing, GUIDocument metadata, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIDocument>> callback) void
DocumentServiceAsync.addDocuments
(String language, long folderId, boolean importZip, String charset, boolean immediateIndexing, Long templateId, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIDocument>> callback) void
DocumentServiceAsync.bulkUpdate
(List<Long> ids, GUIDocument vo, boolean ignoreEmptyFields, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIDocument>> callback) void
DocumentServiceAsync.checkin
(GUIDocument document, boolean major, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
GDriveServiceAsync.checkin
(long docId, String comment, boolean major, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
ZohoServiceAsync.checkin
(long docId, String comment, boolean major, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
DocumentServiceAsync.checkinContent
(long docId, String content, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
DocumentServiceAsync.convert
(long docId, String fileVersion, String format, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
DocumentServiceAsync.createDocument
(GUIDocument document, String content, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
DocumentServiceAsync.createWithContent
(GUIDocument vo, String content, boolean checkout, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
DocumentServiceAsync.deleteVersions
(List<Long> ids, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
DocumentServiceAsync.getById
(long docId, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
DocumentServiceAsync.merge
(List<Long> docIds, long targetFolderId, String fileName, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
BarcodeServiceAsync.process
(long docId, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
ZonalOCRServiceAsync.process
(long docId, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
DocumentServiceAsync.promoteVersion
(long docId, String version, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
DocumentServiceAsync.rename
(long documentId, String name, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
DocumentServiceAsync.replaceAlias
(long aliasId, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
DocumentServiceAsync.save
(GUIDocument document, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
DocumentServiceAsync.saveEmailAttachment
(long docId, String fileVersion, String attachmentFileName, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) void
GDriveServiceAsync.search
(String expression, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIDocument>> callback) void
DocuSignServiceAsync.validateEnvelope
(Collection<Long> docIds, com.google.gwt.user.client.rpc.AsyncCallback<Collection<GUIDocument>> callback) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.textcontent
Constructors in com.logicaldoc.gui.frontend.client.textcontent with parameters of type GUIDocument -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.webcontent
Constructors in com.logicaldoc.gui.frontend.client.webcontent with parameters of type GUIDocument -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.zoho
Methods in com.logicaldoc.gui.frontend.client.zoho with parameters of type GUIDocumentModifier and TypeMethodDescriptionvoid
ZohoCheckin.onCheckin
(GUIDocument document, ZohoEditor parentDialog) Constructors in com.logicaldoc.gui.frontend.client.zoho with parameters of type GUIDocumentModifierConstructorDescriptionZohoCheckin
(GUIDocument document, ZohoEditor parentDialog) ZohoEditor
(GUIDocument document) ZohoMenuItem
(GUIFolder folder, GUIDocument document) -
Uses of GUIDocument in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIDocumentModifier and TypeMethodDescriptionDocumentServiceImpl.checkin
(GUIDocument document, boolean major) DocumentServiceImpl.checkinContent
(long docId, String content) DocumentServiceImpl.createDocument
(GUIDocument document, String content) DocumentServiceImpl.createWithContent
(GUIDocument vo, String content, boolean checkout) DocumentServiceImpl.deleteVersions
(List<Long> ids) DocumentServiceImpl.fromDocument
(Document doc, GUIFolder folder, User sessionUser) DocumentServiceImpl.getById
(long docId) DocumentServiceImpl.getDocument
(Session session, long docId) DocumentServiceImpl.promoteVersion
(long docId, String version) DocumentServiceImpl.replaceAlias
(long aliasId) DocumentServiceImpl.save
(GUIDocument guiDocument) DocumentServiceImpl.saveEmailAttachment
(long docId, String fileVersion, String attachmentFileName) Methods in com.logicaldoc.web.service that return types with arguments of type GUIDocumentModifier and TypeMethodDescriptionDocumentServiceImpl.addDocuments
(boolean importZip, String charset, boolean immediateIndexing, GUIDocument metadata) DocumentServiceImpl.addDocuments
(String language, long folderId, boolean importZip, String charset, boolean immediateIndexing, Long templateId) DocumentServiceImpl.bulkUpdate
(List<Long> ids, GUIDocument vo, boolean ignoreEmptyFields) Methods in com.logicaldoc.web.service with parameters of type GUIDocumentModifier and TypeMethodDescriptionDocumentServiceImpl.addDocuments
(boolean importZip, String charset, boolean immediateIndexing, GUIDocument metadata) DocumentServiceImpl.bulkUpdate
(List<Long> ids, GUIDocument vo, boolean ignoreEmptyFields) DocumentServiceImpl.checkin
(GUIDocument document, boolean major) DocumentServiceImpl.createDocument
(GUIDocument document, String content) DocumentServiceImpl.createWithContent
(GUIDocument vo, String content, boolean checkout) DocumentServiceImpl.save
(GUIDocument guiDocument) void
DocumentServiceImpl.saveACL
(GUIDocument guiDocument) static Document
DocumentServiceImpl.toDocument
(GUIDocument guiDocument) Produces a plain new Document from a GUIDocumentvoid
DocumentServiceImpl.validate
(GUIDocument document)