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="getTypeDefinition", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetTypeDefinition") @ResponseWrapper(localName="getTypeDefinitionResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetTypeDefinitionResponse") CmisTypeDefinitionType getTypeDefinition(String repositoryId, String typeId, CmisExtensionType extension) throws CmisException
CmisException@RequestWrapper(localName="getTypeDescendants", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetTypeDescendants") @ResponseWrapper(localName="getTypeDescendantsResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetTypeDescendantsResponse") List<CmisTypeContainer> getTypeDescendants(String repositoryId, String typeId, BigInteger depth, Boolean includePropertyDefinitions, CmisExtensionType extension) throws CmisException
CmisException@RequestWrapper(localName="getTypeChildren", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetTypeChildren") @ResponseWrapper(localName="getTypeChildrenResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetTypeChildrenResponse") CmisTypeDefinitionListType getTypeChildren(String repositoryId, String typeId, Boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension) throws CmisException
CmisException@RequestWrapper(localName="getRepositoryInfo", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetRepositoryInfo") @ResponseWrapper(localName="getRepositoryInfoResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetRepositoryInfoResponse") CmisRepositoryInfoType getRepositoryInfo(String repositoryId, CmisExtensionType extension) throws CmisException
CmisException@RequestWrapper(localName="getRepositories", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetRepositories") @ResponseWrapper(localName="getRepositoriesResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetRepositoriesResponse") List<CmisRepositoryEntryType> getRepositories(CmisExtensionType extension) throws CmisException
CmisExceptionCopyright © 2005–2014 Alfresco Software. All rights reserved.