| 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface DocumentIdToPathMapper
| Method Summary | |
|---|---|
 java.io.File | 
getDirectory(Publication publication,
             java.lang.String area,
             java.lang.String documentId)
Deprecated. replaced by getDirectory with access to the language Compute the document-path for a given publication, area and document-id. As there are possibly multiple files for the same document-id (for different languages) the return value is a directory.  | 
 java.io.File | 
getDirectory(Publication publication,
             java.lang.String area,
             java.lang.String documentId,
             java.lang.String language)
Compute the document-path for a given publication, area and document-id.  | 
 java.io.File | 
getFile(Publication publication,
        java.lang.String area,
        java.lang.String documentId,
        java.lang.String language)
Compute the document-path for a given publication, area, document-id and language  | 
 java.lang.String | 
getPath(java.lang.String documentId,
        java.lang.String language)
Compute the document-path for a given publication, area and document-id.  | 
| Method Detail | 
|---|
java.lang.String getPath(java.lang.String documentId,
                         java.lang.String language)
documentId - the document-id of the documentlanguage - the language of the document
java.io.File getFile(Publication publication,
                     java.lang.String area,
                     java.lang.String documentId,
                     java.lang.String language)
publication - the publication of the documentarea - the area of the documentdocumentId - the document-id of the documentlanguage - the language of the document
java.io.File getDirectory(Publication publication,
                          java.lang.String area,
                          java.lang.String documentId,
                          java.lang.String language)
publication - The publication.area - The area.documentId - The document id.language - The language of the document.
java.io.File getDirectory(Publication publication,
                          java.lang.String area,
                          java.lang.String documentId)
publication - The publication.area - The area.documentId - The document id.
  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||