public class PseudoFileImpl extends Object implements PseudoFileInterface
Pseudo file implementation for the Alfresco filesystem drivers.
| Constructor and Description |
|---|
PseudoFileImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
addPseudoFilesToFolder(SrvSession sess,
TreeConnection tree,
String path)
Add pseudo files to a folder so that they appear in a folder search
|
void |
deletePseudoFile(SrvSession sess,
TreeConnection tree,
String path)
Delete a pseudo file
|
PseudoFile |
getPseudoFile(SrvSession sess,
TreeConnection tree,
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,
String path)
Check if the specified path refers to a pseudo file
|
public boolean isPseudoFile(SrvSession sess, TreeConnection tree, String path)
isPseudoFile in interface PseudoFileInterfacesess - SrvSessiontree - TreeConnectionpath - Stringpublic PseudoFile getPseudoFile(SrvSession sess, TreeConnection tree, String path)
getPseudoFile in interface PseudoFileInterfacesess - SrvSessiontree - TreeConnectionpath - Stringpublic int addPseudoFilesToFolder(SrvSession sess, TreeConnection tree, String path)
This implementation populates the file state cache.
addPseudoFilesToFolder in interface PseudoFileInterfacesess - SrvSessiontree - TreeConnectionpath - Stringpublic void deletePseudoFile(SrvSession sess, TreeConnection tree, String path)
deletePseudoFile in interface PseudoFileInterfacesess - SrvSessiontree - TreeConnectionpath - StringCopyright © 2005–2014 Alfresco Software. All rights reserved.