public interface PseudoFileOverlay
| Modifier and Type | Method and Description |
|---|---|
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
|
boolean isPseudoFile(org.alfresco.service.cmr.repository.NodeRef parentDir,
java.lang.String name)
path - the path of the fileorg.alfresco.jlan.server.filesys.pseudo.PseudoFile getPseudoFile(org.alfresco.service.cmr.repository.NodeRef parentDir,
java.lang.String name)
path - the path of the fileorg.alfresco.jlan.server.filesys.pseudo.PseudoFileList searchPseudoFiles(org.alfresco.service.cmr.repository.NodeRef parentDir,
java.lang.String name)
path - the pathCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.