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()voidsetAnnotationUrisList(List<List<String>> annotationUrisList) voidDeprecated.please use #getUris instead.voidtoString()Methods inherited from class com.levigo.jadice.web.shared.PasswordContainingPageSegmentHandle
getPassword, setPasswordMethods 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: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
-
toString
- Overrides:
toStringin classPageSegmentHandle
-