Uses of Class
com.emc.documentum.rest.http.UriInfo
Package
Description
-
Uses of UriInfo in com.emc.documentum.rest.context
Modifier and TypeMethodDescriptionSpecify the base URI information, including base URI and format extenstion. -
Uses of UriInfo in com.emc.documentum.rest.controller
Modifier and TypeMethodDescriptionprotected <T extends Linkable>
TAbstractController.getRenderedObject
(String repositoryName, T object, boolean links, UriInfo uriInfo, Map<String, Object> others) Get the rendered linkable object from the view definition.AbstractController.getRenderedPage
(String repositoryName, Page<T> page, boolean links, boolean inline, UriInfo uriInfo, Map<String, Object> others) Get the rendered atom feed from the view definition. -
Uses of UriInfo in com.emc.documentum.rest.http
-
Uses of UriInfo in com.emc.documentum.rest.paging
-
Uses of UriInfo in com.emc.documentum.rest.view
Modifier and TypeFieldDescriptionprotected UriInfo
FeedableView.uriInfo
protected UriInfo
LinkableView.uriInfo
Modifier and TypeMethodDescriptionFeedableView.getUriInfo()
Return the URI info from the constructor parameterUriInfo
.ModifierConstructorDescriptionEntryableView
(T serializableData, UriInfo uriInfo, String repositoryName, Boolean returnLinks, Map<String, Object> others) Constructor of the entryable view.FeedableView
(Page<T> page, UriInfo uriInfo, String repositoryName, Boolean returnLinks, Map<String, Object> others) Constructor of the feedable viewprotected
LegacyLinkableView
(String repositoryName, UriInfo uriInfo) Deprecated.LinkableView
(T serializableData, UriInfo uriInfo, String repositoryName, Boolean returnLinks, Map<String, Object> others) Constructor of the linkable view. -
Uses of UriInfo in com.emc.documentum.rest.view.impl
ModifierConstructorDescriptionDefaultFeedView
(Page<T> page, UriInfo uriInfo, String repositoryName, Boolean returnLinks, Map<String, Object> others) The parameterized constructor.PersistentLinkableView
(T persistentObject, UriInfo uriInfo, String repositoryName, Boolean returnLinks, Map<String, Object> others) The parameterized constructor.