Package org.alfresco.opencmis
Class PathObjectFilter
- java.lang.Object
-
- org.alfresco.opencmis.PathObjectFilter
-
- All Implemented Interfaces:
ObjectFilter
public class PathObjectFilter extends java.lang.Object implements ObjectFilter
-
-
Constructor Summary
Constructors Constructor Description PathObjectFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanfilter(java.lang.String path)booleanfilter(org.alfresco.service.cmr.repository.NodeRef nodeRef)voidsetExcludedPaths(java.util.List<java.lang.String> excludedPaths)voidsetNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)voidsetNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)voidsetRootPath(java.lang.String path)Sets the root path.
-
-
-
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:
filterin interfaceObjectFilter
-
filter
public boolean filter(java.lang.String path)
-
-