public interface RepositoryServicePort
| Modifier and Type | Method and Description |
|---|---|
List<CmisRepositoryEntryType> |
getRepositories(CmisExtensionType extension) |
CmisRepositoryInfoType |
getRepositoryInfo(String repositoryId,
CmisExtensionType extension) |
CmisTypeDefinitionListType |
getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension) |
CmisTypeDefinitionType |
getTypeDefinition(String repositoryId,
String typeId,
CmisExtensionType extension) |
List<CmisTypeContainer> |
getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
CmisExtensionType extension) |
@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") List<CmisRepositoryEntryType> getRepositories(CmisExtensionType extension) throws CmisException
extension - CmisException@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(String repositoryId, CmisExtensionType extension) throws CmisException
extension - repositoryId - CmisException@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(String repositoryId, String typeId, Boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension) throws CmisException
extension - skipCount - maxItems - typeId - repositoryId - includePropertyDefinitions - CmisException@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") List<CmisTypeContainer> getTypeDescendants(String repositoryId, String typeId, BigInteger depth, Boolean includePropertyDefinitions, CmisExtensionType extension) throws CmisException
extension - typeId - repositoryId - includePropertyDefinitions - depth - CmisException@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(String repositoryId, String typeId, CmisExtensionType extension) throws CmisException
extension - typeId - repositoryId - CmisExceptionCopyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.