Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.annotations.api
Interface UriResolver

All Known Implementing Classes:
DefaultNuxeoUriResolver, DefaultUriResolver

public interface UriResolver

Author:
Alexandre Russel

Method Summary
 String getBaseUrl(URI uri)
           
 List<URI> getSearchURI(URI uri)
           
 URI translateFromGraphURI(URI uri, String baseUrl)
           
 URI translateToGraphURI(URI uri)
           
 

Method Detail

translateToGraphURI

URI translateToGraphURI(URI uri)
                        throws AnnotationException
Throws:
AnnotationException

translateFromGraphURI

URI translateFromGraphURI(URI uri,
                          String baseUrl)
                          throws AnnotationException
Throws:
AnnotationException

getBaseUrl

String getBaseUrl(URI uri)
                  throws AnnotationException
Throws:
AnnotationException

getSearchURI

List<URI> getSearchURI(URI uri)
                       throws AnnotationException
Throws:
AnnotationException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.