@MTOM public class RepositoryService extends AbstractService implements RepositoryServicePort
| Modifier and Type | Field and Description |
|---|---|
WebServiceContext |
wsContext |
CALL_CONTEXT_MAP| Constructor and Description |
|---|
RepositoryService() |
| Modifier and Type | Method and Description |
|---|---|
void |
createType(String repositoryId,
Holder<CmisTypeDefinitionType> type,
CmisExtensionType extension) |
void |
deleteType(String repositoryId,
String typeId,
Holder<CmisExtensionType> extension) |
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) |
void |
updateType(String repositoryId,
Holder<CmisTypeDefinitionType> type,
CmisExtensionType extension) |
closeService, convertException, createContext, getCmisVersion, getService, getServiceFactory, stopAfterService, stopBeforeServicepublic 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, Holder<CmisTypeDefinitionType> type, CmisExtensionType extension) throws CmisException
createType in interface RepositoryServicePortCmisExceptionpublic void updateType(String repositoryId, Holder<CmisTypeDefinitionType> type, CmisExtensionType extension) throws CmisException
updateType in interface RepositoryServicePortCmisExceptionpublic void deleteType(String repositoryId, String typeId, Holder<CmisExtensionType> extension) throws CmisException
deleteType in interface RepositoryServicePortCmisExceptionCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.