Uses of Class
com.emc.documentum.rest.context.ResourceUriBuilder
Package
Description
-
Uses of ResourceUriBuilder in com.emc.documentum.rest.context
Modifier and TypeMethodDescriptionResourceUriBuilder.asTemplate
(String... templateParams) Force this resource URI to be normalized as an URI template.Specify the base URI for the builder when required.Specify the extension for the builder when required.ResourceUriBuilder.noHrefTemplate()
Resource URI is bound with controller.static ResourceUriBuilder
ResourceUriBuilder.onResource
(Class<?> controller) Create the resource URI builder from a resource controller.static ResourceUriBuilder
ResourceUriBuilder.onResource
(String resource) Create the resource URI builder from a resource.static ResourceUriBuilder
ResourceUriBuilder.onTemplate
(String templateName) Create the resource URI builder from a custom URI template in YAML.ResourceUriBuilder.pathVariable
(boolean safeEncoding, String pathVariable) Specify the path variable for the given resource URI template.ResourceUriBuilder.pathVariable
(String pathVariable) Specify the path variable for the given resource URI template.ResourceUriBuilder.pathVariables
(String... pathVariables) Specify the path variable values for the given resource URI template.ResourceUriBuilder.queryParam
(String key, Object value) Specify the single query parameter for the resource URI.ResourceUriBuilder.queryParams
(Map<String, String> parameters) Specify the query queryParams for the resource URI.ResourceUriBuilder.relative()
Whether force to make relative URI.ResourceUriBuilder.repository
(String repository) Specify the repository name for the builder when required.Specify the base URI information, including base URI and format extenstion.ResourceUriBuilder.validate
(boolean validate) Whether validate the resource when building the URI. -
Uses of ResourceUriBuilder in com.emc.documentum.rest.view
Modifier and TypeMethodDescriptionprotected ResourceUriBuilder
LinkableView.idUriBuilder
(String resource, String id) Get resource URI builder for id attribute as the path variable.protected ResourceUriBuilder
LinkableView.nameUriBuilder
(String resource, String name) Get resource URI builder for name attribute as the path variable.protected ResourceUriBuilder
FeedableView.uriBuilder
(String resource) Get resource URI builderprotected ResourceUriBuilder
LinkableView.uriBuilder
(String resource) Get resource URI builder for a resource. -
Uses of ResourceUriBuilder in com.emc.documentum.rest.view.impl
Modifier and TypeMethodDescriptionprotected ResourceUriBuilder
PersistentLinkableView.idUriBuilder
(String resource)