Class PathObjectFilter

  • All Implemented Interfaces:
    ObjectFilter

    public class PathObjectFilter
    extends java.lang.Object
    implements ObjectFilter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean filter​(java.lang.String path)  
      boolean filter​(org.alfresco.service.cmr.repository.NodeRef nodeRef)  
      void setExcludedPaths​(java.util.List<java.lang.String> excludedPaths)  
      void setNamespaceService​(org.alfresco.service.namespace.NamespaceService namespaceService)  
      void setNodeService​(org.alfresco.service.cmr.repository.NodeService nodeService)  
      void setRootPath​(java.lang.String path)
      Sets the root path.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PathObjectFilter

        public PathObjectFilter()
    • Method Detail

      • setExcludedPaths

        public void setExcludedPaths​(java.util.List<java.lang.String> excludedPaths)
      • setRootPath

        public void setRootPath​(java.lang.String path)
        Sets the root path.
        Parameters:
        path - path within default store
      • setNodeService

        public void setNodeService​(org.alfresco.service.cmr.repository.NodeService nodeService)
      • setNamespaceService

        public void setNamespaceService​(org.alfresco.service.namespace.NamespaceService namespaceService)
      • filter

        public boolean filter​(org.alfresco.service.cmr.repository.NodeRef nodeRef)
        Specified by:
        filter in interface ObjectFilter
      • filter

        public boolean filter​(java.lang.String path)