Uses of Class
com.emc.documentum.rest.http.UriFactory
-
Uses of UriFactory in com.emc.documentum.rest.view
Modifier and TypeFieldDescriptionprotected UriFactory
LegacyLinkableView.uriFactory
Deprecated.protected UriFactory
LegacyLinkableView.uriFactoryNoValidation
Deprecated.Modifier and TypeMethodDescriptionprotected UriFactory
FeedableView.getUriFactory()
Deprecated.protected UriFactory
LegacyLinkableView.getUriFactory()
Deprecated.Please useResourceUriBuilder
instead to build resource URIs.protected UriFactory
LegacyLinkableView.getUriFactory
(boolean validate) Deprecated.Please useLinkableView.uriBuilder(String)
to build links.protected UriFactory
LegacyLinkableView.getUriFactoryWithoutValidation()
Deprecated.Please useLinkableView.uriBuilder(String)
to build links.
FeedableView.uriBuilder(String)
to build links.