@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() |
| 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) |
closeService, convertException, createContext, 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 RepositoryServicePortCmisExceptionCopyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.