@MTOM public class NavigationService extends AbstractService implements org.apache.chemistry.opencmis.commons.impl.jaxb.NavigationServicePort
| Modifier and Type | Field and Description |
|---|---|
WebServiceContext |
wsContext |
CALL_CONTEXT_MAP| Constructor and Description |
|---|
NavigationService() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectListType |
getCheckedOutDocs(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumIncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType extension) |
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectInFolderListType |
getChildren(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
BigInteger maxItems,
BigInteger skipCount,
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType extension) |
List<org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectInFolderContainerType> |
getDescendants(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType extension) |
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectType |
getFolderParent(String repositoryId,
String folderId,
String filter,
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType extension) |
List<org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectInFolderContainerType> |
getFolderTree(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType extension) |
List<org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectParentsType> |
getObjectParents(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includeRelativePathSegment,
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType extension) |
closeService, convertException, createContext, getService, getServiceFactorypublic WebServiceContext wsContext
public org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectListType getCheckedOutDocs(String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.impl.jaxb.EnumIncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType extension) throws org.apache.chemistry.opencmis.commons.impl.jaxb.CmisException
getCheckedOutDocs in interface org.apache.chemistry.opencmis.commons.impl.jaxb.NavigationServicePortorg.apache.chemistry.opencmis.commons.impl.jaxb.CmisExceptionpublic org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectInFolderListType getChildren(String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.impl.jaxb.EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, BigInteger maxItems, BigInteger skipCount, org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType extension) throws org.apache.chemistry.opencmis.commons.impl.jaxb.CmisException
getChildren in interface org.apache.chemistry.opencmis.commons.impl.jaxb.NavigationServicePortorg.apache.chemistry.opencmis.commons.impl.jaxb.CmisExceptionpublic List<org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectInFolderContainerType> getDescendants(String repositoryId, String folderId, BigInteger depth, String filter, Boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.impl.jaxb.EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType extension) throws org.apache.chemistry.opencmis.commons.impl.jaxb.CmisException
getDescendants in interface org.apache.chemistry.opencmis.commons.impl.jaxb.NavigationServicePortorg.apache.chemistry.opencmis.commons.impl.jaxb.CmisExceptionpublic org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectType getFolderParent(String repositoryId, String folderId, String filter, org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType extension) throws org.apache.chemistry.opencmis.commons.impl.jaxb.CmisException
getFolderParent in interface org.apache.chemistry.opencmis.commons.impl.jaxb.NavigationServicePortorg.apache.chemistry.opencmis.commons.impl.jaxb.CmisExceptionpublic List<org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectInFolderContainerType> getFolderTree(String repositoryId, String folderId, BigInteger depth, String filter, Boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.impl.jaxb.EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType extension) throws org.apache.chemistry.opencmis.commons.impl.jaxb.CmisException
getFolderTree in interface org.apache.chemistry.opencmis.commons.impl.jaxb.NavigationServicePortorg.apache.chemistry.opencmis.commons.impl.jaxb.CmisExceptionpublic List<org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectParentsType> getObjectParents(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.impl.jaxb.EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includeRelativePathSegment, org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType extension) throws org.apache.chemistry.opencmis.commons.impl.jaxb.CmisException
getObjectParents in interface org.apache.chemistry.opencmis.commons.impl.jaxb.NavigationServicePortorg.apache.chemistry.opencmis.commons.impl.jaxb.CmisExceptionCopyright © 2018 City of Paris. All rights reserved.