org.alfresco.filesys.alfresco
Interface PseudoFileOverlay

All Known Implementing Classes:
PseudoFileOverlayImpl

public interface PseudoFileOverlay


Method Summary
 org.alfresco.jlan.server.filesys.pseudo.PseudoFile getPseudoFile(org.alfresco.service.cmr.repository.NodeRef parentDir, java.lang.String name)
          Get the pseudo file
 boolean isPseudoFile(org.alfresco.service.cmr.repository.NodeRef parentDir, java.lang.String name)
          Is this a pseudo file?
 org.alfresco.jlan.server.filesys.pseudo.PseudoFileList searchPseudoFiles(org.alfresco.service.cmr.repository.NodeRef parentDir, java.lang.String name)
          Search for the pseudo files on the specified path
 

Method Detail

isPseudoFile

boolean isPseudoFile(org.alfresco.service.cmr.repository.NodeRef parentDir,
                     java.lang.String name)
Is this a pseudo file?

Parameters:
path - the path of the file
Returns:
true the file is a pseudo file

getPseudoFile

org.alfresco.jlan.server.filesys.pseudo.PseudoFile getPseudoFile(org.alfresco.service.cmr.repository.NodeRef parentDir,
                                                                 java.lang.String name)
Get the pseudo file

Parameters:
path - the path of the file
Returns:
the pseudoFile or null if there is no pseudo file

searchPseudoFiles

org.alfresco.jlan.server.filesys.pseudo.PseudoFileList searchPseudoFiles(org.alfresco.service.cmr.repository.NodeRef parentDir,
                                                                         java.lang.String name)
Search for the pseudo files on the specified path

Parameters:
path - the path
Returns:
list of pseudo files.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.