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 GUIDocument
Session. getCurrentDocument()
Methods in com.logicaldoc.gui.common.client with parameters of type GUIDocument Modifier and Type Method Description void
Session. onDocumentCheckedIn(GUIDocument document)
void
Session. onDocumentCheckedOut(GUIDocument document)
void
Session. onDocumentLocked(GUIDocument document)
void
Session. onDocumentModified(GUIDocument document)
void
Session. onDocumentMoved(GUIDocument document)
void
Session. onDocumentsDeleted(GUIDocument[] documents)
void
Session. onDocumentSelected(GUIDocument document)
void
Session. onDocumentStored(GUIDocument document)
void
Session. onDocumentUnlocked(GUIDocument document)
void
Session. 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 class
GUIVersion
Represents a document versionMethods in com.logicaldoc.gui.common.client.beans that return GUIDocument Modifier and Type Method Description GUIDocument[]
GUIWorkflow. getAppendedDocs()
GUIDocument[]
GUIEmail. getAttachments()
GUIDocument
GUICalendarEvent. 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 void
GUICalendarEvent. addDocument(GUIDocument newDoc)
void
GUIWorkflow. setAppendedDocs(GUIDocument[] appendedDocs)
void
GUIEmail. setAttachments(GUIDocument[] attachments)
void
GUICalendarEvent. setDocuments(GUIDocument[] documents)
void
GUIResult. 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 void
DocumentController. checkedIn(GUIDocument document)
void
DocumentController. checkedOut(GUIDocument document)
void
DocumentController. deleted(GUIDocument[] documents)
void
DocumentController. locked(GUIDocument document)
void
DocumentController. modified(GUIDocument document)
void
DocumentController. moved(GUIDocument document)
void
DocumentObserver. onDocumentCheckedIn(GUIDocument document)
Invoked after the document's checkinvoid
DocumentObserver. onDocumentCheckedOut(GUIDocument document)
Invoked after the document's checkoutvoid
DocumentObserver. onDocumentLocked(GUIDocument document)
Invoked after the document is lockedvoid
DocumentObserver. onDocumentModified(GUIDocument document)
Invoked after the document's properties has been changedvoid
DocumentObserver. onDocumentMoved(GUIDocument document)
Invoked after the document has been storedvoid
DocumentObserver. onDocumentsDeleted(GUIDocument[] documents)
Invoked after the document has been deletedvoid
DocumentObserver. onDocumentSelected(GUIDocument document)
Invoked when a document is selectedvoid
DocumentObserver. onDocumentStored(GUIDocument document)
Invoked after the document has been storedvoid
DocumentObserver. onDocumentUnlocked(GUIDocument document)
Invoked after the document is unlockedvoid
DocumentController. selected(GUIDocument document)
void
DocumentController. stored(GUIDocument document)
void
DocumentController. 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 void
DocUtil. markCheckedIn(GUIDocument doc)
static void
DocUtil. markCheckedOut(GUIDocument doc)
static void
DocUtil. markLocked(GUIDocument doc)
static void
DocUtil. markUnlocked(GUIDocument doc)
abstract void
DocumentProtectionManager.DocumentProtectionHandler. onUnprotected(GUIDocument document)
-
Uses of GUIDocument in com.logicaldoc.gui.common.client.websockets
Methods in com.logicaldoc.gui.common.client.websockets that return GUIDocument Modifier and Type Method Description GUIDocument
EventMessage. getDocument()
Methods in com.logicaldoc.gui.common.client.websockets with parameters of type GUIDocument Modifier and Type Method Description void
EventMessage. 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 boolean
Clipboard. add(GUIDocument e)
void
ClipboardObserver. onAdd(GUIDocument entry)
void
ClipboardObserver. onRemove(GUIDocument entry)
-
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.document
Methods in com.logicaldoc.gui.frontend.client.document that return GUIDocument Modifier and Type Method Description GUIDocument
DocumentDetailsPanel. getDocument()
GUIDocument
DocumentDetailTab. getDocument()
GUIDocument
DocumentsPanel. getSelectedDocument()
Methods in com.logicaldoc.gui.frontend.client.document with parameters of type GUIDocument Modifier and Type Method Description void
DocumentDetailsPanel. onDocumentCheckedIn(GUIDocument document)
void
DocumentsPanel. onDocumentCheckedIn(GUIDocument document)
void
DocumentDetailsPanel. onDocumentCheckedOut(GUIDocument document)
void
DocumentsPanel. onDocumentCheckedOut(GUIDocument document)
void
DocumentDetailsPanel. onDocumentLocked(GUIDocument document)
void
DocumentsPanel. onDocumentLocked(GUIDocument document)
void
DocumentDetailsPanel. onDocumentModified(GUIDocument document)
void
DocumentsPanel. onDocumentModified(GUIDocument document)
void
DocumentDetailsPanel. onDocumentMoved(GUIDocument document)
void
DocumentsPanel. onDocumentMoved(GUIDocument document)
void
DocumentDetailsPanel. onDocumentsDeleted(GUIDocument[] documents)
void
DocumentsPanel. onDocumentsDeleted(GUIDocument[] documents)
void
DocumentDetailsPanel. onDocumentSelected(GUIDocument document)
void
DocumentsPanel. onDocumentSelected(GUIDocument document)
void
DocumentDetailsPanel. onDocumentStored(GUIDocument document)
void
DocumentsPanel. onDocumentStored(GUIDocument document)
void
DocumentDetailsPanel. onDocumentUnlocked(GUIDocument document)
void
DocumentsPanel. onDocumentUnlocked(GUIDocument document)
void
DocumentDetailsPanel. setDocument(GUIDocument document)
void
DocumentsPreviewPanel. setDocument(GUIDocument document)
void
DocumentToolbar. update(GUIDocument document, GUIFolder folder)
Updates the toolbar state on the basis of the passed document and/or 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()
GUIDocument
DocumentsGrid. getSelectedDocument()
Gets a bean representation of the currently selected item (not all properties are populated)GUIDocument
DocumentsListGrid. getSelectedDocument()
GUIDocument
DocumentsTileGrid. 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 GUIDocument
GridUtil. 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.ListGridRecord
GridUtil. fromDocument(GUIDocument doc)
void
DocumentsListGrid. onDocumentCheckedIn(GUIDocument document)
void
DocumentsTileGrid. onDocumentCheckedIn(GUIDocument document)
void
DocumentsListGrid. onDocumentCheckedOut(GUIDocument document)
void
DocumentsTileGrid. onDocumentCheckedOut(GUIDocument document)
void
DocumentsListGrid. onDocumentLocked(GUIDocument document)
void
DocumentsTileGrid. onDocumentLocked(GUIDocument document)
void
DocumentsListGrid. onDocumentModified(GUIDocument document)
void
DocumentsTileGrid. onDocumentModified(GUIDocument document)
void
DocumentsListGrid. onDocumentMoved(GUIDocument document)
void
DocumentsTileGrid. onDocumentMoved(GUIDocument document)
void
DocumentsListGrid. onDocumentsDeleted(GUIDocument[] documents)
void
DocumentsTileGrid. onDocumentsDeleted(GUIDocument[] documents)
void
DocumentsListGrid. onDocumentSelected(GUIDocument document)
void
DocumentsTileGrid. onDocumentSelected(GUIDocument document)
void
DocumentsListGrid. onDocumentStored(GUIDocument document)
void
DocumentsTileGrid. onDocumentStored(GUIDocument document)
void
DocumentsListGrid. onDocumentUnlocked(GUIDocument document)
void
DocumentsTileGrid. onDocumentUnlocked(GUIDocument document)
void
DocumentsGrid. setDocuments(GUIDocument[] documents)
Forces the records in the gridvoid
DocumentsListGrid. setDocuments(GUIDocument[] documents)
void
DocumentsTileGrid. setDocuments(GUIDocument[] documents)
void
DocumentsGrid. updateDocument(GUIDocument document)
Updates the visualization of the proper document elementvoid
DocumentsListGrid. updateDocument(GUIDocument document)
void
DocumentsTileGrid. updateDocument(GUIDocument document)
static void
GridUtil. 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 AbstractAnnotationsWindow(GUIDocument document, String fileVersion, Collection<String> types)
ConstructorAnnotationsWindow(GUIDocument doc, String fileVer, NotesPanel notesPanel, boolean writeEnabled)
ConstructorNotesPanel(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 GUIDocument
UpdatePanel. 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.docusign
Constructors 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.gdrive
Methods in com.logicaldoc.gui.frontend.client.gdrive with parameters of type GUIDocument Modifier and Type Method Description void
GDriveCheckin. 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 void
MainMenu. onDocumentCheckedIn(GUIDocument document)
void
MainMenu. onDocumentCheckedOut(GUIDocument document)
void
MainMenu. onDocumentLocked(GUIDocument document)
void
MainMenu. onDocumentModified(GUIDocument document)
void
MainMenu. onDocumentMoved(GUIDocument document)
void
MainMenu. onDocumentsDeleted(GUIDocument[] documents)
void
MainMenu. onDocumentSelected(GUIDocument document)
void
MainMenu. onDocumentStored(GUIDocument document)
void
MainMenu. 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 GUIDocument
FormDetailsPanel. getForm()
Methods in com.logicaldoc.gui.frontend.client.metadata.form with parameters of type GUIDocument Modifier and Type Method Description void
FormDetailsPanel. setForm(GUIDocument form)
void
FormsPanel. showFormDetails(GUIDocument form)
void
FormsPanel. 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 void
StatusBarIcons. onAdd(GUIDocument entry)
void
StatusBarIcons. onRemove(GUIDocument entry)
-
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.search
Methods in com.logicaldoc.gui.frontend.client.search that return 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 void
HitsListPanel. onDocumentCheckedIn(GUIDocument document)
void
SearchPanel. onDocumentCheckedIn(GUIDocument document)
void
HitsListPanel. onDocumentCheckedOut(GUIDocument document)
void
SearchPanel. onDocumentCheckedOut(GUIDocument document)
void
HitsListPanel. onDocumentLocked(GUIDocument document)
void
SearchPanel. onDocumentLocked(GUIDocument document)
void
HitsListPanel. onDocumentModified(GUIDocument document)
void
SearchPanel. onDocumentModified(GUIDocument document)
void
HitsListPanel. onDocumentMoved(GUIDocument document)
void
SearchPanel. onDocumentMoved(GUIDocument document)
void
HitsListPanel. onDocumentsDeleted(GUIDocument[] documents)
void
SearchPanel. onDocumentsDeleted(GUIDocument[] documents)
void
HitsListPanel. onDocumentSelected(GUIDocument document)
void
SearchPanel. onDocumentSelected(GUIDocument document)
void
HitsListPanel. onDocumentStored(GUIDocument document)
void
SearchPanel. onDocumentStored(GUIDocument document)
void
HitsListPanel. onDocumentUnlocked(GUIDocument document)
void
SearchPanel. onDocumentUnlocked(GUIDocument document)
-
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 uploadedGUIDocument
DocumentService. checkin(GUIDocument document, boolean major)
Checks-in a new document versionGUIDocument
GDriveService. checkin(long docId, String comment, boolean major)
Performs the check-in of a Google Drives's document into the LogicalDOC repositoryGUIDocument
ZohoService. checkin(long docId, String comment, boolean major)
Performs the check-in of a Zoho's document into the LogicalDOC repositoryGUIDocument
DocumentService. checkinContent(long docId, String content)
Checks-in a new document's text contentGUIDocument
DocumentService. convert(long docId, String fileVersion, String format)
Converts a document in a given formatGUIDocument
FormService. create(GUIDocument form)
Creates a new formGUIDocument
DocumentService. createDocument(GUIDocument document, String content)
Creates a new document with the given text contentGUIDocument
DocumentService. createWithContent(GUIDocument vo, String content)
Creates a new empty documentGUIDocument
DocumentService. deleteVersions(long[] ids)
Deletes a selection of versionsGUIDocument
DocumentService. getById(long docId)
Retrieves a specific document by its IDGUIDocument
BarcodeService. process(long docId)
Processes the given documentGUIDocument
ZonalOCRService. process(long docId)
Processes the given documentGUIDocument
DocumentService. promoteVersion(long docId, String version)
If you promote a prior version, what it does is make it the default version again.GUIDocument
DocumentService. replaceAlias(long aliasId)
Replaces an alias with a copy of the original fileGUIDocument
DocumentService. save(GUIDocument document)
Saves the document in the DBGUIDocument
DocumentService. 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)
void
DocumentServiceAsync. addDocuments(boolean importZip, String charset, boolean immediateIndexing, GUIDocument metadata, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument[]> callback)
void
DocumentService. bulkUpdate(long[] ids, GUIDocument vo, boolean ignoreEmptyFields)
Applies to a selection of documents all the given datavoid
DocumentServiceAsync. bulkUpdate(long[] ids, GUIDocument vo, boolean ignoreEmptyFields, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
GUIDocument
DocumentService. checkin(GUIDocument document, boolean major)
Checks-in a new document versionvoid
DocumentServiceAsync. checkin(GUIDocument document, boolean major, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
GUIDocument
FormService. create(GUIDocument form)
Creates a new formvoid
FormServiceAsync. create(GUIDocument form, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
GUIDocument
DocumentService. createDocument(GUIDocument document, String content)
Creates a new document with the given text contentvoid
DocumentServiceAsync. createDocument(GUIDocument document, String content, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
GUIDocument
DocumentService. createWithContent(GUIDocument vo, String content)
Creates a new empty documentvoid
DocumentServiceAsync. createWithContent(GUIDocument vo, String content, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
GUIDocument
DocumentService. save(GUIDocument document)
Saves the document in the DBvoid
DocumentServiceAsync. 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 void
DocumentServiceAsync. checkin(GUIDocument document, boolean major, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
void
GDriveServiceAsync. checkin(long docId, String comment, boolean major, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
void
ZohoServiceAsync. checkin(long docId, String comment, boolean major, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
void
DocumentServiceAsync. checkinContent(long docId, String content, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
void
DocumentServiceAsync. convert(long docId, String fileVersion, String format, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
void
FormServiceAsync. create(GUIDocument form, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
void
DocumentServiceAsync. createDocument(GUIDocument document, String content, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
void
DocumentServiceAsync. createWithContent(GUIDocument vo, String content, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
void
DocumentServiceAsync. deleteVersions(long[] ids, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
void
DocumentServiceAsync. getById(long docId, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
void
BarcodeServiceAsync. process(long docId, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
void
ZonalOCRServiceAsync. process(long docId, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
void
DocumentServiceAsync. promoteVersion(long docId, String version, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
void
DocumentServiceAsync. replaceAlias(long aliasId, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
void
DocumentServiceAsync. save(GUIDocument document, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
void
DocumentServiceAsync. saveEmailAttachment(long docId, String fileVersion, String attachmentFileName, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
void
DocuSignServiceAsync. validateEnvelope(Collection<Long> docIds, com.google.gwt.user.client.rpc.AsyncCallback<Collection<GUIDocument>> callback)
-
Uses of GUIDocument in com.logicaldoc.gui.frontend.client.textcontent
Constructors in com.logicaldoc.gui.frontend.client.textcontent with parameters of type GUIDocument 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 void
ZohoCheckin. 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)
GUIDocument
DocumentServiceImpl. checkin(GUIDocument document, boolean major)
GUIDocument
DocumentServiceImpl. checkinContent(long docId, String content)
GUIDocument
DocumentServiceImpl. convert(long docId, String fileVersion, String format)
GUIDocument
DocumentServiceImpl. createDocument(GUIDocument document, String content)
GUIDocument
DocumentServiceImpl. createWithContent(GUIDocument vo, String content)
GUIDocument
DocumentServiceImpl. deleteVersions(long[] ids)
static GUIDocument
DocumentServiceImpl. fromDocument(Document doc, GUIFolder folder, User sessionUser)
GUIDocument
DocumentServiceImpl. getById(long docId)
static GUIDocument
DocumentServiceImpl. getDocument(Session session, long docId)
GUIDocument
DocumentServiceImpl. promoteVersion(long docId, String version)
GUIDocument
DocumentServiceImpl. replaceAlias(long aliasId)
GUIDocument
DocumentServiceImpl. save(GUIDocument document)
GUIDocument
DocumentServiceImpl. 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)
void
DocumentServiceImpl. bulkUpdate(long[] ids, GUIDocument vo, boolean ignoreEmptyFields)
GUIDocument
DocumentServiceImpl. checkin(GUIDocument document, boolean major)
GUIDocument
DocumentServiceImpl. createDocument(GUIDocument document, String content)
GUIDocument
DocumentServiceImpl. createWithContent(GUIDocument vo, String content)
GUIDocument
DocumentServiceImpl. save(GUIDocument document)
-