Class DocumentSnapshot
java.lang.Object
com.levigo.jadice.web.shared.model.document.snapshot.DocumentSnapshot
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionArrayList
<com.levigo.jadice.web.shared.model.document.snapshot.internal.ChangedAnnoSegmentInfo> com.levigo.jadice.web.shared.model.document.snapshot.internal.ChangeSet
<Page> ArrayList
<com.levigo.jadice.web.shared.service.internal.read.PropertiesReadResult> ArrayList
<com.levigo.jadice.web.shared.service.internal.read.PropertiesReadResult> void
setAnnotationPageSegments
(ArrayList<com.levigo.jadice.web.shared.model.document.snapshot.internal.ChangedAnnoSegmentInfo> annotationPageSegments) void
setChangeSet
(com.levigo.jadice.web.shared.model.document.snapshot.internal.ChangeSet<Page> changeSet) void
setDocumentProperties
(ArrayList<com.levigo.jadice.web.shared.service.internal.read.PropertiesReadResult> documentProperties) void
setFirstPageSegmentHandle
(PageSegmentHandle firstPageSegmentHandle) void
setOriginalStructure
(Source source) void
setPageProperties
(ArrayList<com.levigo.jadice.web.shared.service.internal.read.PropertiesReadResult> pageProperties)
-
Constructor Details
-
DocumentSnapshot
public DocumentSnapshot()
-
-
Method Details
-
getOriginalStructure
-
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
-
getFirstPageSegmentHandle
-