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 UriResolver
AnnotationException
public URI translateFromGraphURI(URI uri, String baseUrl) throws AnnotationException
translateFromGraphURI
in interface UriResolver
AnnotationException
public URI translateToGraphURI(URI uri) throws AnnotationException
translateToGraphURI
in interface UriResolver
AnnotationException
public String getBaseUrl(URI uri) throws AnnotationException
getBaseUrl
in interface UriResolver
AnnotationException
public DocumentRef getDocumentRef(URI uri) throws AnnotationException
AnnotationException
public DocumentLocation getDocumentLocation(URI uri) throws AnnotationException
AnnotationException
public URI getUri(DocumentView view, String baseUrl) throws URISyntaxException
URISyntaxException
Copyright © 2013 Nuxeo SA. All Rights Reserved.