Package com.emc.documentum.rest.view
Class LegacyLinkableView
java.lang.Object
com.emc.documentum.rest.view.LegacyLinkableView
- Direct Known Subclasses:
LinkableView
Deprecated.
use LinkableView instead
The deprecated linkable view
-
Field Summary
Modifier and TypeFieldDescriptionprotected UriFactory
Deprecated.protected UriFactory
Deprecated. -
Constructor Summary
ModifierConstructorDescriptionprotected
LegacyLinkableView
(String repositoryName, UriInfo uriInfo) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected UriFactory
Deprecated.Please useResourceUriBuilder
instead to build resource URIs.protected UriFactory
getUriFactory
(boolean validate) Deprecated.Please useLinkableView.uriBuilder(String)
to build links.protected UriFactory
Deprecated.Please useLinkableView.uriBuilder(String)
to build links.
-
Field Details
-
uriFactory
Deprecated. -
uriFactoryNoValidation
Deprecated.
-
-
Constructor Details
-
LegacyLinkableView
Deprecated.the constructor- Parameters:
repositoryName
- the name of the repositoryuriInfo
- the uri info
-
-
Method Details
-
getUriFactory
Deprecated.Please useLinkableView.uriBuilder(String)
to build links.Get the URI factory to build resource URIs.- Parameters:
validate
- explicitly specify whether to enforce validation on resource URI. When the validation is ON, the returning URI isBaseUriFactory.INACTIVE_URL
if the corresponding resource for the URI is inactive. When validation is OFF, the returning URI is the designed URI for the URI template.- Returns:
- the URI factory
-
getUriFactory
Deprecated.Please useResourceUriBuilder
instead to build resource URIs.Get the URI factory to build resource URIs. The validation of the resource URI is implicitly controlled by the global settingHttpConfig.validateLinkRelation()
- Returns:
- the URI factory
- See Also:
-
getUriFactoryWithoutValidation
Deprecated.Please useLinkableView.uriBuilder(String)
to build links.Get the URI factory without validating the URI's accessibility.- Returns:
- the URI factory
-