@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, getServiceFactory
public javax.xml.ws.WebServiceContext wsContext
public List<CmisRepositoryEntryType> getRepositories(CmisExtensionType extension) throws CmisException
getRepositories
in interface RepositoryServicePort
CmisException
public CmisRepositoryInfoType getRepositoryInfo(String repositoryId, CmisExtensionType extension) throws CmisException
getRepositoryInfo
in interface RepositoryServicePort
CmisException
public CmisTypeDefinitionListType getTypeChildren(String repositoryId, String typeId, Boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension) throws CmisException
getTypeChildren
in interface RepositoryServicePort
CmisException
public CmisTypeDefinitionType getTypeDefinition(String repositoryId, String typeId, CmisExtensionType extension) throws CmisException
getTypeDefinition
in interface RepositoryServicePort
CmisException
public List<CmisTypeContainer> getTypeDescendants(String repositoryId, String typeId, BigInteger depth, Boolean includePropertyDefinitions, CmisExtensionType extension) throws CmisException
getTypeDescendants
in interface RepositoryServicePort
CmisException
public void createType(String repositoryId, javax.xml.ws.Holder<CmisTypeDefinitionType> type, CmisExtensionType extension) throws CmisException
createType
in interface RepositoryServicePort
CmisException
public void updateType(String repositoryId, javax.xml.ws.Holder<CmisTypeDefinitionType> type, CmisExtensionType extension) throws CmisException
updateType
in interface RepositoryServicePort
CmisException
public void deleteType(String repositoryId, String typeId, javax.xml.ws.Holder<CmisExtensionType> extension) throws CmisException
deleteType
in interface RepositoryServicePort
CmisException
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.