Author: fguillaume
Date: Mon Sep 27 10:00:39 2010
New Revision: 1001654
URL: http://svn.apache.org/viewvc?rev=1001654&view=rev
Log:
cleanup
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/NavigationServiceImpl.java
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/NavigationServiceImpl.java
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/NavigationServiceImpl.java?rev=1001654&r1=1001653&r2=1001654&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/NavigationServiceImpl.java
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/atompub/NavigationServiceImpl.java
Mon Sep 27 10:00:39 2010
@@ -52,9 +52,8 @@ import org.apache.chemistry.opencmis.com
/**
* Navigation Service AtomPub client.
- *
+ *
* @author <a href="mailto:[email protected]">Florian Müller</a>
- *
*/
public class NavigationServiceImpl extends AbstractAtomPubService implements
NavigationService {
@@ -65,17 +64,6 @@ public class NavigationServiceImpl exten
setSession(session);
}
- /*
- * (non-Javadoc)
- *
- * @see
- * org.apache.opencmis.client.provider.NavigationService#getChildren(java
- * .lang.String, java.lang.String, java.lang.String, java.lang.String,
- * java.lang.Boolean,
- * org.apache.opencmis.commons.enums.IncludeRelationships,
java.lang.String,
- * java.lang.Boolean, java.math.BigInteger, java.math.BigInteger,
- * org.apache.opencmis.client.provider.ExtensionsData)
- */
public ObjectInFolderList getChildren(String repositoryId, String
folderId, String filter, String orderBy,
Boolean includeAllowableActions, IncludeRelationships
includeRelationships, String renditionFilter,
Boolean includePathSegment, BigInteger maxItems, BigInteger
skipCount, ExtensionsData extension) {
@@ -151,16 +139,6 @@ public class NavigationServiceImpl exten
return result;
}
- /*
- * (non-Javadoc)
- *
- * @see
- * org.apache.opencmis.client.provider.NavigationService#getDescendants(
- * java.lang.String, java.lang.String, java.math.BigInteger,
- * java.lang.String, java.lang.Boolean,
- * org.apache.opencmis.commons.enums.IncludeRelationships,
java.lang.String,
- * java.lang.Boolean, org.apache.opencmis.client.provider.ExtensionsData)
- */
public List<ObjectInFolderContainer> getDescendants(String repositoryId,
String folderId, BigInteger depth,
String filter, Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter, Boolean includePathSegment, ExtensionsData
extension) {
@@ -191,14 +169,6 @@ public class NavigationServiceImpl exten
return result;
}
- /*
- * (non-Javadoc)
- *
- * @see
- * org.apache.opencmis.client.provider.NavigationService#getFolderParent
- * (java.lang.String, java.lang.String, java.lang.String,
- * org.apache.opencmis.client.provider.ExtensionsData)
- */
public ObjectData getFolderParent(String repositoryId, String folderId,
String filter, ExtensionsData extension) {
ObjectData result = null;
@@ -251,16 +221,6 @@ public class NavigationServiceImpl exten
return result;
}
- /*
- * (non-Javadoc)
- *
- * @see
- * org.apache.opencmis.client.provider.NavigationService#getFolderTree(java
- * .lang.String, java.lang.String, java.math.BigInteger, java.lang.String,
- * java.lang.Boolean,
- * org.apache.opencmis.commons.enums.IncludeRelationships,
java.lang.String,
- * java.lang.Boolean, org.apache.opencmis.client.provider.ExtensionsData)
- */
public List<ObjectInFolderContainer> getFolderTree(String repositoryId,
String folderId, BigInteger depth,
String filter, Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter, Boolean includePathSegment, ExtensionsData
extension) {
@@ -291,15 +251,6 @@ public class NavigationServiceImpl exten
return result;
}
- /*
- * (non-Javadoc)
- *
- * @see
- * org.apache.opencmis.client.provider.NavigationService#getObjectParents
- * (java.lang.String, java.lang.String, java.lang.String,
java.lang.Boolean,
- * org.apache.opencmis.commons.enums.IncludeRelationships,
java.lang.String,
- * java.lang.Boolean, org.apache.opencmis.client.provider.ExtensionsData)
- */
public List<ObjectParentData> getObjectParents(String repositoryId, String
objectId, String filter,
Boolean includeAllowableActions, IncludeRelationships
includeRelationships, String renditionFilter,
Boolean includeRelativePathSegment, ExtensionsData extension) {
@@ -380,17 +331,6 @@ public class NavigationServiceImpl exten
return result;
}
- /*
- * (non-Javadoc)
- *
- * @see
- * org.apache.opencmis.client.provider.NavigationService#getCheckedOutDocs
- * (java.lang.String, java.lang.String, java.lang.String, java.lang.String,
- * java.lang.Boolean,
- * org.apache.opencmis.commons.enums.IncludeRelationships,
java.lang.String,
- * java.math.BigInteger, java.math.BigInteger,
- * org.apache.opencmis.client.provider.ExtensionsData)
- */
public ObjectList getCheckedOutDocs(String repositoryId, String folderId,
String filter, String orderBy,
Boolean includeAllowableActions, IncludeRelationships
includeRelationships, String renditionFilter,
BigInteger maxItems, BigInteger skipCount, ExtensionsData
extension) {