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