Cascade hidden aspect for remame, copy, move

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@33096 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Steven Glover
2012-01-08 10:19:24 +00:00
parent 4b8f097c7f
commit 067faf5fdf
7 changed files with 404 additions and 123 deletions

View File

@@ -10,4 +10,5 @@ public interface HiddenFileInfo
{
public int getVisibilityMask();
public String getFilter();
public boolean isHidden(String path);
}