|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface DocumentIdToPathMapper
Document Id to Path mapper interface
| Method Summary | |
|---|---|
java.io.File |
getFile(Publication publication,
java.lang.String area,
java.lang.String uuid,
java.lang.String language)
Compute the document-path for a given publication, area, document-uuid and language |
java.lang.String |
getPath(java.lang.String uuid,
java.lang.String language)
Compute the document-path for a given publication, area and document-uuid. |
| Method Detail |
|---|
java.lang.String getPath(java.lang.String uuid,
java.lang.String language)
uuid - the UUID of the documentlanguage - the language of the document
java.io.File getFile(Publication publication,
java.lang.String area,
java.lang.String uuid,
java.lang.String language)
publication - the publication of the documentarea - the area of the documentuuid - the uuid of the documentlanguage - the language of the document
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||