Uses of Class
com.logicaldoc.gui.common.client.beans.GUIDocument
- 
- 
Uses of GUIDocument in com.logicaldoc.gui.common.clientMethods in com.logicaldoc.gui.common.client with parameters of type GUIDocument Modifier and Type Method Description voidSession. 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.beansSubclasses of GUIDocument in com.logicaldoc.gui.common.client.beans Modifier and Type Class Description classGUIVersionRepresents a document versionMethods in com.logicaldoc.gui.common.client.beans that return GUIDocument Modifier and Type Method Description GUIDocument[]GUIWorkflow. getAppendedDocs()GUIDocument[]GUIEmail. getAttachments()GUIDocumentGUICalendarEvent. getDocument(long id)GUIDocument[]GUICalendarEvent. getDocuments()GUIDocument[]GUIResult. getHits()GUIDocumentGUIFolder. newDocument()Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIDocument Modifier and Type Method Description voidGUICalendarEvent. 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.observerMethods in com.logicaldoc.gui.common.client.observer that return GUIDocument Modifier and Type Method Description GUIDocumentDocumentController. getCurrentDocument()Methods in com.logicaldoc.gui.common.client.observer with parameters of type GUIDocument Modifier and Type Method Description voidDocumentController. 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.utilMethods in com.logicaldoc.gui.common.client.util with parameters of type GUIDocument Modifier and Type Method Description static voidDocUtil. markCheckedIn(GUIDocument doc)static voidDocUtil. markCheckedOut(GUIDocument doc)static voidDocUtil. markLocked(GUIDocument doc)static voidDocUtil. markUnlocked(GUIDocument doc)abstract voidDocumentProtectionManager.DocumentProtectionHandler. onUnprotected(GUIDocument document)
- 
Uses of GUIDocument in com.logicaldoc.gui.common.client.websocketsMethods in com.logicaldoc.gui.common.client.websockets that return GUIDocument Modifier and Type Method Description GUIDocumentWebsocketMessage. getDocument()Methods in com.logicaldoc.gui.common.client.websockets with parameters of type GUIDocument Modifier and Type Method Description voidWebsocketMessage. setDocument(GUIDocument document)
- 
Uses of GUIDocument in com.logicaldoc.gui.common.client.widgets.previewConstructors in com.logicaldoc.gui.common.client.widgets.preview with parameters of type GUIDocument Constructor Description MailPreviewPanel(GUIEmail mail, GUIDocument document, int width, int height)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.clipboardMethods in com.logicaldoc.gui.frontend.client.clipboard with parameters of type GUIDocument Modifier and Type Method Description booleanClipboard. add(GUIDocument e)voidClipboardObserver. onAdd(GUIDocument entry)voidClipboardObserver. onRemove(GUIDocument entry)
- 
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.documentMethods in com.logicaldoc.gui.frontend.client.document that return GUIDocument Modifier and Type Method Description GUIDocumentDocumentDetailsPanel. getDocument()GUIDocumentDocumentDetailTab. getDocument()GUIDocumentDocumentsPanel. getSelectedDocument()Methods in com.logicaldoc.gui.frontend.client.document with parameters of type GUIDocument Modifier and Type Method Description voidDocumentDetailsPanel. 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 GUIDocument Constructor Description AliasesPanel(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)DocumentDetailTab(GUIDocument document, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)DocumentExtendedPropertiesPanel(GUIDocument document, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler, com.smartgwt.client.widgets.form.fields.events.ChangedHandler templateChangedHandler)DocumentSubscriptionsPanel(GUIDocument document)DownloadTicketDialog(GUIDocument document)HistoryPanel(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)VersionsPanel(GUIDocument document)
- 
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document.formConstructors in com.logicaldoc.gui.frontend.client.document.form with parameters of type GUIDocument Constructor Description FillForm(GUIDocument document)
- 
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document.gridMethods in com.logicaldoc.gui.frontend.client.document.grid that return GUIDocument Modifier and Type Method Description GUIDocument[]DocumentsGrid. getDocuments()Retrieves all the documents dispalyed in the gridGUIDocument[]DocumentsListGrid. getDocuments()GUIDocument[]DocumentsTileGrid. getDocuments()GUIDocumentDocumentsGrid. getSelectedDocument()Gets a bean representation of the currently selected item (not all properties are populated)GUIDocumentDocumentsListGrid. getSelectedDocument()GUIDocumentDocumentsTileGrid. getSelectedDocument()GUIDocument[]DocumentsGrid. getSelectedDocuments()Gets a bean representation of the currently selected items (not all properties are populated)GUIDocument[]DocumentsListGrid. getSelectedDocuments()GUIDocument[]DocumentsTileGrid. getSelectedDocuments()static GUIDocumentDocumentGridUtil. toDocument(com.smartgwt.client.data.Record record)static GUIDocument[]DocumentGridUtil. toDocuments(com.smartgwt.client.data.Record[] records)Methods in com.logicaldoc.gui.frontend.client.document.grid with parameters of type GUIDocument Modifier and Type Method Description static 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 record)
- 
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document.noteConstructors in com.logicaldoc.gui.frontend.client.document.note with parameters of type GUIDocument Constructor Description AbstractAnnotationsWindow(GUIDocument document, String fileVersion, Collection<String> types)ConstructorAnnotationsWindow(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.signatureConstructors in com.logicaldoc.gui.frontend.client.document.signature with parameters of type GUIDocument Constructor Description DigitalSignaturePanel(GUIDocument document)
- 
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document.splitConstructors in com.logicaldoc.gui.frontend.client.document.split with parameters of type GUIDocument Constructor Description SplitDialog(GUIDocument document)
- 
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document.updateMethods in com.logicaldoc.gui.frontend.client.document.update that return GUIDocument Modifier and Type Method Description GUIDocumentUpdatePanel. getDocument()Constructors in com.logicaldoc.gui.frontend.client.document.update with parameters of type GUIDocument Constructor Description UpdateDialog(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.docusignConstructors in com.logicaldoc.gui.frontend.client.docusign with parameters of type GUIDocument Constructor Description DocuSignTabsEditor(GUIDocument doc)
- 
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.gdriveMethods in com.logicaldoc.gui.frontend.client.gdrive with parameters of type GUIDocument Modifier and Type Method Description voidGDriveCheckin. onCheckin(GUIDocument document, GDriveEditor parentDialog)Constructors in com.logicaldoc.gui.frontend.client.gdrive with parameters of type GUIDocument Constructor Description GDriveCheckin(GUIDocument document, GDriveEditor parentDialog)GDriveEditor(GUIDocument document)
- 
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.menuMethods in com.logicaldoc.gui.frontend.client.menu with parameters of type GUIDocument Modifier and Type Method Description com.smartgwt.client.widgets.menu.MenuMainMenu. buildToolsMenu(GUIFolder folder, GUIDocument document)voidMainMenu. onDocumentBeginEditing(GUIDocument document)voidMainMenu. onDocumentCancelEditing(GUIDocument document)voidMainMenu. onDocumentCheckedIn(GUIDocument document)voidMainMenu. onDocumentCheckedOut(GUIDocument document)voidMainMenu. onDocumentLocked(GUIDocument document)voidMainMenu. onDocumentModified(GUIDocument document)voidMainMenu. onDocumentMoved(GUIDocument document)voidMainMenu. onDocumentsDeleted(GUIDocument[] documents)voidMainMenu. onDocumentSelected(GUIDocument document)voidMainMenu. onDocumentStored(GUIDocument document)voidMainMenu. onDocumentUnlocked(GUIDocument document)
- 
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.panelsMethods in com.logicaldoc.gui.frontend.client.panels with parameters of type GUIDocument Modifier and Type Method Description voidStatusBarIcons. onAdd(GUIDocument entry)voidStatusBarIcons. onRemove(GUIDocument entry)
- 
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.searchMethods in com.logicaldoc.gui.frontend.client.search that return GUIDocument Modifier and Type Method Description GUIDocument[]Search. getLastResult()Methods in com.logicaldoc.gui.frontend.client.search with parameters of type GUIDocument Modifier and Type Method Description voidHitsListPanel. 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.servicesMethods in com.logicaldoc.gui.frontend.client.services that return GUIDocument Modifier and Type Method Description GUIDocument[]DocumentService. addDocuments(boolean importZip, String charset, boolean immediateIndexing, GUIDocument metadata)GUIDocument[]DocumentService. addDocuments(String language, long folderId, boolean importZip, String charset, boolean immediateIndexing, Long templateId)Adds new documents previously uploadedGUIDocument[]DocumentService. bulkUpdate(long[] ids, GUIDocument vo, boolean ignoreEmptyFields)Applies to a selection of documents all the given dataGUIDocumentDocumentService. checkin(GUIDocument document, boolean major)Checks-in a new document versionGUIDocumentGDriveService. checkin(long docId, String comment, boolean major)Performs the check-in of a Google Drives's document into the LogicalDOC repositoryGUIDocumentZohoService. checkin(long docId, String comment, boolean major)Performs the check-in of a Zoho's document into the LogicalDOC repositoryGUIDocumentDocumentService. checkinContent(long docId, String content)Checks-in a new document's text contentGUIDocumentDocumentService. convert(long docId, String fileVersion, String format)Converts a document in a given formatGUIDocumentDocumentService. createDocument(GUIDocument document, String content)Creates a new document with the given text contentGUIDocumentDocumentService. createWithContent(GUIDocument vo, String content)Creates a new empty documentGUIDocumentDocumentService. deleteVersions(long[] ids)Deletes a selection of versionsGUIDocumentDocumentService. getById(long docId)Retrieves a specific document by its IDGUIDocumentDocumentService. merge(long[] docIds, long targetFolderId, String fileName)Merges a set of documents into a single PDFGUIDocumentBarcodeService. process(long docId)Processes the given documentGUIDocumentZonalOCRService. process(long docId)Processes the given documentGUIDocumentDocumentService. promoteVersion(long docId, String version)If you promote a prior version, what it does is make it the default version again.GUIDocumentDocumentService. rename(long documentId, String name)Renames the given documentGUIDocumentDocumentService. replaceAlias(long aliasId)Replaces an alias with a copy of the original fileGUIDocumentDocumentService. save(GUIDocument document)Saves the document in the DBGUIDocumentDocumentService. saveEmailAttachment(long docId, String fileVersion, String attachmentFileName)Extracts an email attachment and saves it in the same folder of the documentGUIDocument[]GDriveService. search(String expression)Search in documents into Google DriveMethods in com.logicaldoc.gui.frontend.client.services that return types with arguments of type GUIDocument Modifier and Type Method Description Collection<GUIDocument>DocuSignService. 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 GUIDocument Modifier and Type Method Description GUIDocument[]DocumentService. 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)GUIDocument[]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)GUIDocumentDocumentService. 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)GUIDocumentDocumentService. 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)GUIDocumentDocumentService. createWithContent(GUIDocument vo, String content)Creates a new empty documentvoidDocumentServiceAsync. createWithContent(GUIDocument vo, String content, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)GUIDocumentDocumentService. 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 GUIDocument Modifier and Type Method Description voidDocumentServiceAsync. 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, 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.textcontentConstructors in com.logicaldoc.gui.frontend.client.textcontent with parameters of type GUIDocument Constructor Description TextContentEditor(GUIDocument document, String content)
- 
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.webcontentConstructors in com.logicaldoc.gui.frontend.client.webcontent with parameters of type GUIDocument Constructor Description WebcontentEditor(GUIDocument document)
- 
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.zohoMethods in com.logicaldoc.gui.frontend.client.zoho with parameters of type GUIDocument Modifier and Type Method Description voidZohoCheckin. onCheckin(GUIDocument document, ZohoEditor parentDialog)Constructors in com.logicaldoc.gui.frontend.client.zoho with parameters of type GUIDocument Constructor Description ZohoCheckin(GUIDocument document, ZohoEditor parentDialog)ZohoEditor(GUIDocument document)
- 
Uses of GUIDocument in com.logicaldoc.web.serviceMethods in com.logicaldoc.web.service that return GUIDocument Modifier and Type Method Description GUIDocument[]DocumentServiceImpl. addDocuments(boolean importZip, String charset, boolean immediateIndexing, GUIDocument metadata)GUIDocument[]DocumentServiceImpl. addDocuments(String language, long folderId, boolean importZip, String charset, boolean immediateIndexing, Long templateId)GUIDocument[]DocumentServiceImpl. bulkUpdate(long[] ids, GUIDocument vo, boolean ignoreEmptyFields)GUIDocumentDocumentServiceImpl. checkin(GUIDocument document, boolean major)GUIDocumentDocumentServiceImpl. checkinContent(long docId, String content)GUIDocumentDocumentServiceImpl. convert(long docId, String fileVersion, String format)GUIDocumentDocumentServiceImpl. createDocument(GUIDocument document, String content)GUIDocumentDocumentServiceImpl. createWithContent(GUIDocument vo, String content)GUIDocumentDocumentServiceImpl. deleteVersions(long[] ids)static GUIDocumentDocumentServiceImpl. fromDocument(Document doc, GUIFolder folder, User sessionUser)GUIDocumentDocumentServiceImpl. getById(long docId)static GUIDocumentDocumentServiceImpl. getDocument(Session session, long docId)GUIDocumentDocumentServiceImpl. merge(long[] docIds, long targetFolderId, String fileName)GUIDocumentDocumentServiceImpl. promoteVersion(long docId, String version)GUIDocumentDocumentServiceImpl. rename(long documentId, String name)GUIDocumentDocumentServiceImpl. replaceAlias(long aliasId)GUIDocumentDocumentServiceImpl. save(GUIDocument guiDocument)GUIDocumentDocumentServiceImpl. saveEmailAttachment(long docId, String fileVersion, String attachmentFileName)Methods in com.logicaldoc.web.service with parameters of type GUIDocument Modifier and Type Method Description GUIDocument[]DocumentServiceImpl. addDocuments(boolean importZip, String charset, boolean immediateIndexing, GUIDocument metadata)GUIDocument[]DocumentServiceImpl. bulkUpdate(long[] ids, GUIDocument vo, boolean ignoreEmptyFields)GUIDocumentDocumentServiceImpl. checkin(GUIDocument document, boolean major)GUIDocumentDocumentServiceImpl. createDocument(GUIDocument document, String content)GUIDocumentDocumentServiceImpl. createWithContent(GUIDocument vo, String content)GUIDocumentDocumentServiceImpl. save(GUIDocument guiDocument)static DocumentDocumentServiceImpl. toDocument(GUIDocument guiDocument)Produces a plain new Document from a GUIDocumentvoidDocumentServiceImpl. validate(GUIDocument document)
 
-