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(java.lang.String repositoryId,
java.lang.String folderId,
java.lang.String filter,
java.lang.String orderBy,
java.lang.Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
java.lang.String renditionFilter,
java.math.BigInteger maxItems,
java.math.BigInteger skipCount,
CmisExtensionType extension)
|
CmisObjectInFolderListType |
getChildren(java.lang.String repositoryId,
java.lang.String folderId,
java.lang.String filter,
java.lang.String orderBy,
java.lang.Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
java.lang.String renditionFilter,
java.lang.Boolean includePathSegment,
java.math.BigInteger maxItems,
java.math.BigInteger skipCount,
CmisExtensionType extension)
|
java.util.List<CmisObjectInFolderContainerType> |
getDescendants(java.lang.String repositoryId,
java.lang.String folderId,
java.math.BigInteger depth,
java.lang.String filter,
java.lang.Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
java.lang.String renditionFilter,
java.lang.Boolean includePathSegment,
CmisExtensionType extension)
|
CmisObjectType |
getFolderParent(java.lang.String repositoryId,
java.lang.String folderId,
java.lang.String filter,
CmisExtensionType extension)
|
java.util.List<CmisObjectInFolderContainerType> |
getFolderTree(java.lang.String repositoryId,
java.lang.String folderId,
java.math.BigInteger depth,
java.lang.String filter,
java.lang.Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
java.lang.String renditionFilter,
java.lang.Boolean includePathSegment,
CmisExtensionType extension)
|
java.util.List<CmisObjectParentsType> |
getObjectParents(java.lang.String repositoryId,
java.lang.String objectId,
java.lang.String filter,
java.lang.Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
java.lang.String renditionFilter,
java.lang.Boolean includeRelativePathSegment,
CmisExtensionType extension)
|
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")
java.util.List<CmisObjectInFolderContainerType> getDescendants(java.lang.String repositoryId,
java.lang.String folderId,
java.math.BigInteger depth,
java.lang.String filter,
java.lang.Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
java.lang.String renditionFilter,
java.lang.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(java.lang.String repositoryId,
java.lang.String folderId,
java.lang.String filter,
java.lang.String orderBy,
java.lang.Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
java.lang.String renditionFilter,
java.lang.Boolean includePathSegment,
java.math.BigInteger maxItems,
java.math.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(java.lang.String repositoryId,
java.lang.String folderId,
java.lang.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")
java.util.List<CmisObjectInFolderContainerType> getFolderTree(java.lang.String repositoryId,
java.lang.String folderId,
java.math.BigInteger depth,
java.lang.String filter,
java.lang.Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
java.lang.String renditionFilter,
java.lang.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")
java.util.List<CmisObjectParentsType> getObjectParents(java.lang.String repositoryId,
java.lang.String objectId,
java.lang.String filter,
java.lang.Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
java.lang.String renditionFilter,
java.lang.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(java.lang.String repositoryId,
java.lang.String folderId,
java.lang.String filter,
java.lang.String orderBy,
java.lang.Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
java.lang.String renditionFilter,
java.math.BigInteger maxItems,
java.math.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.