Uses of Class
com.logicaldoc.gui.common.client.beans.GUIDocument
-
-
Uses of GUIDocument in com.logicaldoc.gui.common.client
Methods in com.logicaldoc.gui.common.client that return GUIDocument Modifier and Type Method Description GUIDocumentSession. getCurrentDocument()Methods in com.logicaldoc.gui.common.client with parameters of type GUIDocument Modifier and Type Method Description 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)voidSession. setCurrentDocument(GUIDocument document) -
Uses of GUIDocument in com.logicaldoc.gui.common.client.beans
Subclasses 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()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.observer
Methods in com.logicaldoc.gui.common.client.observer with parameters of type GUIDocument Modifier and Type Method Description voidDocumentController. checkedIn(GUIDocument document)voidDocumentController. checkedOut(GUIDocument document)voidDocumentController. deleted(GUIDocument[] documents)voidDocumentController. locked(GUIDocument document)voidDocumentController. modified(GUIDocument document)voidDocumentController. moved(GUIDocument document)voidDocumentObserver. 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. 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 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.websockets
Methods in com.logicaldoc.gui.common.client.websockets that return GUIDocument Modifier and Type Method Description GUIDocumentEventMessage. getDocument()Methods in com.logicaldoc.gui.common.client.websockets with parameters of type GUIDocument Modifier and Type Method Description voidEventMessage. 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 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.clipboard
Methods 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.document
Methods 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. 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)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)DocumentOCRPanel(GUIDocument document, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler, boolean processButton)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.form
Constructors in com.logicaldoc.gui.frontend.client.document.form with parameters of type GUIDocument Constructor Description FillForm(GUIDocument frm) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document.grid
Methods 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 GUIDocumentGridUtil. toDocument(com.smartgwt.client.data.Record record)static GUIDocument[]GridUtil. 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.ListGridRecordGridUtil. fromDocument(GUIDocument doc)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 voidGridUtil. updateRecord(GUIDocument doc, com.smartgwt.client.data.Record record) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document.note
Constructors in com.logicaldoc.gui.frontend.client.document.note with parameters of type GUIDocument Constructor Description AnnotationsWindow(GUIDocument doc, String fileVer, NotesPanel notesPanel, boolean writeEnabled)NotesPanel(GUIDocument document)VersionNotesWindow(GUIDocument doc, String fileVer) -
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 Constructor Description SignaturePanel(GUIDocument document) -
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 Constructor Description SplitDialog(GUIDocument document) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document.update
Methods 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)UpdateNotificationPanel(GUIDocument document)UpdatePanel(GUIDocument metadata, boolean showNotificationPanel)UpdateStandardPropertiesPanel(GUIDocument document) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.gdrive
Methods 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.menu
Methods in com.logicaldoc.gui.frontend.client.menu with parameters of type GUIDocument Modifier and Type Method Description 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.metadata.form
Methods in com.logicaldoc.gui.frontend.client.metadata.form that return GUIDocument Modifier and Type Method Description GUIDocumentFormDetailsPanel. getForm()Methods in com.logicaldoc.gui.frontend.client.metadata.form with parameters of type GUIDocument Modifier and Type Method Description voidFormDetailsPanel. setForm(GUIDocument form)voidFormsPanel. showFormDetails(GUIDocument form)voidFormsPanel. updateRecord(GUIDocument form)Updates the selected record with new dataConstructors in com.logicaldoc.gui.frontend.client.metadata.form with parameters of type GUIDocument Constructor Description FormEditor(GUIDocument form) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.panels
Methods 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.search
Methods 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. 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 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 uploadedGUIDocumentDocumentService. 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 formatGUIDocumentFormService. create(GUIDocument form)Creates a new formGUIDocumentDocumentService. 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 IDGUIDocumentBarcodeService. 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. 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 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)voidDocumentService. 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<Void> 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)GUIDocumentFormService. create(GUIDocument form)Creates a new formvoidFormServiceAsync. create(GUIDocument form, 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)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)voidFormServiceAsync. create(GUIDocument form, 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)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. 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) -
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.textcontent
Constructors 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.webcontent
Constructors 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.zoho
Methods 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.service
Methods 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)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. promoteVersion(long docId, String version)GUIDocumentDocumentServiceImpl. replaceAlias(long aliasId)GUIDocumentDocumentServiceImpl. save(GUIDocument document)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)voidDocumentServiceImpl. 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 document)
-