Return-Path: X-Original-To: apmail-chemistry-commits-archive@www.apache.org Delivered-To: apmail-chemistry-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 41EDA177CA for ; Mon, 6 Apr 2015 17:07:32 +0000 (UTC) Received: (qmail 8577 invoked by uid 500); 6 Apr 2015 17:07:32 -0000 Delivered-To: apmail-chemistry-commits-archive@chemistry.apache.org Received: (qmail 8441 invoked by uid 500); 6 Apr 2015 17:07:32 -0000 Mailing-List: contact commits-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list commits@chemistry.apache.org Received: (qmail 7336 invoked by uid 99); 6 Apr 2015 17:07:31 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2015 17:07:31 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 5745FAC0163 for ; Mon, 6 Apr 2015 17:07:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1671591 [12/28] - in /chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons: ./ chemistry-opencmis-commons-api/ chemistry-opencmis-commons-api/css/ chemistry-opencmis-commons-api/images/ chemistry-opencmis-commons-api/i... Date: Mon, 06 Apr 2015 17:07:27 -0000 To: commits@chemistry.apache.org From: gabriele@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150406170731.5745FAC0163@hades.apache.org> Added: chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/data/RepositoryCapabilities.html URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/data/RepositoryCapabilities.html?rev=1671591&view=auto ============================================================================== --- chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/data/RepositoryCapabilities.html (added) +++ chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/data/RepositoryCapabilities.html Mon Apr 6 17:07:25 2015 @@ -0,0 +1,163 @@ + + + + +RepositoryCapabilities xref + + + +
+
+1   /*
+2    * Licensed to the Apache Software Foundation (ASF) under one
+3    * or more contributor license agreements.  See the NOTICE file
+4    * distributed with this work for additional information
+5    * regarding copyright ownership.  The ASF licenses this file
+6    * to you under the Apache License, Version 2.0 (the
+7    * "License"); you may not use this file except in compliance
+8    * with the License.  You may obtain a copy of the License at
+9    *
+10   * http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing,
+13   * software distributed under the License is distributed on an
+14   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+15   * KIND, either express or implied.  See the License for the
+16   * specific language governing permissions and limitations
+17   * under the License.
+18   */
+19  package org.apache.chemistry.opencmis.commons.data;
+20  
+21  import java.io.Serializable;
+22  
+23  import org.apache.chemistry.opencmis.commons.enums.CapabilityAcl;
+24  import org.apache.chemistry.opencmis.commons.enums.CapabilityChanges;
+25  import org.apache.chemistry.opencmis.commons.enums.CapabilityContentStreamUpdates;
+26  import org.apache.chemistry.opencmis.commons.enums.CapabilityJoin;
+27  import org.apache.chemistry.opencmis.commons.enums.CapabilityOrderBy;
+28  import org.apache.chemistry.opencmis.commons.enums.CapabilityQuery;
+29  import org.apache.chemistry.opencmis.commons.enums.CapabilityRenditions;
+30  
+31  public interface RepositoryCapabilities extends Serializable, ExtensionsData {
+32  
+33      // Object
+34  
+35      /**
+36       * 
+37       * @cmis 1.0
+38       */
+39      CapabilityContentStreamUpdates getContentStreamUpdatesCapability();
+40  
+41      /**
+42       * 
+43       * @cmis 1.0
+44       */
+45      CapabilityChanges getChangesCapability();
+46  
+47      /**
+48       * 
+49       * @cmis 1.0
+50       */
+51      CapabilityRenditions getRenditionsCapability();
+52  
+53      // Navigation
+54  
+55      /**
+56       * 
+57       * @cmis 1.0
+58       */
+59      Boolean isGetDescendantsSupported();
+60  
+61      /**
+62       * 
+63       * @cmis 1.0
+64       */
+65      Boolean isGetFolderTreeSupported();
+66  
+67      /**
+68       * 
+69       * @cmis 1.1
+70       */
+71      CapabilityOrderBy getOrderByCapability();
+72  
+73      // Filing
+74  
+75      /**
+76       * 
+77       * @cmis 1.0
+78       */
+79      Boolean isMultifilingSupported();
+80  
+81      /**
+82       * 
+83       * @cmis 1.0
+84       */
+85      Boolean isUnfilingSupported();
+86  
+87      /**
+88       * 
+89       * @cmis 1.0
+90       */
+91      Boolean isVersionSpecificFilingSupported();
+92  
+93      // Versioning
+94  
+95      /**
+96       * 
+97       * @cmis 1.0
+98       */
+99      Boolean isPwcSearchableSupported();
+100 
+101     /**
+102      * 
+103      * @cmis 1.0
+104      */
+105     Boolean isPwcUpdatableSupported();
+106 
+107     /**
+108      * 
+109      * @cmis 1.0
+110      */
+111     Boolean isAllVersionsSearchableSupported();
+112 
+113     // Query
+114 
+115     /**
+116      * 
+117      * @cmis 1.0
+118      */
+119     CapabilityQuery getQueryCapability();
+120 
+121     /**
+122      * 
+123      * @cmis 1.0
+124      */
+125     CapabilityJoin getJoinCapability();
+126 
+127     // ACLs
+128 
+129     /**
+130      * 
+131      * @cmis 1.0
+132      */
+133     CapabilityAcl getAclCapability();
+134 
+135     // Type mutability
+136 
+137     /**
+138      * 
+139      * @cmis 1.1
+140      */
+141     CreatablePropertyTypes getCreatablePropertyTypes();
+142 
+143     /**
+144      * 
+145      * @cmis 1.1
+146      */
+147     NewTypeSettableAttributes getNewTypeSettableAttributes();
+148 
+149 }
+
+
+ + Added: chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/data/RepositoryInfo.html URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/data/RepositoryInfo.html?rev=1671591&view=auto ============================================================================== --- chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/data/RepositoryInfo.html (added) +++ chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/data/RepositoryInfo.html Mon Apr 6 17:07:25 2015 @@ -0,0 +1,217 @@ + + + + +RepositoryInfo xref + + + +
+
+1   /*
+2    * Licensed to the Apache Software Foundation (ASF) under one
+3    * or more contributor license agreements.  See the NOTICE file
+4    * distributed with this work for additional information
+5    * regarding copyright ownership.  The ASF licenses this file
+6    * to you under the Apache License, Version 2.0 (the
+7    * "License"); you may not use this file except in compliance
+8    * with the License.  You may obtain a copy of the License at
+9    *
+10   * http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing,
+13   * software distributed under the License is distributed on an
+14   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+15   * KIND, either express or implied.  See the License for the
+16   * specific language governing permissions and limitations
+17   * under the License.
+18   */
+19  package org.apache.chemistry.opencmis.commons.data;
+20  
+21  import java.io.Serializable;
+22  import java.util.List;
+23  
+24  import org.apache.chemistry.opencmis.commons.enums.BaseTypeId;
+25  import org.apache.chemistry.opencmis.commons.enums.CmisVersion;
+26  
+27  /**
+28   * Repository Info.
+29   * 
+30   * @cmis 1.0
+31   */
+32  public interface RepositoryInfo extends Serializable, ExtensionsData {
+33  
+34      /**
+35       * Returns the repository ID.
+36       * 
+37       * @return the repository ID, not {@code null}
+38       * 
+39       * @cmis 1.0
+40       */
+41      String getId();
+42  
+43      /**
+44       * Returns the repository name.
+45       * 
+46       * @return the repository name, may be {@code null}
+47       * 
+48       * @cmis 1.0
+49       */
+50      String getName();
+51  
+52      /**
+53       * Returns the repository description.
+54       * 
+55       * @return the repository description, may be {@code null}
+56       * 
+57       * @cmis 1.0
+58       */
+59      String getDescription();
+60  
+61      /**
+62       * Returns the repository vendor name.
+63       * 
+64       * @return the repository vendor name, may be {@code null}
+65       * 
+66       * @cmis 1.0
+67       */
+68      String getVendorName();
+69  
+70      /**
+71       * Returns the repository product name.
+72       * 
+73       * @return the repository product name, may be {@code null}
+74       * 
+75       * @cmis 1.0
+76       */
+77      String getProductName();
+78  
+79      /**
+80       * Returns the repository product version.
+81       * 
+82       * @return the repository product version, may be {@code null}
+83       * 
+84       * @cmis 1.0
+85       */
+86      String getProductVersion();
+87  
+88      /**
+89       * Returns the object ID of the root folder.
+90       * 
+91       * @return the root folder ID, not {@code null}
+92       * 
+93       * @cmis 1.0
+94       */
+95      String getRootFolderId();
+96  
+97      /**
+98       * Returns the repository capabilities.
+99       * 
+100      * @return the repository capabilities, may be {@code null}
+101      * 
+102      * @cmis 1.0
+103      */
+104     RepositoryCapabilities getCapabilities();
+105 
+106     /**
+107      * Returns the ACL capabilities.
+108      * 
+109      * @return the ACL capabilities, may be {@code null}
+110      * 
+111      * @cmis 1.0
+112      */
+113     AclCapabilities getAclCapabilities();
+114 
+115     /**
+116      * Returns the latest change log token.
+117      * 
+118      * @return the latest change log token, may be {@code null}
+119      * 
+120      * @cmis 1.0
+121      */
+122     String getLatestChangeLogToken();
+123 
+124     /**
+125      * Returns the CMIS version supported by this repository as a string.
+126      * 
+127      * @return the supported CMIS version, not {@code null}
+128      * 
+129      * @cmis 1.0
+130      */
+131     String getCmisVersionSupported();
+132 
+133     /**
+134      * Returns the CMIS version supported by this repository as a
+135      * {@link CmisVersion} enum.
+136      * 
+137      * @return the supported CMIS version, not {@code null}
+138      * 
+139      * @cmis 1.0
+140      */
+141     CmisVersion getCmisVersion();
+142 
+143     /**
+144      * Returns the URL of a web interface for this repository, if available.
+145      * 
+146      * @return the thin client URL, not {@code null}
+147      * 
+148      * @cmis 1.0
+149      */
+150     String getThinClientUri();
+151 
+152     /**
+153      * Indicates whether the entries in the change log are incomplete or
+154      * complete.
+155      * 
+156      * @return {@code true} if the changes are incomplete, {@code false} if the
+157      *         changes are complete, or {@code null} if the repository didn't
+158      *         provide this flag
+159      * 
+160      * @cmis 1.0
+161      */
+162     Boolean getChangesIncomplete();
+163 
+164     /**
+165      * Returns which types of objects are considered in the change log.
+166      * 
+167      * @return the list of type IDs, not {@code null}
+168      * 
+169      * @cmis 1.0
+170      */
+171     List<BaseTypeId> getChangesOnType();
+172 
+173     /**
+174      * Returns principal ID for an anonymous user (any authenticated user). This
+175      * principal ID is supposed to be used in an {@link Ace}.
+176      * 
+177      * @return the principal ID for an anonymous user or {@code null} if the
+178      *         repository does not support anonymous users
+179      * 
+180      * @cmis 1.0
+181      */
+182     String getPrincipalIdAnonymous();
+183 
+184     /**
+185      * Returns principal ID for unauthenticated user (guest user). This
+186      * principal ID is supposed to be used in an {@link Ace}.
+187      * 
+188      * @return the principal ID for unauthenticated user or {@code null} if the
+189      *         repository does not support unauthenticated users
+190      * 
+191      * @cmis 1.0
+192      */
+193     String getPrincipalIdAnyone();
+194 
+195     /**
+196      * Returns the list of CMIS extension features supported by this repository.
+197      * 
+198      * @return the list of features, may be {@code null}
+199      * 
+200      * @cmis 1.1
+201      */
+202     List<ExtensionFeature> getExtensionFeatures();
+203 }
+
+
+ + Added: chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/data/package-frame.html URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/data/package-frame.html?rev=1671591&view=auto ============================================================================== --- chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/data/package-frame.html (added) +++ chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/data/package-frame.html Mon Apr 6 17:07:25 2015 @@ -0,0 +1,192 @@ + + + + + + OpenCMIS Commons API 0.13.0 Reference Package org.apache.chemistry.opencmis.commons.data + + + + +

+ org.apache.chemistry.opencmis.commons.data +

+ +

Classes

+ + + + + \ No newline at end of file Added: chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/data/package-summary.html URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/data/package-summary.html?rev=1671591&view=auto ============================================================================== --- chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/data/package-summary.html (added) +++ chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/data/package-summary.html Mon Apr 6 17:07:25 2015 @@ -0,0 +1,347 @@ + + + + + + OpenCMIS Commons API 0.13.0 Reference Package org.apache.chemistry.opencmis.commons.data + + + +
+ +
+
+ +
+ +

Package org.apache.chemistry.opencmis.commons.data

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Class Summary
+ Ace +
+ Acl +
+ AclCapabilities +
+ AllowableActions +
+ BulkUpdateObjectIdAndChangeToken +
+ CacheHeaderContentStream +
+ ChangeEventInfo +
+ CmisExtensionElement +
+ ContentLengthContentStream +
+ ContentStream +
+ ContentStreamHash +
+ CreatablePropertyTypes +
+ ExtensionFeature +
+ ExtensionsData +
+ FailedToDeleteData +
+ LastModifiedContentStream +
+ MutableAce +
+ MutableAcl +
+ MutableContentStream +
+ MutableObjectData +
+ MutablePrincipal +
+ MutableProperties +
+ MutablePropertyBoolean +
+ MutablePropertyData +
+ MutablePropertyDateTime +
+ MutablePropertyDecimal +
+ MutablePropertyHtml +
+ MutablePropertyId +
+ MutablePropertyInteger +
+ MutablePropertyString +
+ MutablePropertyUri +
+ NewTypeSettableAttributes +
+ ObjectData +
+ ObjectInFolderContainer +
+ ObjectInFolderData +
+ ObjectInFolderList +
+ ObjectList +
+ ObjectParentData +
+ PartialContentStream +
+ PermissionMapping +
+ PolicyIdList +
+ Principal +
+ Properties +
+ PropertyBoolean +
+ PropertyData +
+ PropertyDataWithDefinition +
+ PropertyDateTime +
+ PropertyDecimal +
+ PropertyHtml +
+ PropertyId +
+ PropertyInteger +
+ PropertyString +
+ PropertyUri +
+ RedirectingContentStream +
+ RenditionData +
+ RepositoryCapabilities +
+ RepositoryInfo +
+ +
+ +
+
+ +
+
+ Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved. + + \ No newline at end of file Added: chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/definitions/Choice.html URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/definitions/Choice.html?rev=1671591&view=auto ============================================================================== --- chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/definitions/Choice.html (added) +++ chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/definitions/Choice.html Mon Apr 6 17:07:25 2015 @@ -0,0 +1,57 @@ + + + + +Choice xref + + + +
+
+1   /*
+2    * Licensed to the Apache Software Foundation (ASF) under one
+3    * or more contributor license agreements.  See the NOTICE file
+4    * distributed with this work for additional information
+5    * regarding copyright ownership.  The ASF licenses this file
+6    * to you under the Apache License, Version 2.0 (the
+7    * "License"); you may not use this file except in compliance
+8    * with the License.  You may obtain a copy of the License at
+9    *
+10   * http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing,
+13   * software distributed under the License is distributed on an
+14   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+15   * KIND, either express or implied.  See the License for the
+16   * specific language governing permissions and limitations
+17   * under the License.
+18   */
+19  package org.apache.chemistry.opencmis.commons.definitions;
+20  
+21  import java.io.Serializable;
+22  import java.util.List;
+23  
+24  /**
+25   * Choice value interface.
+26   * 
+27   * @cmis 1.0
+28   */
+29  public interface Choice<T> extends Serializable {
+30  
+31      /**
+32       * Return the display name of the choice value.
+33       */
+34      String getDisplayName();
+35  
+36      /**
+37       * Return the value of the choice value. Single value properties return a
+38       * list with exactly one value.
+39       */
+40      List<T> getValue();
+41  
+42      List<Choice<T>> getChoice();
+43  }
+
+
+ + Added: chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/definitions/DocumentTypeDefinition.html URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/definitions/DocumentTypeDefinition.html?rev=1671591&view=auto ============================================================================== --- chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/definitions/DocumentTypeDefinition.html (added) +++ chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/definitions/DocumentTypeDefinition.html Mon Apr 6 17:07:25 2015 @@ -0,0 +1,57 @@ + + + + +DocumentTypeDefinition xref + + + +
+
+1   /*
+2    * Licensed to the Apache Software Foundation (ASF) under one
+3    * or more contributor license agreements.  See the NOTICE file
+4    * distributed with this work for additional information
+5    * regarding copyright ownership.  The ASF licenses this file
+6    * to you under the Apache License, Version 2.0 (the
+7    * "License"); you may not use this file except in compliance
+8    * with the License.  You may obtain a copy of the License at
+9    *
+10   * http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing,
+13   * software distributed under the License is distributed on an
+14   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+15   * KIND, either express or implied.  See the License for the
+16   * specific language governing permissions and limitations
+17   * under the License.
+18   */
+19  package org.apache.chemistry.opencmis.commons.definitions;
+20  
+21  import org.apache.chemistry.opencmis.commons.enums.ContentStreamAllowed;
+22  
+23  /**
+24   * Document Type Definition.
+25   * 
+26   * @cmis 1.0
+27   */
+28  public interface DocumentTypeDefinition extends TypeDefinition {
+29  
+30      /**
+31       * Returns whether objects of this type are versionable or not.
+32       * 
+33       * @cmis 1.0
+34       */
+35      Boolean isVersionable();
+36  
+37      /**
+38       * Returns if a content stream must be set.
+39       * 
+40       * @cmis 1.0
+41       */
+42      ContentStreamAllowed getContentStreamAllowed();
+43  }
+
+
+ + Added: chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/definitions/FolderTypeDefinition.html URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/definitions/FolderTypeDefinition.html?rev=1671591&view=auto ============================================================================== --- chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/definitions/FolderTypeDefinition.html (added) +++ chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/definitions/FolderTypeDefinition.html Mon Apr 6 17:07:25 2015 @@ -0,0 +1,42 @@ + + + + +FolderTypeDefinition xref + + + +
+
+1   /*
+2    * Licensed to the Apache Software Foundation (ASF) under one
+3    * or more contributor license agreements.  See the NOTICE file
+4    * distributed with this work for additional information
+5    * regarding copyright ownership.  The ASF licenses this file
+6    * to you under the Apache License, Version 2.0 (the
+7    * "License"); you may not use this file except in compliance
+8    * with the License.  You may obtain a copy of the License at
+9    *
+10   * http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing,
+13   * software distributed under the License is distributed on an
+14   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+15   * KIND, either express or implied.  See the License for the
+16   * specific language governing permissions and limitations
+17   * under the License.
+18   */
+19  package org.apache.chemistry.opencmis.commons.definitions;
+20  
+21  /**
+22   * Folder Type Definition.
+23   * 
+24   * @cmis 1.0
+25   */
+26  public interface FolderTypeDefinition extends TypeDefinition {
+27  
+28  }
+
+
+ + Added: chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/definitions/ItemTypeDefinition.html URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/definitions/ItemTypeDefinition.html?rev=1671591&view=auto ============================================================================== --- chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/definitions/ItemTypeDefinition.html (added) +++ chemistry/site/trunk/content/java/0.13.0/maven/chemistry-opencmis-commons/chemistry-opencmis-commons-api/xref/org/apache/chemistry/opencmis/commons/definitions/ItemTypeDefinition.html Mon Apr 6 17:07:25 2015 @@ -0,0 +1,42 @@ + + + + +ItemTypeDefinition xref + + + +
+
+1   /*
+2    * Licensed to the Apache Software Foundation (ASF) under one
+3    * or more contributor license agreements.  See the NOTICE file
+4    * distributed with this work for additional information
+5    * regarding copyright ownership.  The ASF licenses this file
+6    * to you under the Apache License, Version 2.0 (the
+7    * "License"); you may not use this file except in compliance
+8    * with the License.  You may obtain a copy of the License at
+9    *
+10   * http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing,
+13   * software distributed under the License is distributed on an
+14   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+15   * KIND, either express or implied.  See the License for the
+16   * specific language governing permissions and limitations
+17   * under the License.
+18   */
+19  package org.apache.chemistry.opencmis.commons.definitions;
+20  
+21  /**
+22   * Item Type Definition.
+23   * 
+24   * @cmis 1.1
+25   */
+26  public interface ItemTypeDefinition extends TypeDefinition {
+27  
+28  }
+
+
+ +