org.xcmis.soap
Interface NavigationServicePort

All Known Implementing Classes:
NavigationServicePortImpl

public interface NavigationServicePort

This class was generated by Apache CXF 2.1.4 Fri Apr 15 15:31:38 EEST 2011 Generated source version: 2.1.4


Method Summary
 CmisObjectListType getCheckedOutDocs(String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
           
 CmisObjectInFolderListType getChildren(String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
           
 List<CmisObjectInFolderContainerType> getDescendants(String repositoryId, String folderId, BigInteger depth, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, CmisExtensionType extension)
           
 CmisObjectType getFolderParent(String repositoryId, String folderId, String filter, CmisExtensionType extension)
           
 List<CmisObjectInFolderContainerType> getFolderTree(String repositoryId, String folderId, BigInteger depth, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, CmisExtensionType extension)
           
 List<CmisObjectParentsType> getObjectParents(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includeRelativePathSegment, CmisExtensionType extension)
           
 

Method Detail

getObjectParents

@RequestWrapper(localName="getObjectParents",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.xcmis.messaging.GetObjectParents")
@ResponseWrapper(localName="getObjectParentsResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.xcmis.messaging.GetObjectParentsResponse")
List<CmisObjectParentsType> getObjectParents(String repositoryId,
                                                                                                                                              String objectId,
                                                                                                                                              String filter,
                                                                                                                                              Boolean includeAllowableActions,
                                                                                                                                              EnumIncludeRelationships includeRelationships,
                                                                                                                                              String renditionFilter,
                                                                                                                                              Boolean includeRelativePathSegment,
                                                                                                                                              CmisExtensionType extension)
                                             throws CmisException
Throws:
CmisException

getCheckedOutDocs

@RequestWrapper(localName="getCheckedOutDocs",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.xcmis.messaging.GetCheckedOutDocs")
@ResponseWrapper(localName="getCheckedOutDocsResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.xcmis.messaging.GetCheckedOutDocsResponse")
CmisObjectListType getCheckedOutDocs(String repositoryId,
                                                                                                                                      String folderId,
                                                                                                                                      String filter,
                                                                                                                                      String orderBy,
                                                                                                                                      Boolean includeAllowableActions,
                                                                                                                                      EnumIncludeRelationships includeRelationships,
                                                                                                                                      String renditionFilter,
                                                                                                                                      BigInteger maxItems,
                                                                                                                                      BigInteger skipCount,
                                                                                                                                      CmisExtensionType extension)
                                     throws CmisException
Throws:
CmisException

getDescendants

@RequestWrapper(localName="getDescendants",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.xcmis.messaging.GetDescendants")
@ResponseWrapper(localName="getDescendantsResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.xcmis.messaging.GetDescendantsResponse")
List<CmisObjectInFolderContainerType> getDescendants(String repositoryId,
                                                                                                                                                      String folderId,
                                                                                                                                                      BigInteger depth,
                                                                                                                                                      String filter,
                                                                                                                                                      Boolean includeAllowableActions,
                                                                                                                                                      EnumIncludeRelationships includeRelationships,
                                                                                                                                                      String renditionFilter,
                                                                                                                                                      Boolean includePathSegment,
                                                                                                                                                      CmisExtensionType extension)
                                                     throws CmisException
Throws:
CmisException

getFolderTree

@RequestWrapper(localName="getFolderTree",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.xcmis.messaging.GetFolderTree")
@ResponseWrapper(localName="getFolderTreeResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.xcmis.messaging.GetFolderTreeResponse")
List<CmisObjectInFolderContainerType> getFolderTree(String repositoryId,
                                                                                                                                                     String folderId,
                                                                                                                                                     BigInteger depth,
                                                                                                                                                     String filter,
                                                                                                                                                     Boolean includeAllowableActions,
                                                                                                                                                     EnumIncludeRelationships includeRelationships,
                                                                                                                                                     String renditionFilter,
                                                                                                                                                     Boolean includePathSegment,
                                                                                                                                                     CmisExtensionType extension)
                                                    throws CmisException
Throws:
CmisException

getChildren

@RequestWrapper(localName="getChildren",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.xcmis.messaging.GetChildren")
@ResponseWrapper(localName="getChildrenResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.xcmis.messaging.GetChildrenResponse")
CmisObjectInFolderListType getChildren(String repositoryId,
                                                                                                                                        String folderId,
                                                                                                                                        String filter,
                                                                                                                                        String orderBy,
                                                                                                                                        Boolean includeAllowableActions,
                                                                                                                                        EnumIncludeRelationships includeRelationships,
                                                                                                                                        String renditionFilter,
                                                                                                                                        Boolean includePathSegment,
                                                                                                                                        BigInteger maxItems,
                                                                                                                                        BigInteger skipCount,
                                                                                                                                        CmisExtensionType extension)
                                       throws CmisException
Throws:
CmisException

getFolderParent

@RequestWrapper(localName="getFolderParent",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.xcmis.messaging.GetFolderParent")
@ResponseWrapper(localName="getFolderParentResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.xcmis.messaging.GetFolderParentResponse")
CmisObjectType getFolderParent(String repositoryId,
                                                                                                                                String folderId,
                                                                                                                                String filter,
                                                                                                                                CmisExtensionType extension)
                               throws CmisException
Throws:
CmisException


Copyright © 2011 eXo Platform SAS. All Rights Reserved.