Package org.alfresco.service.cmr.model
Interface SubFolderFilter
@AlfrescoPublicApi
public interface SubFolderFilter
Interface to determine which sub-folders to search during deep listing.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisEnterSubfolder(ChildAssociationRef subfolderRef) Does deep listing enter this subfolder?
-
Method Details
-
isEnterSubfolder
Does deep listing enter this subfolder?- Parameters:
subfolderRef- the association- Returns:
- return true to enter the sub-folder, false to exclude the subfolder and all its children
-