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 SourceDTOstatic SourceDTOstatic SourceDTOBasicDocumentDTO.getOriginalReadStructure()DocumentSnapshotDTO.getOriginalStructure()Methods in com.levigo.jadice.web.client.messaging with parameters of type SourceDTOModifier and TypeMethodDescriptionstatic BasicDocumentDTOBasicDocumentDTO.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 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) voidBasicDocumentDTO.setOriginalReadStructure(SourceDTO originalReadStructure) voidDocumentSnapshotDTO.setOriginalStructure(SourceDTO originalStructure) static Source