cmlenz      01/08/31 06:07:39

  Modified:    src/share/org/apache/slide/content package.html
               src/share/org/apache/slide/lock package.html
               src/share/org/apache/slide/security package.html
  Log:
  Couple of minor additions to the package.html JavaDocs
  
  Revision  Changes    Path
  1.2       +16 -4     jakarta-slide/src/share/org/apache/slide/content/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html      2001/08/20 15:47:44     1.1
  +++ package.html      2001/08/31 13:07:38     1.2
  @@ -4,9 +4,9 @@
     <head>
       <!-- 
         
  -      $Header: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/content/package.html,v 1.1 
2001/08/20 15:47:44 cmlenz Exp $
  -      $Revision: 1.1 $
  -      $Date: 2001/08/20 15:47:44 $
  +      $Header: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/content/package.html,v 1.2 
2001/08/31 13:07:38 cmlenz Exp $
  +      $Revision: 1.2 $
  +      $Date: 2001/08/31 13:07:38 $
         
         ====================================================================
         
  @@ -70,7 +70,19 @@
     <body>
       <p>
         Provides classes for accessing and manipulating the content, metadata 
  -      and revision history of nodes in a namespace.
  +      and revision history of nodes.
  +    </p>
  +    <p>
  +      Each {@link org.apache.slide.structure.ObjectNode ObjectNode} which has 
  +      content has associated 
  +      {@link org.apache.slide.content.NodeRevisionDescriptors 
  +        NodeRevisionDescriptors} and 
  +      {@link org.apache.slide.content.NodeRevisionDescriptor 
  +        NodeRevisionDescriptor} objects. These objects manage:
  +      <ul>
  +        <li>the metadata associated with the object
  +        <li>the revision tree
  +      </ul>
       </p>
     </body>
     
  
  
  
  1.2       +13 -4     jakarta-slide/src/share/org/apache/slide/lock/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html      2001/08/20 15:47:45     1.1
  +++ package.html      2001/08/31 13:07:38     1.2
  @@ -4,9 +4,9 @@
     <head>
       <!-- 
         
  -      $Header: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/lock/package.html,v 1.1 2001/08/20 
15:47:45 cmlenz Exp $
  -      $Revision: 1.1 $
  -      $Date: 2001/08/20 15:47:45 $
  +      $Header: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/lock/package.html,v 1.2 2001/08/31 
13:07:38 cmlenz Exp $
  +      $Revision: 1.2 $
  +      $Date: 2001/08/31 13:07:38 $
         
         ====================================================================
         
  @@ -69,7 +69,16 @@
     
     <body>
       <p>
  -      Provides classes to access and manipulate locks on nodes in a namespace.
  +      Provides classes to access and manipulate locks.
  +    </p>
  +    <p>
  +      Locking is an integral part of Slide. Its model resembles in many ways 
  +      the security model. When one subject (ie. a user) wants to lock another 
  +      subject (ie. a file), it specifies which actions (for example read) are 
  +      locked and for how long. Slide automatically checks if a subject is 
  +      locked before every action. Alternatively, the client application can 
  +      directly check for whether a particular subject is locked or whether it 
  +      can actually lock a given subject.
       </p>
     </body>
     
  
  
  
  1.2       +4 -5      jakarta-slide/src/share/org/apache/slide/security/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/security/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html      2001/08/20 15:47:45     1.1
  +++ package.html      2001/08/31 13:07:39     1.2
  @@ -4,9 +4,9 @@
     <head>
       <!-- 
         
  -      $Header: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/security/package.html,v 1.1 
2001/08/20 15:47:45 cmlenz Exp $
  -      $Revision: 1.1 $
  -      $Date: 2001/08/20 15:47:45 $
  +      $Header: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/security/package.html,v 1.2 
2001/08/31 13:07:39 cmlenz Exp $
  +      $Revision: 1.2 $
  +      $Date: 2001/08/31 13:07:39 $
         
         ====================================================================
         
  @@ -69,8 +69,7 @@
     
     <body>
       <p>
  -      Provides classes to access and manipulate permissions on nodes in a 
  -      namespace.
  +      Provides classes to access and manipulate permissions.
       </p>
     </body>
     
  
  
  

Reply via email to