| Constructor and Description |
|---|
NodesImpl() |
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument(NodeRef nodeRef)
Returns the public api representation of a document.
|
Folder |
getFolder(NodeRef nodeRef)
Returns the public api representation of a folder.
|
Node |
getNode(NodeRef nodeRef) |
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) |
void |
setCmisConnector(CMISConnector cmisConnector) |
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService) |
void |
setNodeService(NodeService nodeService) |
NodeRef |
validateNode(NodeRef nodeRef) |
NodeRef |
validateNode(StoreRef storeRef,
String nodeId) |
NodeRef |
validateNode(String nodeId) |
public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
public void setNodeService(NodeService nodeService)
public void setCmisConnector(CMISConnector cmisConnector)
public NodeRef validateNode(String nodeId)
validateNode in interface Nodespublic NodeRef validateNode(StoreRef storeRef, String nodeId)
validateNode in interface Nodespublic NodeRef validateNode(NodeRef nodeRef)
validateNode in interface Nodespublic boolean nodeMatches(NodeRef nodeRef, Set<org.alfresco.service.namespace.QName> expectedTypes, Set<org.alfresco.service.namespace.QName> excludedTypes)
nodeMatches in interface Nodespublic Node getNode(String nodeId)
Nodespublic Document getDocument(NodeRef nodeRef)
getDocument in interface NodesCopyright © 2005–2014 Alfresco Software. All rights reserved.