public interface NavigationServicePort
| Modifier and Type | Method and Description |
|---|---|
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) |
@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
extension - includePathSegment - includeRelationships - includeAllowableActions - repositoryId - renditionFilter - filter - depth - folderId - CmisException@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
extension - includePathSegment - orderBy - includeRelationships - includeAllowableActions - skipCount - maxItems - repositoryId - renditionFilter - filter - folderId - CmisException@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
extension - repositoryId - filter - folderId - CmisException@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
extension - includePathSegment - includeRelationships - includeAllowableActions - repositoryId - renditionFilter - filter - depth - folderId - CmisException@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
extension - objectId - includeRelationships - includeAllowableActions - repositoryId - renditionFilter - filter - includeRelativePathSegment - CmisException@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
extension - orderBy - includeRelationships - includeAllowableActions - skipCount - maxItems - repositoryId - renditionFilter - filter - folderId - CmisExceptionCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.