org.apache.chemistry.opencmis.server.impl.webservices
Class NavigationService
java.lang.Object
org.apache.chemistry.opencmis.server.impl.webservices.AbstractService
org.apache.chemistry.opencmis.server.impl.webservices.NavigationService
- All Implemented Interfaces:
- NavigationServicePort
@MTOM
public class NavigationService
- extends AbstractService
- implements NavigationServicePort
CMIS Navigation Service.
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigationService
public NavigationService()
getCheckedOutDocs
public 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
- Specified by:
getCheckedOutDocs
in interface NavigationServicePort
- Returns:
- returns org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectListType
- Throws:
CmisException
getChildren
public 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
- Specified by:
getChildren
in interface NavigationServicePort
- Returns:
- returns org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectInFolderListType
- Throws:
CmisException
getDescendants
public 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
- Specified by:
getDescendants
in interface NavigationServicePort
- Returns:
- returns java.util.List
- Throws:
CmisException
getFolderParent
public CmisObjectType getFolderParent(java.lang.String repositoryId,
java.lang.String folderId,
java.lang.String filter,
CmisExtensionType extension)
throws CmisException
- Specified by:
getFolderParent
in interface NavigationServicePort
- Returns:
- returns org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectType
- Throws:
CmisException
getFolderTree
public 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
- Specified by:
getFolderTree
in interface NavigationServicePort
- Returns:
- returns java.util.List
- Throws:
CmisException
getObjectParents
public 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
- Specified by:
getObjectParents
in interface NavigationServicePort
- Returns:
- returns java.util.List
- Throws:
CmisException
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.