public class PathObjectFilter extends Object implements ObjectFilter
Constructor and Description |
---|
PathObjectFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
filter(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
boolean |
filter(String path) |
void |
setExcludedPaths(List<String> excludedPaths) |
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setRootPath(String path)
Sets the root path.
|
public void setRootPath(String path)
path
- path within default storepublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
public boolean filter(org.alfresco.service.cmr.repository.NodeRef nodeRef)
filter
in interface ObjectFilter
public boolean filter(String path)
Copyright © 2005–2017 Alfresco Software. All rights reserved.