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.onDocumentsDeleted(GUIDocument[] documents) voidSession.onDocumentSelected(GUIDocument document) voidSession.onDocumentStored(GUIDocument document) voidSession.onDocumentUnlocked(GUIDocument document) -
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 GUIDocumentModifier and TypeMethodDescriptionGUIWorkflow.getAppendedDocs()GUIEmail.getAttachments()GUICalendarEvent.getDocument(long id) GUICalendarEvent.getDocuments()GUIResult.getHits()GUIFolder.newDocument()Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIDocumentModifier and TypeMethodDescriptionvoidGUICalendarEvent.addDocument(GUIDocument newDoc) voidGUIWorkflow.setAppendedDocs(GUIDocument[] appendedDocs) voidGUIEmail.setAttachments(GUIDocument[] attachments) voidGUICalendarEvent.setDocuments(GUIDocument[] documents) voidGUIResult.setHits(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 TypeMethodDescriptionvoidDocumentController.beginEditing(GUIDocument document) voidDocumentController.cancelEditing(GUIDocument document) voidDocumentController.checkedIn(GUIDocument document) voidDocumentController.checkedOut(GUIDocument document) voidDocumentController.deleted(GUIDocument[] documents) 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.onDocumentsDeleted(GUIDocument[] documents) Invoked after the document has been deletedvoidDocumentObserver.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) -
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.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 documentPreviewPopup(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 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.onDocumentsDeleted(GUIDocument[] documents) voidDocumentsPanel.onDocumentsDeleted(GUIDocument[] documents) 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 folderConstructors 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) 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.getDocuments()Retrieves all the documents dispalyed in the gridDocumentsListGrid.getDocuments()DocumentsTileGrid.getDocuments()DocumentsGrid.getSelectedDocument()Gets a bean representation of the currently selected item (not all properties are populated)DocumentsListGrid.getSelectedDocument()DocumentsTileGrid.getSelectedDocument()DocumentsGrid.getSelectedDocuments()Gets a bean representation of the currently selected items (not all properties are populated)DocumentsListGrid.getSelectedDocuments()DocumentsTileGrid.getSelectedDocuments()static GUIDocumentDocumentGridUtil.toDocument(com.smartgwt.client.data.Record rec) static 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.onDocumentsDeleted(GUIDocument[] documents) voidDocumentsTileGrid.onDocumentsDeleted(GUIDocument[] documents) 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.setDocuments(GUIDocument[] documents) Forces the records in the gridvoidDocumentsListGrid.setDocuments(GUIDocument[] documents) voidDocumentsTileGrid.setDocuments(GUIDocument[] documents) 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) -
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, NotesPanel notesPanel, boolean editEnabled) ConstructorNotesPanel(GUIDocument document) VersionNotesWindow(GUIDocument doc, String fileVer) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document.selector
Methods in com.logicaldoc.gui.frontend.client.document.selector that return 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.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(Long[] ids, GUIDocument metadata, String context, boolean majorVersion) UpdateDialog(Long[] ids, GUIDocument metadata, String context, boolean majorVersion, String charset) UpdateNotificationPanel(GUIDocument document) UpdatePanel(GUIDocument metadata, boolean showNotificationPanel) 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 TypeMethodDescriptionvoidGDriveCheckin.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 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 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.onDocumentsDeleted(GUIDocument[] documents) voidSearchPanel.onDocumentsDeleted(GUIDocument[] documents) voidHitsListPanel.onDocumentSelected(GUIDocument document) voidSearchPanel.onDocumentSelected(GUIDocument document) voidHitsListPanel.onDocumentStored(GUIDocument document) voidSearchPanel.onDocumentStored(GUIDocument document) voidHitsListPanel.onDocumentUnlocked(GUIDocument document) voidSearchPanel.onDocumentUnlocked(GUIDocument document) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return 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(Long[] ids, GUIDocument vo, boolean ignoreEmptyFields) Applies to a selection of documents all the given dataDocumentService.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(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 documentSearch in documents into Google DriveMethods in com.logicaldoc.gui.frontend.client.services that return types with arguments of type GUIDocumentModifier and TypeMethodDescriptionDocuSignService.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<GUIDocument[]> callback) DocumentService.bulkUpdate(Long[] ids, GUIDocument vo, boolean ignoreEmptyFields) Applies to a selection of documents all the given datavoidDocumentServiceAsync.bulkUpdate(Long[] ids, GUIDocument vo, boolean ignoreEmptyFields, com.google.gwt.user.client.rpc.AsyncCallback<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.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.checkin(GUIDocument document, boolean major, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback) voidGDriveServiceAsync.checkin(long docId, String comment, 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(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(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) 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.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(Long[] ids, GUIDocument vo, boolean ignoreEmptyFields) DocumentServiceImpl.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(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 with parameters of type GUIDocumentModifier and TypeMethodDescriptionDocumentServiceImpl.addDocuments(boolean importZip, String charset, boolean immediateIndexing, GUIDocument metadata) DocumentServiceImpl.bulkUpdate(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) static DocumentDocumentServiceImpl.toDocument(GUIDocument guiDocument) Produces a plain new Document from a GUIDocumentvoidDocumentServiceImpl.validate(GUIDocument document)