java.lang.Object
com.levigo.jadice.web.shared.model.document.snapshot.DocumentSnapshot

public class DocumentSnapshot extends Object
Contains information to synchronize a client-side document with the Server. Instances of this class are sent from client to server to perform server-side operations on the document identified by the DocumentSnapshot's data.
  • Constructor Details

    • DocumentSnapshot

      public DocumentSnapshot()
  • Method Details

    • getOriginalStructure

      public Source getOriginalStructure()
    • setOriginalStructure

      public void setOriginalStructure(Source source)
    • getDocumentProperties

      public ArrayList<com.levigo.jadice.web.shared.service.internal.read.PropertiesReadResult> getDocumentProperties()
    • setDocumentProperties

      public void setDocumentProperties(ArrayList<com.levigo.jadice.web.shared.service.internal.read.PropertiesReadResult> documentProperties)
    • getPageProperties

      public ArrayList<com.levigo.jadice.web.shared.service.internal.read.PropertiesReadResult> getPageProperties()
    • setPageProperties

      public void setPageProperties(ArrayList<com.levigo.jadice.web.shared.service.internal.read.PropertiesReadResult> pageProperties)
    • getAnnotationPageSegments

      public ArrayList<com.levigo.jadice.web.shared.model.document.snapshot.internal.ChangedAnnoSegmentInfo> getAnnotationPageSegments()
    • setAnnotationPageSegments

      public void setAnnotationPageSegments(ArrayList<com.levigo.jadice.web.shared.model.document.snapshot.internal.ChangedAnnoSegmentInfo> annotationPageSegments)
    • getChangeSet

      public com.levigo.jadice.web.shared.model.document.snapshot.internal.ChangeSet<Page> getChangeSet()
    • setChangeSet

      public void setChangeSet(com.levigo.jadice.web.shared.model.document.snapshot.internal.ChangeSet<Page> changeSet)
    • getFirstPageSegmentHandle

      public PageSegmentHandle getFirstPageSegmentHandle()
    • setFirstPageSegmentHandle

      public void setFirstPageSegmentHandle(PageSegmentHandle firstPageSegmentHandle)