public interface FileIdInterface
Optional interface that a DiskInterface driver can implement to provide file id to path conversion.
| Modifier and Type | Method and Description |
|---|---|
String |
buildPathForFileId(SrvSession sess,
TreeConnection tree,
int dirid,
int fileid)
Convert a file id to a share relative path
|
String buildPathForFileId(SrvSession sess, TreeConnection tree, int dirid, int fileid) throws FileNotFoundException
sess - SrvSessiontree - TreeConnectiondirid - intfileid - FileNotFoundExceptionCopyright © 2005–2014 Alfresco Software. All rights reserved.