Package com.levigo.jadice.web.shared
Class UriHandle
java.lang.Object
com.levigo.jadice.web.shared.model.PageSegmentHandle
com.levigo.jadice.web.shared.PasswordContainingPageSegmentHandle
com.levigo.jadice.web.shared.UriHandle
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
Creates a "DocumentID" to be able to cache the Jadice document on recovering.getUri()
Deprecated.please use #getUris instead.getUris()
void
setAnnotationUrisList
(List<List<String>> annotationUrisList) void
Deprecated.please use #getUris instead.void
toString()
Methods inherited from class com.levigo.jadice.web.shared.PasswordContainingPageSegmentHandle
getPassword, setPassword
Methods inherited from class com.levigo.jadice.web.shared.model.PageSegmentHandle
copyTo, equals, getDocumentLayer, getPageIndex, getPageSegmentUUID, hashCode, init, setDocumentLayer, setPageIndex, setPageSegmentUUID
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
UriHandle
public UriHandle()Deprecated.NoArgsConstructor for Serialization. -
UriHandle
-
UriHandle
-
-
Method Details
-
getUris
-
setUris
-
getAnnotationUrisList
-
setAnnotationUrisList
-
getUri
Deprecated.please use #getUris instead. This method will be removed in a future version. -
setUri
Deprecated.please use #getUris instead. This method will be removed in a future version. -
getIdentifier
Description copied from class:PageSegmentHandle
Creates 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:
getIdentifier
in classPageSegmentHandle
- Returns:
- The unique DocumentID of the document associated with this
PageSegment
.
-
copy
- Specified by:
copy
in classPageSegmentHandle
-
toString
- Overrides:
toString
in classPageSegmentHandle
-