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
- intFileNotFoundException
Copyright © 2005–2018 Alfresco Software. All rights reserved.