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> voidsetAnnotationPageSegments(ArrayList<com.levigo.jadice.web.shared.model.document.snapshot.internal.ChangedAnnoSegmentInfo> annotationPageSegments) voidsetChangeSet(com.levigo.jadice.web.shared.model.document.snapshot.internal.ChangeSet<Page> changeSet) voidsetDocumentProperties(ArrayList<com.levigo.jadice.web.shared.service.internal.read.PropertiesReadResult> documentProperties) voidsetFirstPageSegmentHandle(PageSegmentHandle firstPageSegmentHandle) voidsetOriginalStructure(Source source) voidsetPageProperties(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
-