Author: fmui
Date: Wed Jan  2 15:13:08 2013
New Revision: 1427822

URL: http://svn.apache.org/viewvc?rev=1427822&view=rev
Log:
OpenCMIS: minor documentation fixes

Modified:
    
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/server/CmisService.java
    
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/main/java/org/apache/chemistry/opencmis/commons/impl/server/AbstractCmisService.java
    
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/web.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/webapp/index.jsp

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/server/CmisService.java
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/server/CmisService.java?rev=1427822&r1=1427821&r2=1427822&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/server/CmisService.java
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/server/CmisService.java
 Wed Jan  2 15:13:08 2013
@@ -58,7 +58,7 @@ public interface CmisService extends Rep
         DiscoveryService, MultiFilingService, RelationshipService, AclService, 
PolicyService {
 
     /**
-     * Creates a new document, folder or policy.
+     * Creates a new document, folder, policy, or item.
      * 
      * The property "cmis:objectTypeId" defines the type and implicitly the 
base
      * type.

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/main/java/org/apache/chemistry/opencmis/commons/impl/server/AbstractCmisService.java
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/main/java/org/apache/chemistry/opencmis/commons/impl/server/AbstractCmisService.java?rev=1427822&r1=1427821&r2=1427822&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/main/java/org/apache/chemistry/opencmis/commons/impl/server/AbstractCmisService.java
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/main/java/org/apache/chemistry/opencmis/commons/impl/server/AbstractCmisService.java
 Wed Jan  2 15:13:08 2013
@@ -599,7 +599,10 @@ public abstract class AbstractCmisServic
      * <b>Implementation Hints:</b>
      * <ul>
      * <li>Bindings: Web Services, Browser, Local</li>
-     * <li>Implementation is optional. Convenience implementation is 
present.</li>
+     * <li>Implementation is optional. Convenience implementation is present
+     * (forwards to
+     * {@link #deleteObjectOrCancelCheckOut(String, String, Boolean, 
ExtensionsData)}
+     * ).</li>
      * </ul>
      */
     public void deleteObject(String repositoryId, String objectId, Boolean 
allVersions, ExtensionsData extension) {

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/web.xml?rev=1427822&r1=1427821&r2=1427822&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/web.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/web.xml
 Wed Jan  2 15:13:08 2013
@@ -119,7 +119,6 @@
                <init-param>
                        <param-name>callContextHandler</param-name>
                        
<param-value>org.apache.chemistry.opencmis.server.shared.BasicAuthCallContextHandler</param-value>
-                       
                </init-param>
                <load-on-startup>2</load-on-startup>
        </servlet>

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/webapp/index.jsp
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/webapp/index.jsp?rev=1427822&r1=1427821&r2=1427822&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/webapp/index.jsp
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/webapp/index.jsp
 Wed Jan  2 15:13:08 2013
@@ -79,7 +79,14 @@ out.println(reqStr.substring(0, reqStr.l
 </a>
 </p>
 <p>
-Authentication: Basic Authentication (user name and password are arbitrary)
+Browser Binding: <a href="browser"> 
+<% 
+out.println(reqStr.substring(0, reqStr.lastIndexOf('/')+1) + "browser");
+%>
+</a>
+</p>
+<p>
+Authentication: Basic Authentication (user name and password are arbitrary)<br>
 Note: Authentication is optional and only informational. User names are stored 
 in properties (createdBy, etc.), password is not required. The server does 
 not perform any kind of secure authentication.


Reply via email to