org.apache.chemistry.opencmis.commons.impl.jaxb
Interface RepositoryServicePort
- All Known Implementing Classes:
- RepositoryService
public interface RepositoryServicePort
This class was generated by the JAX-WS RI.
JAX-WS RI 2.1.7-b01-
Generated source version: 2.1
Method Summary |
java.util.List<CmisRepositoryEntryType> |
getRepositories(CmisExtensionType extension)
|
CmisRepositoryInfoType |
getRepositoryInfo(java.lang.String repositoryId,
CmisExtensionType extension)
|
CmisTypeDefinitionListType |
getTypeChildren(java.lang.String repositoryId,
java.lang.String typeId,
java.lang.Boolean includePropertyDefinitions,
java.math.BigInteger maxItems,
java.math.BigInteger skipCount,
CmisExtensionType extension)
|
CmisTypeDefinitionType |
getTypeDefinition(java.lang.String repositoryId,
java.lang.String typeId,
CmisExtensionType extension)
|
java.util.List<CmisTypeContainer> |
getTypeDescendants(java.lang.String repositoryId,
java.lang.String typeId,
java.math.BigInteger depth,
java.lang.Boolean includePropertyDefinitions,
CmisExtensionType extension)
|
getRepositories
@RequestWrapper(localName="getRepositories",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetRepositories")
@ResponseWrapper(localName="getRepositoriesResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetRepositoriesResponse")
java.util.List<CmisRepositoryEntryType> getRepositories(CmisExtensionType extension)
throws CmisException
- Parameters:
extension
-
- Returns:
- returns java.util.List
- Throws:
CmisException
getRepositoryInfo
@RequestWrapper(localName="getRepositoryInfo",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetRepositoryInfo")
@ResponseWrapper(localName="getRepositoryInfoResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetRepositoryInfoResponse")
CmisRepositoryInfoType getRepositoryInfo(java.lang.String repositoryId,
CmisExtensionType extension)
throws CmisException
- Parameters:
extension
- repositoryId
-
- Returns:
- returns org.apache.chemistry.opencmis.commons.impl.jaxb.CmisRepositoryInfoType
- Throws:
CmisException
getTypeChildren
@RequestWrapper(localName="getTypeChildren",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetTypeChildren")
@ResponseWrapper(localName="getTypeChildrenResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetTypeChildrenResponse")
CmisTypeDefinitionListType getTypeChildren(java.lang.String repositoryId,
java.lang.String typeId,
java.lang.Boolean includePropertyDefinitions,
java.math.BigInteger maxItems,
java.math.BigInteger skipCount,
CmisExtensionType extension)
throws CmisException
- Parameters:
extension
- skipCount
- maxItems
- typeId
- repositoryId
- includePropertyDefinitions
-
- Returns:
- returns org.apache.chemistry.opencmis.commons.impl.jaxb.CmisTypeDefinitionListType
- Throws:
CmisException
getTypeDescendants
@RequestWrapper(localName="getTypeDescendants",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetTypeDescendants")
@ResponseWrapper(localName="getTypeDescendantsResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetTypeDescendantsResponse")
java.util.List<CmisTypeContainer> getTypeDescendants(java.lang.String repositoryId,
java.lang.String typeId,
java.math.BigInteger depth,
java.lang.Boolean includePropertyDefinitions,
CmisExtensionType extension)
throws CmisException
- Parameters:
extension
- typeId
- repositoryId
- includePropertyDefinitions
- depth
-
- Returns:
- returns java.util.List
- Throws:
CmisException
getTypeDefinition
@RequestWrapper(localName="getTypeDefinition",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetTypeDefinition")
@ResponseWrapper(localName="getTypeDefinitionResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetTypeDefinitionResponse")
CmisTypeDefinitionType getTypeDefinition(java.lang.String repositoryId,
java.lang.String typeId,
CmisExtensionType extension)
throws CmisException
- Parameters:
extension
- typeId
- repositoryId
-
- Returns:
- returns org.apache.chemistry.opencmis.commons.impl.jaxb.CmisTypeDefinitionType
- Throws:
CmisException
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.