Uses of Class
com.emc.documentum.rest.http.UriInfo
Packages that use UriInfo
Package
Description
-
Uses of UriInfo in com.emc.documentum.rest.context
Methods in com.emc.documentum.rest.context with parameters of type UriInfoModifier and TypeMethodDescriptionSpecify the base URI information, including base URI and format extenstion. -
Uses of UriInfo in com.emc.documentum.rest.controller
Methods in com.emc.documentum.rest.controller with parameters of type UriInfoModifier 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
Methods in com.emc.documentum.rest.http with parameters of type UriInfo -
Uses of UriInfo in com.emc.documentum.rest.paging
Methods in com.emc.documentum.rest.paging that return UriInfoConstructors in com.emc.documentum.rest.paging with parameters of type UriInfo -
Uses of UriInfo in com.emc.documentum.rest.view
Fields in com.emc.documentum.rest.view declared as UriInfoModifier and TypeFieldDescriptionprotected UriInfo
FeedableView.uriInfo
protected UriInfo
LinkableView.uriInfo
Methods in com.emc.documentum.rest.view that return UriInfoModifier and TypeMethodDescriptionFeedableView.getUriInfo()
Return the URI info from the constructor parameterUriInfo
.Constructors in com.emc.documentum.rest.view with parameters of type UriInfoModifierConstructorDescriptionEntryableView
(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
Constructors in com.emc.documentum.rest.view.impl with parameters of type UriInfoModifierConstructorDescriptionDefaultFeedView
(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.