org.xcmis.soap
Interface RepositoryServicePort

All Known Implementing Classes:
RepositoryServicePortImpl

public interface RepositoryServicePort

This class was generated by Apache CXF 2.1.4 Mon Jan 31 20:17:15 EET 2011 Generated source version: 2.1.4


Method Summary
 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)
           
 

Method Detail

getTypeDefinition

@RequestWrapper(localName="getTypeDefinition",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.xcmis.messaging.GetTypeDefinition")
@ResponseWrapper(localName="getTypeDefinitionResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.xcmis.messaging.GetTypeDefinitionResponse")
CmisTypeDefinitionType getTypeDefinition(String repositoryId,
                                                                                                                                          String typeId,
                                                                                                                                          CmisExtensionType extension)
                                         throws CmisException
Throws:
CmisException

getTypeDescendants

@RequestWrapper(localName="getTypeDescendants",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.xcmis.messaging.GetTypeDescendants")
@ResponseWrapper(localName="getTypeDescendantsResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.xcmis.messaging.GetTypeDescendantsResponse")
List<CmisTypeContainer> getTypeDescendants(String repositoryId,
                                                                                                                                            String typeId,
                                                                                                                                            BigInteger depth,
                                                                                                                                            Boolean includePropertyDefinitions,
                                                                                                                                            CmisExtensionType extension)
                                           throws CmisException
Throws:
CmisException

getTypeChildren

@RequestWrapper(localName="getTypeChildren",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.xcmis.messaging.GetTypeChildren")
@ResponseWrapper(localName="getTypeChildrenResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.xcmis.messaging.GetTypeChildrenResponse")
CmisTypeDefinitionListType getTypeChildren(String repositoryId,
                                                                                                                                            String typeId,
                                                                                                                                            Boolean includePropertyDefinitions,
                                                                                                                                            BigInteger maxItems,
                                                                                                                                            BigInteger skipCount,
                                                                                                                                            CmisExtensionType extension)
                                           throws CmisException
Throws:
CmisException

getRepositoryInfo

@RequestWrapper(localName="getRepositoryInfo",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.xcmis.messaging.GetRepositoryInfo")
@ResponseWrapper(localName="getRepositoryInfoResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.xcmis.messaging.GetRepositoryInfoResponse")
CmisRepositoryInfoType getRepositoryInfo(String repositoryId,
                                                                                                                                          CmisExtensionType extension)
                                         throws CmisException
Throws:
CmisException

getRepositories

@RequestWrapper(localName="getRepositories",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.xcmis.messaging.GetRepositories")
@ResponseWrapper(localName="getRepositoriesResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.xcmis.messaging.GetRepositoriesResponse")
List<CmisRepositoryEntryType> getRepositories(CmisExtensionType extension)
                                              throws CmisException
Throws:
CmisException


Copyright © 2011 eXo Platform SAS. All Rights Reserved.