@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, 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
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.