public interface Nodes
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument(NodeRef nodeRef)
Get the document representation for the given node.
|
Folder |
getFolder(NodeRef nodeRef)
Get the folder representation for the given node.
|
Node |
getNode(String nodeId)
Get the node representation for the given node.
|
boolean |
nodeMatches(NodeRef nodeRef,
Set<org.alfresco.service.namespace.QName> expectedTypes,
Set<org.alfresco.service.namespace.QName> excludedTypes) |
NodeRef |
validateNode(NodeRef nodeRef) |
NodeRef |
validateNode(StoreRef storeRef,
String nodeId) |
NodeRef |
validateNode(String nodeId) |
boolean nodeMatches(NodeRef nodeRef, Set<org.alfresco.service.namespace.QName> expectedTypes, Set<org.alfresco.service.namespace.QName> excludedTypes)
Node getNode(String nodeId)
nodeRef - Document getDocument(NodeRef nodeRef)
nodeRef - Copyright © 2005–2014 Alfresco Software. All rights reserved.