You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by dc...@apache.org on 2010/04/22 18:04:22 UTC

svn commit: r936922 [1/18] - in /incubator/chemistry/opencmis/trunk/chemistry-opencmis-client: chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/ chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/c...

Author: dcaruana
Date: Thu Apr 22 16:04:19 2010
New Revision: 936922

URL: http://svn.apache.org/viewvc?rev=936922&view=rev
Log:
Replace tabs with spaces

Modified:
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/SessionFactory.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ChangeEvent.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/CmisObject.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Document.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/DocumentType.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ExtensionHandler.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/FileableCmisObject.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Folder.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ObjectFactory.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ObjectId.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ObjectType.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/OperationContext.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/PagingIterable.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/PagingIterator.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Policy.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Property.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/QueryResult.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Relationship.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/RelationshipType.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Rendition.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Repository.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Session.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Tree.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/CmisBindingFactory.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/cache/Cache.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/cache/CacheLevel.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/cache/impl/AbstractMapCacheLevel.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/cache/impl/CacheImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/cache/impl/ContentTypeCacheLevelImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/cache/impl/LruCacheLevelImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/cache/impl/MapCacheLevelImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/impl/CmisBindingImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/impl/CmisBindingsHelper.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/impl/RepositoryInfoCache.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/impl/RepositoryServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/impl/SessionImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/impl/TransientWrapper.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/impl/TypeDefinitionCache.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/AbstractAuthenticationProvider.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/CmisSpi.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/CmisSpiFactory.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/Session.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/StandardAuthenticationProvider.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/AbstractAtomPubService.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/AclServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/AtomEntryWriter.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/AtomPubParser.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/CmisAtomPubConstants.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/CmisAtomPubSpi.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/DiscoveryServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/HttpUtils.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/LinkCache.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/MultiFilingServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/NavigationServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/ObjectServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/PolicyServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/RelationshipServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/RepositoryServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/SpiSessionParameter.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/VersioningServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/objects/AtomAcl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/objects/AtomAllowableActions.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/objects/AtomBase.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/objects/AtomElement.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/objects/AtomEntry.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/objects/AtomFeed.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/objects/AtomLink.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/objects/RepositoryWorkspace.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/objects/ServiceDoc.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/local/AbstractLocalService.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/local/AclServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/local/CmisLocalSpi.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/local/DiscoveryServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/local/MultiFilingServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/local/NavigationServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/local/ObjectServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/local/PolicyServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/local/RelationshipServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/local/RepositoryServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/local/VersioningServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/webservices/AbstractWebServicesService.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/webservices/AclServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/webservices/CmisWebServicesSpi.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/webservices/DiscoveryServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/webservices/MultiFilingServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/webservices/NavigationServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/webservices/ObjectServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/webservices/PolicyServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/webservices/PortProvider.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/webservices/RelationshipServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/webservices/RepositoryServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/webservices/SpiSessionParameter.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/webservices/VersioningServiceImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/test/java/org/apache/chemistry/opencmis/client/bindings/atompub/AclMergeTest.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/test/java/org/apache/chemistry/opencmis/client/bindings/atompub/AtomParserTest.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/test/java/org/apache/chemistry/opencmis/client/bindings/atompub/AtomPubTestBindingFactory.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/test/java/org/apache/chemistry/opencmis/client/bindings/atompub/SimpleReadOnlyTests.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/test/java/org/apache/chemistry/opencmis/client/bindings/atompub/SimpleReadWriteTests.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/test/java/org/apache/chemistry/opencmis/client/bindings/cache/CacheTest.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/test/java/org/apache/chemistry/opencmis/client/bindings/framework/AbstractCmisTestCase.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/test/java/org/apache/chemistry/opencmis/client/bindings/framework/AbstractSimpleReadOnlyTests.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/test/java/org/apache/chemistry/opencmis/client/bindings/framework/AbstractSimpleReadWriteTests.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/test/java/org/apache/chemistry/opencmis/client/bindings/framework/Tools.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/test/java/org/apache/chemistry/opencmis/client/bindings/misc/ConverterTest.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/test/java/org/apache/chemistry/opencmis/client/bindings/misc/MiscTest.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/test/java/org/apache/chemistry/opencmis/client/bindings/webservices/SimpleReadOnlyTests.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/test/java/org/apache/chemistry/opencmis/client/bindings/webservices/SimpleReadWriteTests.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/test/java/org/apache/chemistry/opencmis/client/bindings/webservices/WebServicesTestBindingFactory.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/SessionFactoryImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/AbstractPersistentCmisObject.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/AbstractPersistentFilableCmisObject.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/CmisBindingHelper.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/ObjectIdImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/OperationContextImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/PersistentDocumentImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/PersistentFolderImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/PersistentPolicyImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/PersistentPropertyImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/PersistentRelationshipImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/PersistentSessionImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/QueryResultImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/RenditionImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/cache/Cache.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/cache/CacheImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/DocumentTypeImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/FolderTypeImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/ObjectTypeHelper.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/PolicyTypeImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/RelationshipTypeImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/PersistentObjectFactoryImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/RepositoryImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/util/AbstractPageFetch.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/util/ContainerImpl.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/util/DefaultPagingIterable.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/util/DefaultPagingIterator.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/test/java/org/apache/chemistry/opencmis/client/runtime/CacheTest.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/test/java/org/apache/chemistry/opencmis/client/runtime/PagingListTest.java

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/SessionFactory.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/SessionFactory.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/SessionFactory.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/SessionFactory.java Thu Apr 22 16:04:19 2010
@@ -60,23 +60,23 @@ import org.apache.chemistry.opencmis.cli
  */
 public interface SessionFactory {
 
-	/**
-	 * Obtain a new session using parameter configuration.
-	 * 
-	 * @param T
-	 *            A from the {@code Session} interface derived sub type
-	 * @param parameters
-	 *            a {@code Map} of name/value pairs with parameters for the
-	 *            session. See class {@code SessionParameter}.
-	 * @return a {@code session} to the CMIS repository specified by the {@code
-	 *         parameters}.
-	 */
-	<T extends Session> T createSession(Map<String, String> parameters);
+    /**
+     * Obtain a new session using parameter configuration.
+     * 
+     * @param T
+     *            A from the {@code Session} interface derived sub type
+     * @param parameters
+     *            a {@code Map} of name/value pairs with parameters for the
+     *            session. See class {@code SessionParameter}.
+     * @return a {@code session} to the CMIS repository specified by the {@code
+     *         parameters}.
+     */
+    <T extends Session> T createSession(Map<String, String> parameters);
 
-	/**
-	 * Returns all repositories that are available at the endpoint. See
-	 * {@link #createSession(Map)} for parameter details. The parameter {@code
-	 * SessionParameter.REPOSITORY_ID} should not be set.
-	 */
-	List<Repository> getRepositories(Map<String, String> parameters);
+    /**
+     * Returns all repositories that are available at the endpoint. See
+     * {@link #createSession(Map)} for parameter details. The parameter {@code
+     * SessionParameter.REPOSITORY_ID} should not be set.
+     */
+    List<Repository> getRepositories(Map<String, String> parameters);
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ChangeEvent.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ChangeEvent.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ChangeEvent.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ChangeEvent.java Thu Apr 22 16:04:19 2010
@@ -31,19 +31,19 @@ import org.apache.chemistry.opencmis.com
  */
 public interface ChangeEvent extends ChangeEventInfo {
 
-	/**
-	 * Gets the id of the object.
-	 * 
-	 * @return the object ID
-	 */
-	String getObjectId();
+    /**
+     * Gets the id of the object.
+     * 
+     * @return the object ID
+     */
+    String getObjectId();
 
-	/**
-	 * For change events with change type "updated": The list of properties now
-	 * applied to the object.
-	 * 
-	 * @return the list with the new properties, might be {@code null}
-	 */
-	List<Property<?>> getNewProperties();
+    /**
+     * For change events with change type "updated": The list of properties now
+     * applied to the object.
+     * 
+     * @return the list with the new properties, might be {@code null}
+     */
+    List<Property<?>> getNewProperties();
 
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/CmisObject.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/CmisObject.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/CmisObject.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/CmisObject.java Thu Apr 22 16:04:19 2010
@@ -36,149 +36,149 @@ import org.apache.chemistry.opencmis.com
  */
 public interface CmisObject extends ObjectId {
 
-	// common properties
+    // common properties
 
-	/**
-	 * Get the name of this object. {@code Property<String> 'cmis:name'}
-	 */
-	String getName();
+    /**
+     * Get the name of this object. {@code Property<String> 'cmis:name'}
+     */
+    String getName();
 
-	/**
-	 * Set the name of this object. {@code Property<String> 'cmis:name'}
-	 */
-	void setName(String name);
+    /**
+     * Set the name of this object. {@code Property<String> 'cmis:name'}
+     */
+    void setName(String name);
 
-	/**
-	 * Get the id of the user who created the object (maintained by the
-	 * repository). {@code Property<String> 'cmis:createdBy'}
-	 */
-	String getCreatedBy();
+    /**
+     * Get the id of the user who created the object (maintained by the
+     * repository). {@code Property<String> 'cmis:createdBy'}
+     */
+    String getCreatedBy();
 
-	/**
-	 * Get the timestamp when the object was created (maintained by the
-	 * repository). {@code Property<GregorianCalendar> 'cmis:creationDate'}
-	 */
-	GregorianCalendar getCreationDate();
+    /**
+     * Get the timestamp when the object was created (maintained by the
+     * repository). {@code Property<GregorianCalendar> 'cmis:creationDate'}
+     */
+    GregorianCalendar getCreationDate();
 
-	/**
-	 * Get the id of the user who changed the object (maintained by the
-	 * repository). {@code Property<String> 'cmis:lastModifiedBy'}
-	 */
-	String getLastModifiedBy();
+    /**
+     * Get the id of the user who changed the object (maintained by the
+     * repository). {@code Property<String> 'cmis:lastModifiedBy'}
+     */
+    String getLastModifiedBy();
 
-	/**
-	 * Get the timestamp when the object was changed (maintained by the
-	 * repository). {@code Property<GregorianCalendar>
-	 * 'cmis:lastModificationDate'}
-	 */
-	GregorianCalendar getLastModificationDate();
+    /**
+     * Get the timestamp when the object was changed (maintained by the
+     * repository). {@code Property<GregorianCalendar>
+     * 'cmis:lastModificationDate'}
+     */
+    GregorianCalendar getLastModificationDate();
 
-	/**
-	 * Get the object's base type (maintained by the repository). {@code
-	 * Property<String> 'cmis:baseTypeId'}
-	 */
-	ObjectType getBaseType();
+    /**
+     * Get the object's base type (maintained by the repository). {@code
+     * Property<String> 'cmis:baseTypeId'}
+     */
+    ObjectType getBaseType();
 
-	/**
-	 * Get the object's type. {@code Property<String> 'cmis:objectTypeId'}
-	 */
-	ObjectType getType();
+    /**
+     * Get the object's type. {@code Property<String> 'cmis:objectTypeId'}
+     */
+    ObjectType getType();
 
-	/**
-	 * Get the type's base type id.
-	 * 
-	 * @return
-	 */
-	BaseTypeId getBaseTypeId();
+    /**
+     * Get the type's base type id.
+     * 
+     * @return
+     */
+    BaseTypeId getBaseTypeId();
 
-	/**
-	 * Get the change token for this object (maintained by the repository).
-	 * {@code Property<String> 'cmis:changeToken'}
-	 */
-	String getChangeToken();
+    /**
+     * Get the change token for this object (maintained by the repository).
+     * {@code Property<String> 'cmis:changeToken'}
+     */
+    String getChangeToken();
 
-	// object
+    // object
 
-	List<Property<?>> getProperties();
+    List<Property<?>> getProperties();
 
-	<T> Property<T> getProperty(String id);
+    <T> Property<T> getProperty(String id);
 
-	<T> T getPropertyValue(String id);
+    <T> T getPropertyValue(String id);
 
-	<T> List<T> getPropertyMultivalue(String id);
+    <T> List<T> getPropertyMultivalue(String id);
 
-	AllowableActions getAllowableActions();
+    AllowableActions getAllowableActions();
 
-	List<Relationship> getRelationships();
+    List<Relationship> getRelationships();
 
-	Acl getAcl();
+    Acl getAcl();
 
-	// object service
+    // object service
 
-	void delete(boolean allVersions);
+    void delete(boolean allVersions);
 
-	ObjectId updateProperties();
+    ObjectId updateProperties();
 
-	ObjectId updateProperties(Map<String, ?> properties);
+    ObjectId updateProperties(Map<String, ?> properties);
 
-	// relationship service
+    // relationship service
 
-	PagingIterable<Relationship> getRelationships(boolean includeSubRelationshipTypes,
-			RelationshipDirection relationshipDirection, ObjectType type, OperationContext context, int itemsPerPage);
+    PagingIterable<Relationship> getRelationships(boolean includeSubRelationshipTypes,
+            RelationshipDirection relationshipDirection, ObjectType type, OperationContext context, int itemsPerPage);
 
-	// renditions
+    // renditions
 
-	List<Rendition> getRenditions();
+    List<Rendition> getRenditions();
 
-	// policy service
+    // policy service
 
-	void applyPolicy(ObjectId policyId);
+    void applyPolicy(ObjectId policyId);
 
-	void removePolicy(ObjectId policyId);
+    void removePolicy(ObjectId policyId);
 
-	List<Policy> getPolicies();
+    List<Policy> getPolicies();
 
-	// ACL service
+    // ACL service
 
-	Acl getAcl(boolean onlyBasicPermissions);
+    Acl getAcl(boolean onlyBasicPermissions);
 
-	Acl applyAcl(List<Ace> addAces, List<Ace> removeAces, AclPropagation aclPropagation);
+    Acl applyAcl(List<Ace> addAces, List<Ace> removeAces, AclPropagation aclPropagation);
 
-	void addAcl(List<Ace> addAces, AclPropagation aclPropagation);
+    void addAcl(List<Ace> addAces, AclPropagation aclPropagation);
 
-	void removeAcl(List<Ace> removeAces, AclPropagation aclPropagation);
+    void removeAcl(List<Ace> removeAces, AclPropagation aclPropagation);
 
-	// buffered stuff
+    // buffered stuff
 
-	<T> void setProperty(String id, T value);
+    <T> void setProperty(String id, T value);
 
-	<T> void setPropertyMultivalue(String id, List<T> value);
+    <T> void setPropertyMultivalue(String id, List<T> value);
 
-	// void saveProperties(); // flush buffered ...Propert...-calls
+    // void saveProperties(); // flush buffered ...Propert...-calls
 
-	// void saveAcl(); // flush buffered ...Acl...-calls
+    // void saveAcl(); // flush buffered ...Acl...-calls
 
-	// session handling
+    // session handling
 
-	/**
-	 * Returns true, if this object has pending changes which are not synced
-	 * with the backend.
-	 */
-	boolean isChanged();
+    /**
+     * Returns true, if this object has pending changes which are not synced
+     * with the backend.
+     */
+    boolean isChanged();
 
-	/**
-	 * Returns the timestamp (in milliseconds) of the last refresh.
-	 */
-	long getRefreshTimestamp();
+    /**
+     * Returns the timestamp (in milliseconds) of the last refresh.
+     */
+    long getRefreshTimestamp();
 
-	/**
-	 * Reloads the data from the repository.
-	 */
-	void refresh();
+    /**
+     * Reloads the data from the repository.
+     */
+    void refresh();
 
-	/**
-	 * Reloads the data from the repository if the last refresh did not occur
-	 * within <code>durationInMillis</code>.
-	 */
-	void refreshIfOld(long durationInMillis);
+    /**
+     * Reloads the data from the repository if the last refresh did not occur
+     * within <code>durationInMillis</code>.
+     */
+    void refreshIfOld(long durationInMillis);
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Document.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Document.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Document.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Document.java Thu Apr 22 16:04:19 2010
@@ -30,74 +30,74 @@ import org.apache.chemistry.opencmis.com
  */
 public interface Document extends FileableCmisObject {
 
-	// object service
+    // object service
 
-	void deleteAllVersions();
+    void deleteAllVersions();
 
-	ContentStream getContentStream();
+    ContentStream getContentStream();
 
-	ObjectId setContentStream(ContentStream contentStream, boolean overwrite);
+    ObjectId setContentStream(ContentStream contentStream, boolean overwrite);
 
-	ObjectId deleteContentStream();
+    ObjectId deleteContentStream();
 
-	// versioning service
+    // versioning service
 
-	ObjectId checkOut(); // returns the PWC id
+    ObjectId checkOut(); // returns the PWC id
 
-	void cancelCheckOut();
+    void cancelCheckOut();
 
-	ObjectId checkIn(boolean major, Map<String, ?> properties, ContentStream contentStream, String checkinComment,
-			List<Policy> policies, List<Ace> addAces, List<Ace> removeAces);
+    ObjectId checkIn(boolean major, Map<String, ?> properties, ContentStream contentStream, String checkinComment,
+            List<Policy> policies, List<Ace> addAces, List<Ace> removeAces);
 
-	Document getObjectOfLatestVersion(boolean major);
+    Document getObjectOfLatestVersion(boolean major);
 
-	Document getObjectOfLatestVersion(boolean major, OperationContext context);
+    Document getObjectOfLatestVersion(boolean major, OperationContext context);
 
-	List<Document> getAllVersions();
+    List<Document> getAllVersions();
 
-	List<Document> getAllVersions(OperationContext context);
+    List<Document> getAllVersions(OperationContext context);
 
-	// document specific properties
+    // document specific properties
 
-	Boolean isImmutable(); // cmis:isImmutable
+    Boolean isImmutable(); // cmis:isImmutable
 
-	Boolean isLatestVersion(); // cmis:isLatestVersion
+    Boolean isLatestVersion(); // cmis:isLatestVersion
 
-	Boolean isMajorVersion(); // cmis:isMajorVersion
+    Boolean isMajorVersion(); // cmis:isMajorVersion
 
-	Boolean isLatestMajorVersion(); // cmis:isLatestMajorVersion
+    Boolean isLatestMajorVersion(); // cmis:isLatestMajorVersion
 
-	String getVersionLabel(); // cmis:versionLabel
+    String getVersionLabel(); // cmis:versionLabel
 
-	String getVersionSeriesId(); // cmis:versionSeriesId
+    String getVersionSeriesId(); // cmis:versionSeriesId
 
-	Boolean isVersionSeriesCheckedOut(); // cmis:isVersionSeriesCheckedOut
+    Boolean isVersionSeriesCheckedOut(); // cmis:isVersionSeriesCheckedOut
 
-	String getVersionSeriesCheckedOutBy(); // cmis:versionSeriesCheckedOutBy
+    String getVersionSeriesCheckedOutBy(); // cmis:versionSeriesCheckedOutBy
 
-	String getVersionSeriesCheckedOutId(); // cmis:versionSeriesCheckedOutId
+    String getVersionSeriesCheckedOutId(); // cmis:versionSeriesCheckedOutId
 
-	String getCheckinComment(); // cmis:checkinComment
+    String getCheckinComment(); // cmis:checkinComment
 
-	long getContentStreamLength(); // cmis:contentStreamLength
+    long getContentStreamLength(); // cmis:contentStreamLength
 
-	String getContentStreamMimeType(); // cmis:contentStreamMimeType
+    String getContentStreamMimeType(); // cmis:contentStreamMimeType
 
-	String getContentStreamFileName(); // cmis:contentStreamFileName
+    String getContentStreamFileName(); // cmis:contentStreamFileName
 
-	String getContentStreamId(); // cmis:contentStreamId
+    String getContentStreamId(); // cmis:contentStreamId
 
-	/**
-	 * Shortcut for ObjectFactory.createDocumentFromSource(this, ...).
-	 * 
-	 * @param properties
-	 * @param versioningState
-	 * @param policies
-	 * @param addACEs
-	 * @param removeACEs
-	 * @return
-	 */
-	Document copy(List<Property<?>> properties, VersioningState versioningState, List<Policy> policies,
-			List<Ace> addACEs, List<Ace> removeACEs);
+    /**
+     * Shortcut for ObjectFactory.createDocumentFromSource(this, ...).
+     * 
+     * @param properties
+     * @param versioningState
+     * @param policies
+     * @param addACEs
+     * @param removeACEs
+     * @return
+     */
+    Document copy(List<Property<?>> properties, VersioningState versioningState, List<Policy> policies,
+            List<Ace> addACEs, List<Ace> removeACEs);
 
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/DocumentType.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/DocumentType.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/DocumentType.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/DocumentType.java Thu Apr 22 16:04:19 2010
@@ -27,21 +27,21 @@ import org.apache.chemistry.opencmis.com
  */
 public interface DocumentType extends ObjectType {
 
-	/**
-	 * Get the {@code isVersionable} flag.
-	 * 
-	 * @return {@code true} if this document type is versionable, {@code false}
-	 *         if documents of this type cannot be versioned.
-	 */
-	Boolean isVersionable();
+    /**
+     * Get the {@code isVersionable} flag.
+     * 
+     * @return {@code true} if this document type is versionable, {@code false}
+     *         if documents of this type cannot be versioned.
+     */
+    Boolean isVersionable();
 
-	/**
-	 * Get the enum that describes, how content streams have to be handled with
-	 * this document type.
-	 * 
-	 * @return the mode of content stream support ({@code notallowed}, {@code
-	 *         allowed}, or {@code required}).
-	 */
-	ContentStreamAllowed getContentStreamAllowed();
+    /**
+     * Get the enum that describes, how content streams have to be handled with
+     * this document type.
+     * 
+     * @return the mode of content stream support ({@code notallowed}, {@code
+     *         allowed}, or {@code required}).
+     */
+    ContentStreamAllowed getContentStreamAllowed();
 
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ExtensionHandler.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ExtensionHandler.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ExtensionHandler.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ExtensionHandler.java Thu Apr 22 16:04:19 2010
@@ -22,6 +22,6 @@ package org.apache.chemistry.opencmis.cl
  */
 public interface ExtensionHandler {
 
-	void handleExtension(String context);
+    void handleExtension(String context);
 
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/FileableCmisObject.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/FileableCmisObject.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/FileableCmisObject.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/FileableCmisObject.java Thu Apr 22 16:04:19 2010
@@ -25,34 +25,34 @@ import java.util.List;
  */
 public interface FileableCmisObject extends CmisObject {
 
-	// object service
+    // object service
 
-	/**
-	 * Moves the object.
-	 */
-	FileableCmisObject move(ObjectId sourceFolderId, ObjectId targetFolderId);
-
-	// navigation service
-
-	/**
-	 * Returns the parents of this object.
-	 */
-	List<Folder> getParents();
-
-	/**
-	 * Returns the paths of this object.
-	 */
-	List<String> getPaths();
-
-	// multifiling service
-
-	/**
-	 * Adds this object to a folder.
-	 */
-	void addToFolder(ObjectId folderId, boolean allVersions);
-
-	/**
-	 * Removes this object from a folder.
-	 */
-	void removeFromFolder(ObjectId folderId);
+    /**
+     * Moves the object.
+     */
+    FileableCmisObject move(ObjectId sourceFolderId, ObjectId targetFolderId);
+
+    // navigation service
+
+    /**
+     * Returns the parents of this object.
+     */
+    List<Folder> getParents();
+
+    /**
+     * Returns the paths of this object.
+     */
+    List<String> getPaths();
+
+    // multifiling service
+
+    /**
+     * Adds this object to a folder.
+     */
+    void addToFolder(ObjectId folderId, boolean allVersions);
+
+    /**
+     * Removes this object from a folder.
+     */
+    void removeFromFolder(ObjectId folderId);
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Folder.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Folder.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Folder.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Folder.java Thu Apr 22 16:04:19 2010
@@ -31,52 +31,52 @@ import org.apache.chemistry.opencmis.com
  */
 public interface Folder extends FileableCmisObject {
 
-	// object service
-	Document createDocument(Map<String, ?> properties, ContentStream contentStream, VersioningState versioningState,
-			List<Policy> policies, List<Ace> addAces, List<Ace> removeAces, OperationContext context);
+    // object service
+    Document createDocument(Map<String, ?> properties, ContentStream contentStream, VersioningState versioningState,
+            List<Policy> policies, List<Ace> addAces, List<Ace> removeAces, OperationContext context);
 
-	Document createDocumentFromSource(ObjectId source, Map<String, ?> properties, VersioningState versioningState,
-			List<Policy> policies, List<Ace> addAces, List<Ace> removeAces, OperationContext context);
+    Document createDocumentFromSource(ObjectId source, Map<String, ?> properties, VersioningState versioningState,
+            List<Policy> policies, List<Ace> addAces, List<Ace> removeAces, OperationContext context);
 
-	Folder createFolder(Map<String, ?> properties, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces,
-			OperationContext context);
+    Folder createFolder(Map<String, ?> properties, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces,
+            OperationContext context);
 
-	Policy createPolicy(Map<String, ?> properties, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces,
-			OperationContext context);
+    Policy createPolicy(Map<String, ?> properties, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces,
+            OperationContext context);
 
-	/**
-	 * @return list of object ids which failed to be deleted
-	 */
-	List<String> deleteTree(boolean allversions, UnfileObject unfile, boolean continueOnFailure);
+    /**
+     * @return list of object ids which failed to be deleted
+     */
+    List<String> deleteTree(boolean allversions, UnfileObject unfile, boolean continueOnFailure);
 
-	// navigation service
+    // navigation service
 
-	List<Tree<FileableCmisObject>> getFolderTree(int depth);
+    List<Tree<FileableCmisObject>> getFolderTree(int depth);
 
-	List<Tree<FileableCmisObject>> getFolderTree(int depth, OperationContext context);
+    List<Tree<FileableCmisObject>> getFolderTree(int depth, OperationContext context);
 
-	List<Tree<FileableCmisObject>> getDescendants(int depth);
+    List<Tree<FileableCmisObject>> getDescendants(int depth);
 
-	List<Tree<FileableCmisObject>> getDescendants(int depth, OperationContext context);
+    List<Tree<FileableCmisObject>> getDescendants(int depth, OperationContext context);
 
-	PagingIterable<CmisObject> getChildren(int itemsPerPage);
+    PagingIterable<CmisObject> getChildren(int itemsPerPage);
 
-	PagingIterable<CmisObject> getChildren(OperationContext context, int itemsPerPage);
+    PagingIterable<CmisObject> getChildren(OperationContext context, int itemsPerPage);
 
-	boolean isRootFolder();
+    boolean isRootFolder();
 
-	Folder getFolderParent();
+    Folder getFolderParent();
 
-	String getPath();
+    String getPath();
 
-	/**
-	 * Returns all checked out documents of this folder.
-	 */
-	PagingIterable<Document> getCheckedOutDocs(int itemsPerPage);
+    /**
+     * Returns all checked out documents of this folder.
+     */
+    PagingIterable<Document> getCheckedOutDocs(int itemsPerPage);
 
-	PagingIterable<Document> getCheckedOutDocs(OperationContext context, int itemsPerPage);
+    PagingIterable<Document> getCheckedOutDocs(OperationContext context, int itemsPerPage);
 
-	// folder specific properties
+    // folder specific properties
 
-	List<ObjectType> getAllowedChildObjectTypes(); // cmis:allowedChildObjectTypeIds
+    List<ObjectType> getAllowedChildObjectTypes(); // cmis:allowedChildObjectTypeIds
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ObjectFactory.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ObjectFactory.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ObjectFactory.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ObjectFactory.java Thu Apr 22 16:04:19 2010
@@ -41,45 +41,45 @@ import org.apache.chemistry.opencmis.com
  */
 public interface ObjectFactory {
 
-	// ACL and ACE
+    // ACL and ACE
 
-	Acl convertAces(List<Ace> aces);
+    Acl convertAces(List<Ace> aces);
 
-	// policies
+    // policies
 
-	List<String> convertPolicies(List<Policy> policies);
+    List<String> convertPolicies(List<Policy> policies);
 
-	// renditions
+    // renditions
 
-	Rendition convertRendition(String objectId, RenditionData rendition);
+    Rendition convertRendition(String objectId, RenditionData rendition);
 
-	// content stream
+    // content stream
 
-	ContentStream createContentStream(String filename, long length, String mimetype, InputStream stream);
+    ContentStream createContentStream(String filename, long length, String mimetype, InputStream stream);
 
-	ContentStream convertContentStream(ContentStream contentStream);
+    ContentStream convertContentStream(ContentStream contentStream);
 
-	// types
+    // types
 
-	ObjectType convertTypeDefinition(TypeDefinition typeDefinition);
+    ObjectType convertTypeDefinition(TypeDefinition typeDefinition);
 
-	ObjectType getTypeFromObjectData(ObjectData objectData);
+    ObjectType getTypeFromObjectData(ObjectData objectData);
 
-	// properties
+    // properties
 
-	<T> Property<T> createProperty(PropertyDefinition<?> type, T value);
+    <T> Property<T> createProperty(PropertyDefinition<?> type, T value);
 
-	<T> Property<T> createPropertyMultivalue(PropertyDefinition<?> type, List<T> values);
+    <T> Property<T> createPropertyMultivalue(PropertyDefinition<?> type, List<T> values);
 
-	Map<String, Property<?>> convertProperties(ObjectType objectType, Properties properties);
+    Map<String, Property<?>> convertProperties(ObjectType objectType, Properties properties);
 
-	Properties convertProperties(Map<String, ?> properties, ObjectType type, Set<Updatability> updatabilityFilter);
+    Properties convertProperties(Map<String, ?> properties, ObjectType type, Set<Updatability> updatabilityFilter);
 
-	List<PropertyData<?>> convertQueryProperties(Properties properties);
+    List<PropertyData<?>> convertQueryProperties(Properties properties);
 
-	// objects
+    // objects
 
-	CmisObject convertObject(ObjectData objectData, OperationContext context);
+    CmisObject convertObject(ObjectData objectData, OperationContext context);
 
-	QueryResult convertQueryResult(ObjectData objectData);
+    QueryResult convertQueryResult(ObjectData objectData);
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ObjectId.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ObjectId.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ObjectId.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ObjectId.java Thu Apr 22 16:04:19 2010
@@ -23,8 +23,8 @@ package org.apache.chemistry.opencmis.cl
  */
 public interface ObjectId {
 
-	/**
-	 * Returns the id.
-	 */
-	String getId();
+    /**
+     * Returns the id.
+     */
+    String getId();
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ObjectType.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ObjectType.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ObjectType.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/ObjectType.java Thu Apr 22 16:04:19 2010
@@ -31,57 +31,57 @@ import org.apache.chemistry.opencmis.com
  */
 public interface ObjectType extends TypeDefinition {
 
-	String DOCUMENT_BASETYPE_ID = BaseTypeId.CMIS_DOCUMENT.value();
-	String FOLDER_BASETYPE_ID = BaseTypeId.CMIS_FOLDER.value();
-	String RELATIONSHIP_BASETYPE_ID = BaseTypeId.CMIS_RELATIONSHIP.value();
-	String POLICY_BASETYPE_ID = BaseTypeId.CMIS_POLICY.value();
-
-	/**
-	 * Indicates if this is base object type (i.e. if {@code getId()} returns
-	 * ...{@code _BASETYPE_ID}.
-	 * 
-	 * @return {@code true} if this type is a base type, {@code false} if this
-	 *         type is a derived type.
-	 */
-	boolean isBaseType();
-
-	/**
-	 * Get the type's base type, if the type is a derived (non-base) type.
-	 * 
-	 * @return the base type this type is derived from, or {@code null} if it is
-	 *         a base type ({@code isBase()==true}).
-	 * @throws CmisRuntimeException
-	 */
-	ObjectType getBaseType(); // null if isBase == true
-
-	/**
-	 * Get the type's parent type, if the type is a derived (non-base) type.
-	 * 
-	 * @return the parent type from which this type is derived, or {@code null}
-	 *         if it is a base type ( {@code isBase()==true}).
-	 * @throws CmisRuntimeException
-	 */
-	ObjectType getParentType();
-
-	/**
-	 * Get the list of types directly derived from this type (which will return
-	 * this type on {@code getParent()}).
-	 * 
-	 * @param itemsPerPage
-	 *            types per page
-	 * @return a {@code List} of types which are directly derived from this
-	 *         type. @
-	 */
-	PagingIterable<ObjectType> getChildren(int itemsPerPage);
-
-	/**
-	 * Get the list of all types somehow derived from this type.
-	 * 
-	 * @param depth
-	 *            the depth to which the derived types should be resolved.
-	 * @return a {@code Tree} of types which are derived from this type (direct
-	 *         and via their parents). @
-	 */
-	List<Tree<ObjectType>> getDescendants(int depth);
+    String DOCUMENT_BASETYPE_ID = BaseTypeId.CMIS_DOCUMENT.value();
+    String FOLDER_BASETYPE_ID = BaseTypeId.CMIS_FOLDER.value();
+    String RELATIONSHIP_BASETYPE_ID = BaseTypeId.CMIS_RELATIONSHIP.value();
+    String POLICY_BASETYPE_ID = BaseTypeId.CMIS_POLICY.value();
+
+    /**
+     * Indicates if this is base object type (i.e. if {@code getId()} returns
+     * ...{@code _BASETYPE_ID}.
+     * 
+     * @return {@code true} if this type is a base type, {@code false} if this
+     *         type is a derived type.
+     */
+    boolean isBaseType();
+
+    /**
+     * Get the type's base type, if the type is a derived (non-base) type.
+     * 
+     * @return the base type this type is derived from, or {@code null} if it is
+     *         a base type ({@code isBase()==true}).
+     * @throws CmisRuntimeException
+     */
+    ObjectType getBaseType(); // null if isBase == true
+
+    /**
+     * Get the type's parent type, if the type is a derived (non-base) type.
+     * 
+     * @return the parent type from which this type is derived, or {@code null}
+     *         if it is a base type ( {@code isBase()==true}).
+     * @throws CmisRuntimeException
+     */
+    ObjectType getParentType();
+
+    /**
+     * Get the list of types directly derived from this type (which will return
+     * this type on {@code getParent()}).
+     * 
+     * @param itemsPerPage
+     *            types per page
+     * @return a {@code List} of types which are directly derived from this
+     *         type. @
+     */
+    PagingIterable<ObjectType> getChildren(int itemsPerPage);
+
+    /**
+     * Get the list of all types somehow derived from this type.
+     * 
+     * @param depth
+     *            the depth to which the derived types should be resolved.
+     * @return a {@code Tree} of types which are derived from this type (direct
+     *         and via their parents). @
+     */
+    List<Tree<ObjectType>> getDescendants(int depth);
 
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/OperationContext.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/OperationContext.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/OperationContext.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/OperationContext.java Thu Apr 22 16:04:19 2010
@@ -24,53 +24,53 @@ import org.apache.chemistry.opencmis.com
 
 public interface OperationContext {
 
-	Set<String> getFilter();
+    Set<String> getFilter();
 
-	void setFilter(Set<String> propertyFilter);
+    void setFilter(Set<String> propertyFilter);
 
-	void setFilterString(String propertyFilter);
+    void setFilterString(String propertyFilter);
 
-	/**
-	 * Returns the filter extended by cmis:objectId, cmis:objectTypeId and
-	 * cmis:baseTypeId.
-	 */
-	String getFilterString();
+    /**
+     * Returns the filter extended by cmis:objectId, cmis:objectTypeId and
+     * cmis:baseTypeId.
+     */
+    String getFilterString();
 
-	boolean isIncludeAllowableActions();
+    boolean isIncludeAllowableActions();
 
-	void setIncludeAllowableActions(boolean include);
+    void setIncludeAllowableActions(boolean include);
 
-	boolean isIncludeAcls();
+    boolean isIncludeAcls();
 
-	void setIncludeAcls(boolean include);
+    void setIncludeAcls(boolean include);
 
-	IncludeRelationships getIncludeRelationships();
+    IncludeRelationships getIncludeRelationships();
 
-	void setIncludeRelationships(IncludeRelationships include);
+    void setIncludeRelationships(IncludeRelationships include);
 
-	boolean isIncludePolicies();
+    boolean isIncludePolicies();
 
-	void setIncludePolicies(boolean include);
+    void setIncludePolicies(boolean include);
 
-	Set<String> getRenditionFilter();
+    Set<String> getRenditionFilter();
 
-	void setRenditionFilter(Set<String> renditionFilter);
+    void setRenditionFilter(Set<String> renditionFilter);
 
-	void setRenditionFilterString(String renditionFilter);
+    void setRenditionFilterString(String renditionFilter);
 
-	String getRenditionFilterString();
+    String getRenditionFilterString();
 
-	boolean isIncludePathSegments();
+    boolean isIncludePathSegments();
 
-	void setIncludePathSegments(boolean include);
+    void setIncludePathSegments(boolean include);
 
-	String getOrderBy();
+    String getOrderBy();
 
-	void setOrderBy(String orderBy);
+    void setOrderBy(String orderBy);
 
-	boolean isCacheEnabled();
+    boolean isCacheEnabled();
 
-	void setCacheEnabled(boolean cacheEnabled);
+    void setCacheEnabled(boolean cacheEnabled);
 
-	String getCacheKey();
+    String getCacheKey();
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/PagingIterable.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/PagingIterable.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/PagingIterable.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/PagingIterable.java Thu Apr 22 16:04:19 2010
@@ -26,12 +26,12 @@ package org.apache.chemistry.opencmis.cl
  */
 public interface PagingIterable<T> extends Iterable<T> {
 
-	/**
-	 * Skip to position within CMIS collection
-	 * 
-	 * @param position
-	 * @return iterable whose starting point is the specicied skip to position
-	 */
-	PagingIterable<T> skipTo(long position);
+    /**
+     * Skip to position within CMIS collection
+     * 
+     * @param position
+     * @return iterable whose starting point is the specicied skip to position
+     */
+    PagingIterable<T> skipTo(long position);
 
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/PagingIterator.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/PagingIterator.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/PagingIterator.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/PagingIterator.java Thu Apr 22 16:04:19 2010
@@ -27,23 +27,23 @@ import java.util.Iterator;
  */
 public interface PagingIterator<T> extends Iterator<T> {
 
-	/**
-	 * Returns the current position within the iterator.
-	 * 
-	 * @return iterator position
-	 */
-	long getPosition();
+    /**
+     * Returns the current position within the iterator.
+     * 
+     * @return iterator position
+     */
+    long getPosition();
 
-	/**
-	 * Returns the total number of items. If the repository knows the total
-	 * number of items in a result set, the repository SHOULD include the number
-	 * here. If the repository does not know the number of items in a result
-	 * set, this parameter SHOULD not be set. The value in the parameter MAY NOT
-	 * be accurate the next time the client retrieves the result set or the next
-	 * page in the result set.
-	 * 
-	 * @return total number of items or (-1)
-	 */
-	long getTotalNumItems();
+    /**
+     * Returns the total number of items. If the repository knows the total
+     * number of items in a result set, the repository SHOULD include the number
+     * here. If the repository does not know the number of items in a result
+     * set, this parameter SHOULD not be set. The value in the parameter MAY NOT
+     * be accurate the next time the client retrieves the result set or the next
+     * page in the result set.
+     * 
+     * @return total number of items or (-1)
+     */
+    long getTotalNumItems();
 
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Policy.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Policy.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Policy.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Policy.java Thu Apr 22 16:04:19 2010
@@ -23,6 +23,6 @@ package org.apache.chemistry.opencmis.cl
  */
 public interface Policy extends FileableCmisObject {
 
-	public String getPolicyText(); // cmis:policyText
+    public String getPolicyText(); // cmis:policyText
 
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Property.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Property.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Property.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Property.java Thu Apr 22 16:04:19 2010
@@ -32,12 +32,12 @@ import org.apache.chemistry.opencmis.com
  */
 public interface Property<T> extends PropertyData<T> {
 
-	boolean isMultiValued();
+    boolean isMultiValued();
 
-	PropertyType getType();
+    PropertyType getType();
 
-	PropertyDefinition<T> getDefinition();
+    PropertyDefinition<T> getDefinition();
 
-	String getValueAsString();
+    String getValueAsString();
 
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/QueryResult.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/QueryResult.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/QueryResult.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/QueryResult.java Thu Apr 22 16:04:19 2010
@@ -28,23 +28,23 @@ import org.apache.chemistry.opencmis.com
  */
 public interface QueryResult {
 
-	List<PropertyData<?>> getProperties();
+    List<PropertyData<?>> getProperties();
 
-	<T> PropertyData<T> getPropertyById(String id);
+    <T> PropertyData<T> getPropertyById(String id);
 
-	<T> PropertyData<T> getPropertyByQueryName(String queryName);
+    <T> PropertyData<T> getPropertyByQueryName(String queryName);
 
-	<T> T getPropertyValueById(String id);
+    <T> T getPropertyValueById(String id);
 
-	<T> T getPropertyValueByQueryName(String queryName);
+    <T> T getPropertyValueByQueryName(String queryName);
 
-	<T> List<T> getPropertyMultivalueById(String id);
+    <T> List<T> getPropertyMultivalueById(String id);
 
-	<T> List<T> getPropertyMultivalueByQueryName(String queryName);
+    <T> List<T> getPropertyMultivalueByQueryName(String queryName);
 
-	AllowableActions getAllowableActions();
+    AllowableActions getAllowableActions();
 
-	List<Relationship> getRelationships();
+    List<Relationship> getRelationships();
 
-	List<Rendition> getRenditions();
+    List<Rendition> getRenditions();
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Relationship.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Relationship.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Relationship.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Relationship.java Thu Apr 22 16:04:19 2010
@@ -23,13 +23,13 @@ package org.apache.chemistry.opencmis.cl
  */
 public interface Relationship extends CmisObject {
 
-	// relationship specific properties
+    // relationship specific properties
 
-	CmisObject getSource(); // cmis:sourceId
+    CmisObject getSource(); // cmis:sourceId
 
-	CmisObject getSource(OperationContext context);
+    CmisObject getSource(OperationContext context);
 
-	CmisObject getTarget(); // cmis:targetId
+    CmisObject getTarget(); // cmis:targetId
 
-	CmisObject getTarget(OperationContext context);
+    CmisObject getTarget(OperationContext context);
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/RelationshipType.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/RelationshipType.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/RelationshipType.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/RelationshipType.java Thu Apr 22 16:04:19 2010
@@ -26,20 +26,20 @@ import java.util.List;
  */
 public interface RelationshipType extends ObjectType {
 
-	/**
-	 * Get the list of object types, allowed as source for relationships of this
-	 * type.
-	 * 
-	 * @return the allowed source types for this relationship type.
-	 */
-	List<ObjectType> getAllowedSourceTypes();
+    /**
+     * Get the list of object types, allowed as source for relationships of this
+     * type.
+     * 
+     * @return the allowed source types for this relationship type.
+     */
+    List<ObjectType> getAllowedSourceTypes();
 
-	/**
-	 * Get the list of object types, allowed as target for relationships of this
-	 * type.
-	 * 
-	 * @return the allowed target types for this relationship type.
-	 */
-	List<ObjectType> getAllowedTargetTypes();
+    /**
+     * Get the list of object types, allowed as target for relationships of this
+     * type.
+     * 
+     * @return the allowed target types for this relationship type.
+     */
+    List<ObjectType> getAllowedTargetTypes();
 
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Rendition.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Rendition.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Rendition.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Rendition.java Thu Apr 22 16:04:19 2010
@@ -26,15 +26,15 @@ import org.apache.chemistry.opencmis.com
  */
 public interface Rendition extends RenditionData {
 
-	long getLength();
+    long getLength();
 
-	long getHeight();
+    long getHeight();
 
-	long getWidth();
+    long getWidth();
 
-	Document getRenditionDocument();
+    Document getRenditionDocument();
 
-	Document getRenditionDocument(OperationContext context);
+    Document getRenditionDocument(OperationContext context);
 
-	ContentStream getContentStream();
+    ContentStream getContentStream();
 }

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Repository.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Repository.java?rev=936922&r1=936921&r2=936922&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Repository.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Repository.java Thu Apr 22 16:04:19 2010
@@ -25,8 +25,8 @@ import org.apache.chemistry.opencmis.com
  */
 public interface Repository extends RepositoryInfo {
 
-	/**
-	 * Creates a session for this repository.
-	 */
-	<T extends Session> T createSession();
+    /**
+     * Creates a session for this repository.
+     */
+    <T extends Session> T createSession();
 }