org.xcmis.wssoap.impl
Class NavigationServicePortImpl

java.lang.Object
  extended by org.xcmis.wssoap.impl.NavigationServicePortImpl
All Implemented Interfaces:
NavigationServicePort

public class NavigationServicePortImpl
extends Object
implements NavigationServicePort

Version:
$Id: NavigationServicePortImpl.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Max Shaposhnik

Constructor Summary
NavigationServicePortImpl()
          Constructs instance of NavigationServicePortImpl .
 
Method Summary
 CmisObjectListType getCheckedOutDocs(String repositoryId, String folderId, String propertyFilter, String orderBy, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
          
 CmisObjectInFolderListType getChildren(String repositoryId, String folderId, String propertyFilter, String orderBy, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegments, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
          
 List<CmisObjectInFolderContainerType> getDescendants(String repositoryId, String folderId, BigInteger depth, String propertyFilter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegments, CmisExtensionType extension)
          
 CmisObjectType getFolderParent(String repositoryId, String folderId, String propertyFilter, CmisExtensionType extension)
          
 List<CmisObjectInFolderContainerType> getFolderTree(String repositoryId, String folderId, BigInteger depth, String propertyFilter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegments, CmisExtensionType extension)
          
 List<CmisObjectParentsType> getObjectParents(String repositoryId, String objectId, String propertyFilter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includeRelativePathSegment, CmisExtensionType extension)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationServicePortImpl

public NavigationServicePortImpl()
Constructs instance of NavigationServicePortImpl .

Method Detail

getCheckedOutDocs

public CmisObjectListType getCheckedOutDocs(String repositoryId,
                                            String folderId,
                                            String propertyFilter,
                                            String orderBy,
                                            Boolean includeAllowableActions,
                                            EnumIncludeRelationships includeRelationships,
                                            String renditionFilter,
                                            BigInteger maxItems,
                                            BigInteger skipCount,
                                            CmisExtensionType extension)
                                     throws CmisException

Specified by:
getCheckedOutDocs in interface NavigationServicePort
Throws:
CmisException

getChildren

public CmisObjectInFolderListType getChildren(String repositoryId,
                                              String folderId,
                                              String propertyFilter,
                                              String orderBy,
                                              Boolean includeAllowableActions,
                                              EnumIncludeRelationships includeRelationships,
                                              String renditionFilter,
                                              Boolean includePathSegments,
                                              BigInteger maxItems,
                                              BigInteger skipCount,
                                              CmisExtensionType extension)
                                       throws CmisException

Specified by:
getChildren in interface NavigationServicePort
Throws:
CmisException

getDescendants

public List<CmisObjectInFolderContainerType> getDescendants(String repositoryId,
                                                            String folderId,
                                                            BigInteger depth,
                                                            String propertyFilter,
                                                            Boolean includeAllowableActions,
                                                            EnumIncludeRelationships includeRelationships,
                                                            String renditionFilter,
                                                            Boolean includePathSegments,
                                                            CmisExtensionType extension)
                                                     throws CmisException

Specified by:
getDescendants in interface NavigationServicePort
Throws:
CmisException

getFolderParent

public CmisObjectType getFolderParent(String repositoryId,
                                      String folderId,
                                      String propertyFilter,
                                      CmisExtensionType extension)
                               throws CmisException

Specified by:
getFolderParent in interface NavigationServicePort
Throws:
CmisException

getFolderTree

public List<CmisObjectInFolderContainerType> getFolderTree(String repositoryId,
                                                           String folderId,
                                                           BigInteger depth,
                                                           String propertyFilter,
                                                           Boolean includeAllowableActions,
                                                           EnumIncludeRelationships includeRelationships,
                                                           String renditionFilter,
                                                           Boolean includePathSegments,
                                                           CmisExtensionType extension)
                                                    throws CmisException

Specified by:
getFolderTree in interface NavigationServicePort
Throws:
CmisException

getObjectParents

public List<CmisObjectParentsType> getObjectParents(String repositoryId,
                                                    String objectId,
                                                    String propertyFilter,
                                                    Boolean includeAllowableActions,
                                                    EnumIncludeRelationships includeRelationships,
                                                    String renditionFilter,
                                                    Boolean includeRelativePathSegment,
                                                    CmisExtensionType extension)
                                             throws CmisException

Specified by:
getObjectParents in interface NavigationServicePort
Throws:
CmisException


Copyright © 2011 eXo Platform SAS. All Rights Reserved.