Class CompositeNodeFinder

    • Constructor Detail

      • CompositeNodeFinder

        public CompositeNodeFinder​(NodeFinder... finders)
      • CompositeNodeFinder

        public CompositeNodeFinder​(java.util.Collection<NodeFinder> finders)
    • Method Detail

      • findFrom

        public java.util.Set<org.alfresco.service.cmr.repository.NodeRef> findFrom​(org.alfresco.service.cmr.repository.NodeRef thisNode)
        Parameters:
        thisNode - The node to use as the base from which to find other nodes.
        Returns:
        The found nodes