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 TypeMethodDescriptionvoidSession.onDocumentBeginEditing(GUIDocument document) voidSession.onDocumentCancelEditing(GUIDocument document) voidSession.onDocumentCheckedIn(GUIDocument document) voidSession.onDocumentCheckedOut(GUIDocument document) voidSession.onDocumentLocked(GUIDocument document) voidSession.onDocumentModified(GUIDocument document) voidSession.onDocumentMoved(GUIDocument document) voidSession.onDocumentSelected(GUIDocument document) voidSession.onDocumentStored(GUIDocument document) voidSession.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 TypeMethodDescriptionvoidGUIWorkflow.setAppendedDocs(List<GUIDocument> appendedDocs) voidGUIEmail.setAttachments(List<GUIDocument> attachments) voidGUICalendarEvent.setDocuments(List<GUIDocument> documents) voidGUIResult.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 that return types with arguments of type GUIDocumentMethods in com.logicaldoc.gui.common.client.controllers with parameters of type GUIDocumentModifier and TypeMethodDescriptionvoidDocumentController.beginEditing(GUIDocument document) voidDocumentController.cancelEditing(GUIDocument document) voidDocumentController.checkedIn(GUIDocument document) voidDocumentController.checkedOut(GUIDocument document) booleanDocumentController.isCurrentDocument(GUIDocument document) booleanDocumentController.isEditing(GUIDocument document) voidDocumentController.locked(GUIDocument document) voidDocumentController.modified(GUIDocument document) voidDocumentController.moved(GUIDocument document) voidDocumentObserver.onDocumentBeginEditing(GUIDocument document) Invoked after the document's properties are being editedvoidDocumentObserver.onDocumentCancelEditing(GUIDocument document) Invoked after the document's properties are being editedvoidDocumentObserver.onDocumentCheckedIn(GUIDocument document) Invoked after the document's checkinvoidDocumentObserver.onDocumentCheckedOut(GUIDocument document) Invoked after the document's checkoutvoidDocumentObserver.onDocumentLocked(GUIDocument document) Invoked after the document is lockedvoidDocumentObserver.onDocumentModified(GUIDocument document) Invoked after the document's properties has been changedvoidDocumentObserver.onDocumentMoved(GUIDocument document) Invoked after the document has been storedvoidDocumentObserver.onDocumentSelected(GUIDocument document) Invoked when a document is selectedvoidDocumentObserver.onDocumentStored(GUIDocument document) Invoked after the document has been storedvoidDocumentObserver.onDocumentUnlocked(GUIDocument document) Invoked after the document is unlockedvoidDocumentController.selected(GUIDocument document) voidDocumentController.setCurrentDocument(GUIDocument document) voidDocumentController.stored(GUIDocument document) voidDocumentController.unlocked(GUIDocument document) Method parameters in com.logicaldoc.gui.common.client.controllers with type arguments of type GUIDocumentModifier and TypeMethodDescriptionvoidDocumentController.deleted(List<GUIDocument> documents) voidDocumentObserver.onDocumentsDeleted(List<GUIDocument> documents) Invoked after the document has been deletedvoidDocumentController.setCurrentSelection(List<GUIDocument> documents) -
Uses of GUIDocument in com.logicaldoc.gui.common.client.preview
Constructors in com.logicaldoc.gui.common.client.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.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.common.client.util
Methods in com.logicaldoc.gui.common.client.util with parameters of type GUIDocumentModifier and TypeMethodDescriptionstatic voidDocUtil.markCheckedIn(GUIDocument doc) static voidDocUtil.markCheckedOut(GUIDocument doc) static voidDocUtil.markLocked(GUIDocument doc) static voidDocUtil.markUnlocked(GUIDocument doc) voidDocumentProtectionManager.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 TypeMethodDescriptionvoidDocumentChangeListener.onChanged(GUIDocument document) voidDocumentSelector.setDocument(GUIDocument document) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.ai.sampler
Methods in com.logicaldoc.gui.frontend.client.ai.sampler that return GUIDocumentMethods in com.logicaldoc.gui.frontend.client.ai.sampler with parameters of type GUIDocument -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.clipboard
Methods in com.logicaldoc.gui.frontend.client.clipboard with parameters of type GUIDocumentModifier and TypeMethodDescriptionbooleanClipboard.add(GUIDocument e) voidClipboardObserver.onAdd(GUIDocument entry) voidClipboardObserver.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 TypeMethodDescriptionvoidDocumentDetailsPanel.onDocumentBeginEditing(GUIDocument document) voidDocumentsPanel.onDocumentBeginEditing(GUIDocument document) voidDocumentDetailsPanel.onDocumentCancelEditing(GUIDocument document) voidDocumentsPanel.onDocumentCancelEditing(GUIDocument document) voidDocumentDetailsPanel.onDocumentCheckedIn(GUIDocument document) voidDocumentsPanel.onDocumentCheckedIn(GUIDocument document) voidDocumentDetailsPanel.onDocumentCheckedOut(GUIDocument document) voidDocumentsPanel.onDocumentCheckedOut(GUIDocument document) voidDocumentDetailsPanel.onDocumentLocked(GUIDocument document) voidDocumentsPanel.onDocumentLocked(GUIDocument document) voidDocumentDetailsPanel.onDocumentModified(GUIDocument document) voidDocumentsPanel.onDocumentModified(GUIDocument document) voidDocumentDetailsPanel.onDocumentMoved(GUIDocument document) voidDocumentsPanel.onDocumentMoved(GUIDocument document) voidDocumentDetailsPanel.onDocumentSelected(GUIDocument document) voidDocumentsPanel.onDocumentSelected(GUIDocument document) voidDocumentDetailsPanel.onDocumentStored(GUIDocument document) voidDocumentsPanel.onDocumentStored(GUIDocument document) voidDocumentDetailsPanel.onDocumentUnlocked(GUIDocument document) voidDocumentsPanel.onDocumentUnlocked(GUIDocument document) voidDocumentDetailsPanel.setDocument(GUIDocument document) voidDocumentsPreviewPanel.setDocument(GUIDocument document) voidDocumentToolbar.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 TypeMethodDescriptionvoidDocumentDetailsPanel.onDocumentsDeleted(List<GUIDocument> documents) voidDocumentsPanel.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) DocumentStandardPropertiesPanel(GUIDocument document, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) DocumentSubscriptionsPanel(GUIDocument document) LinksPanel(GUIDocument document) PublishingPanel(GUIDocument document, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) ReplaceVersionFile(GUIDocument document, String fileVersion) 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 GUIDocumentDocumentGridUtil.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.ListGridRecordDocumentGridUtil.fromDocument(GUIDocument doc) voidDocumentsListGrid.onDocumentBeginEditing(GUIDocument document) voidDocumentsTileGrid.onDocumentBeginEditing(GUIDocument document) voidDocumentsListGrid.onDocumentCancelEditing(GUIDocument document) voidDocumentsTileGrid.onDocumentCancelEditing(GUIDocument document) voidDocumentsListGrid.onDocumentCheckedIn(GUIDocument document) voidDocumentsTileGrid.onDocumentCheckedIn(GUIDocument document) voidDocumentsListGrid.onDocumentCheckedOut(GUIDocument document) voidDocumentsTileGrid.onDocumentCheckedOut(GUIDocument document) voidDocumentsListGrid.onDocumentLocked(GUIDocument document) voidDocumentsTileGrid.onDocumentLocked(GUIDocument document) voidDocumentsListGrid.onDocumentModified(GUIDocument document) voidDocumentsTileGrid.onDocumentModified(GUIDocument document) voidDocumentsListGrid.onDocumentMoved(GUIDocument document) voidDocumentsTileGrid.onDocumentMoved(GUIDocument document) voidDocumentsListGrid.onDocumentSelected(GUIDocument document) voidDocumentsTileGrid.onDocumentSelected(GUIDocument document) voidDocumentsListGrid.onDocumentStored(GUIDocument document) voidDocumentsTileGrid.onDocumentStored(GUIDocument document) voidDocumentsListGrid.onDocumentUnlocked(GUIDocument document) voidDocumentsTileGrid.onDocumentUnlocked(GUIDocument document) voidDocumentsGrid.updateDocument(GUIDocument document) Updates the visualization of the proper document elementvoidDocumentsListGrid.updateDocument(GUIDocument document) voidDocumentsTileGrid.updateDocument(GUIDocument document) static voidDocumentGridUtil.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 TypeMethodDescriptionvoidDocumentsListGrid.onDocumentsDeleted(List<GUIDocument> documents) voidDocumentsTileGrid.onDocumentsDeleted(List<GUIDocument> documents) voidDocumentsGrid.setDocuments(List<GUIDocument> documents) Forces the records in the gridvoidDocumentsListGrid.setDocuments(List<GUIDocument> documents) voidDocumentsTileGrid.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.google
Methods in com.logicaldoc.gui.frontend.client.google that return GUIDocumentModifier and TypeMethodDescriptionPerforms the check-in of a Google Drives's document into the LogicalDOC repositoryMethods in com.logicaldoc.gui.frontend.client.google that return types with arguments of type GUIDocumentModifier and TypeMethodDescriptionSearch in documents into Google DriveMethod parameters in com.logicaldoc.gui.frontend.client.google with type arguments of type GUIDocumentModifier and TypeMethodDescriptionvoidGoogleServiceAsync.checkin(long docId, String comment, boolean major, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidGoogleServiceAsync.search(String expression, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIDocument>> callback) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.google.drive
Methods in com.logicaldoc.gui.frontend.client.google.drive with parameters of type GUIDocumentModifier and TypeMethodDescriptionvoidDriveCheckin.onCheckin(GUIDocument document, DriveEditor parentDialog) Constructors in com.logicaldoc.gui.frontend.client.google.drive with parameters of type GUIDocumentModifierConstructorDescriptionDriveCheckin(GUIDocument document, DriveEditor parentDialog) DriveEditor(GUIDocument document) DriveMenuItem(GUIFolder folder, GUIDocument document) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.onlyoffice
Constructors in com.logicaldoc.gui.frontend.client.onlyoffice with parameters of type GUIDocument -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.panels
Methods in com.logicaldoc.gui.frontend.client.panels with parameters of type GUIDocumentModifier and TypeMethodDescriptionvoidStatusBarIcons.onAdd(GUIDocument entry) voidStatusBarIcons.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 TypeMethodDescriptionvoidHitsListPanel.onDocumentBeginEditing(GUIDocument document) voidSearchPanel.onDocumentBeginEditing(GUIDocument document) voidHitsListPanel.onDocumentCancelEditing(GUIDocument document) voidSearchPanel.onDocumentCancelEditing(GUIDocument document) voidHitsListPanel.onDocumentCheckedIn(GUIDocument document) voidSearchPanel.onDocumentCheckedIn(GUIDocument document) voidHitsListPanel.onDocumentCheckedOut(GUIDocument document) voidSearchPanel.onDocumentCheckedOut(GUIDocument document) voidHitsListPanel.onDocumentLocked(GUIDocument document) voidSearchPanel.onDocumentLocked(GUIDocument document) voidHitsListPanel.onDocumentModified(GUIDocument document) voidSearchPanel.onDocumentModified(GUIDocument document) voidHitsListPanel.onDocumentMoved(GUIDocument document) voidSearchPanel.onDocumentMoved(GUIDocument document) voidHitsListPanel.onDocumentSelected(GUIDocument document) voidSearchPanel.onDocumentSelected(GUIDocument document) voidHitsListPanel.onDocumentStored(GUIDocument document) voidSearchPanel.onDocumentStored(GUIDocument document) voidHitsListPanel.onDocumentUnlocked(GUIDocument document) voidSearchPanel.onDocumentUnlocked(GUIDocument document) Method parameters in com.logicaldoc.gui.frontend.client.search with type arguments of type GUIDocumentModifier and TypeMethodDescriptionvoidHitsListPanel.onDocumentsDeleted(List<GUIDocument> documents) voidSearchPanel.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 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 dataDocuSignService.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) voidDocumentServiceAsync.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 datavoidDocumentServiceAsync.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 versionvoidDocumentServiceAsync.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 contentvoidDocumentServiceAsync.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 documentvoidDocumentServiceAsync.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 DBvoidDocumentServiceAsync.save(GUIDocument document, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidDocumentService.saveACL(GUIDocument document) Applies all security settings to documentvoidDocumentServiceAsync.saveACL(GUIDocument document, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidDocumentService.validate(GUIDocument document) Validates the metadatavoidDocumentServiceAsync.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 TypeMethodDescriptionvoidDocumentServiceAsync.addDocuments(boolean importZip, String charset, boolean immediateIndexing, GUIDocument metadata, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIDocument>> callback) voidDocumentServiceAsync.addDocuments(String language, long folderId, boolean importZip, String charset, boolean immediateIndexing, Long templateId, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIDocument>> callback) voidDocumentServiceAsync.bulkUpdate(List<Long> ids, GUIDocument vo, boolean ignoreEmptyFields, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIDocument>> callback) voidDocumentServiceAsync.checkin(GUIDocument document, boolean major, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidZohoServiceAsync.checkin(long docId, String comment, boolean major, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidDocumentServiceAsync.checkinContent(long docId, String content, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidDocumentServiceAsync.convert(long docId, String fileVersion, String format, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidDocumentServiceAsync.createDocument(GUIDocument document, String content, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidDocumentServiceAsync.createWithContent(GUIDocument vo, String content, boolean checkout, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidDocumentServiceAsync.deleteVersions(List<Long> ids, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidDocumentServiceAsync.getById(long docId, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidDocumentServiceAsync.merge(List<Long> docIds, long targetFolderId, String fileName, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidBarcodeServiceAsync.process(long docId, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidZonalOCRServiceAsync.process(long docId, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidDocumentServiceAsync.promoteVersion(long docId, String version, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidDocumentServiceAsync.rename(long documentId, String name, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidDocumentServiceAsync.replaceAlias(long aliasId, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidDocumentServiceAsync.save(GUIDocument document, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidDocumentServiceAsync.saveEmailAttachment(long docId, String fileVersion, String attachmentFileName, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidChatGPTService.startThread(String initialQuestion, List<GUIDocument> documents) Starts a new thread with ChatGPTvoidChatGPTServiceAsync.startThread(String question, List<GUIDocument> documents, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidDocuSignServiceAsync.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 TypeMethodDescriptionvoidZohoCheckin.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) voidDocumentServiceImpl.saveACL(GUIDocument guiDocument) static DocumentDocumentServiceImpl.toDocument(GUIDocument guiDocument) Produces a plain new Document from a GUIDocumentvoidDocumentServiceImpl.validate(GUIDocument document)