Class AnnotationPermissionHandle
java.lang.Object
com.levigo.jadice.web.shared.model.PageSegmentHandle
com.levigo.jadice.web.demo.common.shared.annotation.AnnotationPermissionHandle
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.AnnotationPermissionHandle(AnnoFormatPermission annoFormatPermission) -
Method Summary
Modifier and TypeMethodDescriptioncopy()Creates a "DocumentID" to be able to cache the Jadice document on recovering.Methods inherited from class com.levigo.jadice.web.shared.model.PageSegmentHandle
copyTo, equals, getDocumentLayer, getPageIndex, getPageSegmentUUID, hashCode, init, setDocumentLayer, setPageIndex, setPageSegmentUUID, toString
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
AnnotationPermissionHandle
Deprecated.
-
-
Method Details
-
getIdentifier
Description copied from class:PageSegmentHandleCreates a "DocumentID" to be able to cache the Jadice document on recovering. NOTE: The Identifier represents the ID of the Document, not thePageSegment!- Specified by:
getIdentifierin classPageSegmentHandle- Returns:
- The unique DocumentID of the document associated with this
PageSegment.
-
copy
- Specified by:
copyin classPageSegmentHandle
-
getAnnoFormatPermission
-