ate         2004/11/23 12:31:24

  Modified:    jetspeed-api/src/java/org/apache/jetspeed/om/folder
                        Folder.java
  Log:
  Added getAllNodes() back to Folder interface to allow 
TestCastorXmlPageManager to compile again.
  If the removal of this method was intential, then please correct the testcase 
too!
  
  Revision  Changes    Path
  1.9       +13 -1     
jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/om/folder/Folder.java
  
  Index: Folder.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/om/folder/Folder.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Folder.java       23 Nov 2004 00:01:32 -0000      1.8
  +++ Folder.java       23 Nov 2004 20:31:24 -0000      1.9
  @@ -195,4 +195,16 @@
        * @throws NodeException
        */    
       PageSecurity getPageSecurity() throws DocumentNotFoundException, 
NodeException;
  +
  +    /**
  +     * 
  +     * <p>
  +     * getAllNodes
  +     * </p>
  +     *
  +     * @return All Nodes immediatley under this Folder.
  +     * @throws DocumentException
  +     * @throws FolderNotFoundException
  +     */
  +    NodeSet getAllNodes() throws FolderNotFoundException, DocumentException;
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to