Uses of Class
com.levigo.jadice.web.client.messaging.DocumentSnapshotDTO
Packages that use DocumentSnapshotDTO
Package
Description
-
Uses of DocumentSnapshotDTO in com.levigo.jadice.web.client.annotation.save
Methods in com.levigo.jadice.web.client.annotation.save that return DocumentSnapshotDTOMethods in com.levigo.jadice.web.client.annotation.save with parameters of type DocumentSnapshotDTOModifier and TypeMethodDescriptionstatic SaveAnnotationsRequestDTOSaveAnnotationsRequestDTO.create(DocumentSnapshotDTO doc, String saveStreamId, String saveAnnotationsHandlerId, String annoFormat) Replacement constructor.voidSaveAnnotationsRequestDTO.setDoc(DocumentSnapshotDTO doc) -
Uses of DocumentSnapshotDTO in com.levigo.jadice.web.client.commands
Methods in com.levigo.jadice.web.client.commands that return DocumentSnapshotDTOModifier and TypeMethodDescriptionprotected DocumentSnapshotDTOAbstractMessagingCapableDocumentCommand.getTransferableDocument() -
Uses of DocumentSnapshotDTO in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return DocumentSnapshotDTOModifier and TypeMethodDescriptionstatic DocumentSnapshotDTODocumentSnapshotDTO.create(PageSegmentHandleDTO firstPageSegmentHandle, SourceDTO originalStructure, com.google.gwt.core.client.JsArray<PropertiesReadResultDTO> documentProperties, com.google.gwt.core.client.JsArray<PropertiesReadResultDTO> pageProperties, com.google.gwt.core.client.JsArray<ChangedAnnoSegmentInfoDTO> annotationPageSegments, com.google.gwt.core.client.JsArray<ChangeDTO> changeSet) static DocumentSnapshotDTODocumentSnapshotDTO.from(DocumentSnapshot object) static DocumentSnapshotDTODocumentSnapshotDTO.fromDocument(Document doc) ExportOperationDTO.getDocument()TextSearchRequestDTO.getDocument()Methods in com.levigo.jadice.web.client.messaging with parameters of type DocumentSnapshotDTOModifier and TypeMethodDescriptionstatic ExportOperationDTOExportOperationDTO.create(DocumentSnapshotDTO document, String type, String downloadPurpose, com.google.gwt.core.client.JsArrayString disabledAnnoTypes) static TextSearchRequestDTOTextSearchRequestDTO.create(String searchString, boolean caseSensitive, boolean wholeWordSearch, boolean wildcard, DocumentSnapshotDTO document) Replacement constructor.static ExportOperationDTOExportOperationDTO.from(DocumentSnapshotDTO document, ExportType type, DownloadPurpose downloadPurpose, List<String> disabledAnnoTypes) voidExportOperationDTO.setDocument(DocumentSnapshotDTO document) voidTextSearchRequestDTO.setDocument(DocumentSnapshotDTO document)