Uses of Class
com.levigo.jadice.web.client.messaging.SourceDTO
Packages that use SourceDTO
-
Uses of SourceDTO in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return SourceDTOModifier and TypeMethodDescriptionstatic SourceDTO
static SourceDTO
static SourceDTO
BasicDocumentDTO.getOriginalReadStructure()
DocumentSnapshotDTO.getOriginalStructure()
Methods in com.levigo.jadice.web.client.messaging with parameters of type SourceDTOModifier and TypeMethodDescriptionstatic BasicDocumentDTO
BasicDocumentDTO.create
(String name, String state, SourceDTO originalReadStructure, com.google.gwt.core.client.JsArray<PageDTO> pages, UserPropertiesDTO userProperties, com.google.gwt.core.client.JsArray<PermissionsDTO> permissions) static 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) void
BasicDocumentDTO.setOriginalReadStructure
(SourceDTO originalReadStructure) void
DocumentSnapshotDTO.setOriginalStructure
(SourceDTO originalStructure) static Source