public interface PseudoFileInterface
Provides the ability to add files into the file listing of a folder.
Modifier and Type | Method and Description |
---|---|
int |
addPseudoFilesToFolder(SrvSession sess,
TreeConnection tree,
java.lang.String path)
Add pseudo files to a folder so that they appear in a folder search
|
void |
deletePseudoFile(SrvSession sess,
TreeConnection tree,
java.lang.String path)
Delete a pseudo file
|
PseudoFile |
getPseudoFile(SrvSession sess,
TreeConnection tree,
java.lang.String path)
Return the pseudo file for the specified path, or null if the path is not a pseudo file
|
boolean |
isPseudoFile(SrvSession sess,
TreeConnection tree,
java.lang.String path)
Check if the specified path refers to a pseudo file
|
boolean isPseudoFile(SrvSession sess, TreeConnection tree, java.lang.String path)
sess
- SrvSessiontree
- TreeConnectionpath
- StringPseudoFile getPseudoFile(SrvSession sess, TreeConnection tree, java.lang.String path)
sess
- SrvSessiontree
- TreeConnectionpath
- Stringint addPseudoFilesToFolder(SrvSession sess, TreeConnection tree, java.lang.String path)
How to access the pseudo files is implementation specific.
sess
- SrvSessiontree
- TreeConnectionpath
- Stringvoid deletePseudoFile(SrvSession sess, TreeConnection tree, java.lang.String path)
sess
- SrvSessiontree
- TreeConnectionpath
- StringCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.