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 SaveAnnotationsRequestDTO
SaveAnnotationsRequestDTO.create
(DocumentSnapshotDTO doc, String saveStreamId, String saveAnnotationsHandlerId, String annoFormat) Replacement constructor.void
SaveAnnotationsRequestDTO.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 DocumentSnapshotDTO
AbstractMessagingCapableDocumentCommand.getTransferableDocument()
-
Uses of DocumentSnapshotDTO in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return DocumentSnapshotDTOModifier and TypeMethodDescriptionstatic DocumentSnapshotDTO
DocumentSnapshotDTO.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 DocumentSnapshotDTO
DocumentSnapshotDTO.from
(DocumentSnapshot object) static DocumentSnapshotDTO
DocumentSnapshotDTO.fromDocument
(Document doc) ExportOperationDTO.getDocument()
TextSearchRequestDTO.getDocument()
Methods in com.levigo.jadice.web.client.messaging with parameters of type DocumentSnapshotDTOModifier and TypeMethodDescriptionstatic ExportOperationDTO
ExportOperationDTO.create
(DocumentSnapshotDTO document, String type, String downloadPurpose, com.google.gwt.core.client.JsArrayString disabledAnnoTypes) static TextSearchRequestDTO
TextSearchRequestDTO.create
(String searchString, boolean caseSensitive, boolean wholeWordSearch, boolean wildcard, DocumentSnapshotDTO document) Replacement constructor.static ExportOperationDTO
ExportOperationDTO.from
(DocumentSnapshotDTO document, ExportType type, DownloadPurpose downloadPurpose, List<String> disabledAnnoTypes) void
ExportOperationDTO.setDocument
(DocumentSnapshotDTO document) void
TextSearchRequestDTO.setDocument
(DocumentSnapshotDTO document) -
Uses of DocumentSnapshotDTO in com.levigo.jadice.web.demo.enterprise.client.dnd
Methods in com.levigo.jadice.web.demo.enterprise.client.dnd that return DocumentSnapshotDTOMethods in com.levigo.jadice.web.demo.enterprise.client.dnd with parameters of type DocumentSnapshotDTOModifier and TypeMethodDescriptionstatic DnDRequestDTO
DnDRequestDTO.create
(com.google.gwt.core.client.JsArrayNumber selection, String uuid, DocumentSnapshotDTO document) Replacement constructor.static DnDRequestDTO
DnDRequestDTO.create
(Collection<Integer> selection, String uuid, DocumentSnapshotDTO document) void
DnDRequestDTO.setDocument
(DocumentSnapshotDTO document)