org.apache.chemistry.opencmis.commons.impl.jaxb
Interface NavigationServicePort

All Known Implementing Classes:
NavigationService

public interface NavigationServicePort

This class was generated by the JAX-WS RI. JAX-WS RI 2.1.7-b01- Generated source version: 2.1


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

getDescendants

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

getChildren

@RequestWrapper(localName="getChildren",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetChildren")
@ResponseWrapper(localName="getChildrenResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.apache.chemistry.opencmis.commons.impl.jaxb.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
Parameters:
extension -
includePathSegment -
orderBy -
includeRelationships -
includeAllowableActions -
skipCount -
maxItems -
repositoryId -
renditionFilter -
filter -
folderId -
Returns:
returns org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectInFolderListType
Throws:
CmisException

getFolderParent

@RequestWrapper(localName="getFolderParent",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetFolderParent")
@ResponseWrapper(localName="getFolderParentResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetFolderParentResponse")
CmisObjectType getFolderParent(String repositoryId,
                                                              String folderId,
                                                              String filter,
                                                              CmisExtensionType extension)
                               throws CmisException
Parameters:
extension -
repositoryId -
filter -
folderId -
Returns:
returns org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectType
Throws:
CmisException

getFolderTree

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

getObjectParents

@RequestWrapper(localName="getObjectParents",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetObjectParents")
@ResponseWrapper(localName="getObjectParentsResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetObjectParentsResponse")
List<CmisObjectParentsType> getObjectParents(String repositoryId,
                                                                            String objectId,
                                                                            String filter,
                                                                            Boolean includeAllowableActions,
                                                                            EnumIncludeRelationships includeRelationships,
                                                                            String renditionFilter,
                                                                            Boolean includeRelativePathSegment,
                                                                            CmisExtensionType extension)
                                             throws CmisException
Parameters:
extension -
objectId -
includeRelationships -
includeAllowableActions -
repositoryId -
renditionFilter -
filter -
includeRelativePathSegment -
Returns:
returns java.util.List
Throws:
CmisException

getCheckedOutDocs

@RequestWrapper(localName="getCheckedOutDocs",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetCheckedOutDocs")
@ResponseWrapper(localName="getCheckedOutDocsResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.apache.chemistry.opencmis.commons.impl.jaxb.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
Parameters:
extension -
orderBy -
includeRelationships -
includeAllowableActions -
skipCount -
maxItems -
repositoryId -
renditionFilter -
filter -
folderId -
Returns:
returns org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectListType
Throws:
CmisException


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.