@Service @Transactional(value="herdTransactionManager") public class NamespaceServiceImpl extends Object implements NamespaceService
| Constructor and Description |
|---|
NamespaceServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
createNamespace(NamespaceCreateRequest request)
Creates a new namespace.
|
Namespace |
deleteNamespace(NamespaceKey namespaceKey)
Deletes a namespace for the specified key.
|
Namespace |
getNamespace(NamespaceKey namespaceKey)
Gets a namespace for the specified key.
|
NamespaceKeys |
getNamespaces()
Gets a list of namespace keys for all namespaces defined in the system.
|
public Namespace createNamespace(NamespaceCreateRequest request)
NamespaceServicecreateNamespace in interface NamespaceServicerequest - the namespace create requestpublic Namespace getNamespace(NamespaceKey namespaceKey)
NamespaceServicegetNamespace in interface NamespaceServicenamespaceKey - the namespace keypublic Namespace deleteNamespace(NamespaceKey namespaceKey)
NamespaceServicedeleteNamespace in interface NamespaceServicenamespaceKey - the namespace keypublic NamespaceKeys getNamespaces()
NamespaceServicegetNamespaces in interface NamespaceServiceCopyright © 2019. All rights reserved.