public class DefaultNuxeoUriResolver extends Object implements UriResolver
| Constructor and Description |
|---|
DefaultNuxeoUriResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl(URI uri) |
DocumentLocation |
getDocumentLocation(URI uri) |
DocumentRef |
getDocumentRef(URI uri) |
List<URI> |
getSearchURI(URI uri) |
URI |
getUri(DocumentView view,
String baseUrl) |
URI |
translateFromGraphURI(URI uri,
String baseUrl) |
URI |
translateToGraphURI(URI uri) |
public List<URI> getSearchURI(URI uri) throws AnnotationException
getSearchURI in interface UriResolverAnnotationExceptionpublic URI translateFromGraphURI(URI uri, String baseUrl) throws AnnotationException
translateFromGraphURI in interface UriResolverAnnotationExceptionpublic URI translateToGraphURI(URI uri) throws AnnotationException
translateToGraphURI in interface UriResolverAnnotationExceptionpublic String getBaseUrl(URI uri) throws AnnotationException
getBaseUrl in interface UriResolverAnnotationExceptionpublic DocumentRef getDocumentRef(URI uri) throws AnnotationException
AnnotationExceptionpublic DocumentLocation getDocumentLocation(URI uri) throws AnnotationException
AnnotationExceptionpublic URI getUri(DocumentView view, String baseUrl) throws URISyntaxException
URISyntaxExceptionCopyright © 2013 Nuxeo SA. All Rights Reserved.