public class RepositoryServiceImpl extends Object implements RepositoryService, ExtendedRepositoryService, Serializable
| Constructor and Description |
|---|
RepositoryServiceImpl(BindingSession session)
Constructor.
|
public RepositoryServiceImpl(BindingSession session)
public RepositoryInfo getRepositoryInfo(String repositoryId, ExtensionsData extension)
getRepositoryInfo in interface RepositoryServicepublic List<RepositoryInfo> getRepositoryInfos(ExtensionsData extension)
getRepositoryInfos in interface RepositoryServicepublic TypeDefinitionList getTypeChildren(String repositoryId, String typeId, Boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
getTypeChildren in interface RepositoryServicepublic TypeDefinition getTypeDefinition(String repositoryId, String typeId, ExtensionsData extension)
getTypeDefinition in interface RepositoryServicepublic TypeDefinition getTypeDefinition(String repositoryId, String typeId, ExtensionsData extension, boolean useCache)
getTypeDefinition in interface ExtendedRepositoryServicepublic List<TypeDefinitionContainer> getTypeDescendants(String repositoryId, String typeId, BigInteger depth, Boolean includePropertyDefinitions, ExtensionsData extension)
getTypeDescendants in interface RepositoryServicepublic TypeDefinition createType(String repositoryId, TypeDefinition type, ExtensionsData extension)
createType in interface RepositoryServicepublic TypeDefinition updateType(String repositoryId, TypeDefinition type, ExtensionsData extension)
updateType in interface RepositoryServicepublic void deleteType(String repositoryId, String typeId, ExtensionsData extension)
deleteType in interface RepositoryServiceCopyright © 2009–2016 The Apache Software Foundation. All rights reserved.