public interface FileIdInterface
Optional interface that a DiskInterface driver can implement to provide file id to path conversion.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
buildPathForFileId(SrvSession sess,
TreeConnection tree,
int dirid,
int fileid)
Convert a file id to a share relative path
|
java.lang.String buildPathForFileId(SrvSession sess, TreeConnection tree, int dirid, int fileid) throws java.io.FileNotFoundException
sess
- SrvSessiontree
- TreeConnectiondirid
- intfileid
- java.io.FileNotFoundException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.