@MTOM public class RepositoryService extends AbstractService implements RepositoryServicePort
| Modifier and Type | Field and Description |
|---|---|
javax.xml.ws.WebServiceContext |
wsContext |
CALL_CONTEXT_MAP| Constructor and Description |
|---|
RepositoryService() |
closeService, convertException, createContext, getCmisVersion, getService, getServiceFactorypublic javax.xml.ws.WebServiceContext wsContext
public List<CmisRepositoryEntryType> getRepositories(CmisExtensionType extension) throws CmisException
getRepositories in interface RepositoryServicePortCmisExceptionpublic CmisRepositoryInfoType getRepositoryInfo(String repositoryId, CmisExtensionType extension) throws CmisException
getRepositoryInfo in interface RepositoryServicePortCmisExceptionpublic CmisTypeDefinitionListType getTypeChildren(String repositoryId, String typeId, Boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension) throws CmisException
getTypeChildren in interface RepositoryServicePortCmisExceptionpublic CmisTypeDefinitionType getTypeDefinition(String repositoryId, String typeId, CmisExtensionType extension) throws CmisException
getTypeDefinition in interface RepositoryServicePortCmisExceptionpublic List<CmisTypeContainer> getTypeDescendants(String repositoryId, String typeId, BigInteger depth, Boolean includePropertyDefinitions, CmisExtensionType extension) throws CmisException
getTypeDescendants in interface RepositoryServicePortCmisExceptionpublic void createType(String repositoryId, javax.xml.ws.Holder<CmisTypeDefinitionType> type, CmisExtensionType extension) throws CmisException
createType in interface RepositoryServicePortCmisExceptionpublic void updateType(String repositoryId, javax.xml.ws.Holder<CmisTypeDefinitionType> type, CmisExtensionType extension) throws CmisException
updateType in interface RepositoryServicePortCmisExceptionpublic void deleteType(String repositoryId, String typeId, javax.xml.ws.Holder<CmisExtensionType> extension) throws CmisException
deleteType in interface RepositoryServicePortCmisExceptionCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.