Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
This is not required and split into ResultSet wrappers for Node and ChildAssocRef collections.
getNodes(NodeRef context, String xpath, NamespaceResolver nsr, boolean primaryParentOnly)
This service supports common navigation methods which all return result sets.
ResultSet getChildren(NodeRef nodeRef, EnumMode {CATEGORYMEMBERS, CHILDREN, ALL}, EnumDepth {IMMEDIATE, ANY} );
ResultSet getChildren(NodeRef nodeRef, QNamePattern pattern);
ResultSet getParents(NodeRef nodeRef, boolean primaryOnly);
ResultSet getNodes(NodeRef nodeRef, String xpathExpressin);
ResultSet getCategories();
ResultSet getCategory(QName qname);
This just requires a result set based on a list of ChildAssociationRefs or NodeRefs to implement + a node service reference.
The query API should also be exposed here and could be subsumed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.