@Deprecated public class SharedObjectsMetaStore extends org.pentaho.metastore.stores.memory.MemoryMetaStore implements org.pentaho.metastore.api.IMetaStore
Modifier and Type | Field and Description |
---|---|
protected org.pentaho.metastore.api.IMetaStoreElementType |
databaseElementType
Deprecated.
|
protected SharedObjects |
sharedObjects
Deprecated.
|
Constructor and Description |
---|
SharedObjectsMetaStore(SharedObjects sharedObjects)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
createElement(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType,
org.pentaho.metastore.api.IMetaStoreElement element)
Deprecated.
|
void |
createElementType(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType)
Deprecated.
|
void |
createNamespace(String namespace)
Deprecated.
|
void |
deleteElement(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType,
String elementId)
Deprecated.
|
void |
deleteElementType(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType)
Deprecated.
|
void |
deleteNamespace(String namespace)
Deprecated.
|
org.pentaho.metastore.api.IMetaStoreElement |
getElement(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType,
String elementId)
Deprecated.
|
org.pentaho.metastore.api.IMetaStoreElement |
getElementByName(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType,
String name)
Deprecated.
|
List<String> |
getElementIds(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType)
Deprecated.
|
List<org.pentaho.metastore.api.IMetaStoreElement> |
getElements(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType)
Deprecated.
|
org.pentaho.metastore.api.IMetaStoreElementType |
getElementType(String namespace,
String elementTypeId)
Deprecated.
|
org.pentaho.metastore.api.IMetaStoreElementType |
getElementTypeByName(String namespace,
String elementTypeName)
Deprecated.
|
List<String> |
getElementTypeIds(String namespace)
Deprecated.
|
List<org.pentaho.metastore.api.IMetaStoreElementType> |
getElementTypes(String namespace)
Deprecated.
|
List<String> |
getNamespaces()
Deprecated.
|
SharedObjects |
getSharedObjects()
Deprecated.
|
boolean |
namespaceExists(String namespace)
Deprecated.
|
void |
setSharedObjects(SharedObjects sharedObjects)
Deprecated.
|
void |
updateElementType(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType)
Deprecated.
|
equals, newAttribute, newElement, newElement, newElementOwner, newElementType, updateElement
getDescription, getName, getTwoWayPasswordEncoder, setDescription, setName, setTwoWayPasswordEncoder
protected org.pentaho.metastore.api.IMetaStoreElementType databaseElementType
protected SharedObjects sharedObjects
public SharedObjectsMetaStore(SharedObjects sharedObjects) throws org.pentaho.metastore.api.exceptions.MetaStoreException
org.pentaho.metastore.api.exceptions.MetaStoreException
public List<String> getNamespaces() throws org.pentaho.metastore.api.exceptions.MetaStoreException
getNamespaces
in interface org.pentaho.metastore.api.IMetaStore
getNamespaces
in class org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.metastore.api.exceptions.MetaStoreException
public void createNamespace(String namespace) throws org.pentaho.metastore.api.exceptions.MetaStoreException, org.pentaho.metastore.api.exceptions.MetaStoreNamespaceExistsException
createNamespace
in interface org.pentaho.metastore.api.IMetaStore
createNamespace
in class org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.metastore.api.exceptions.MetaStoreException
org.pentaho.metastore.api.exceptions.MetaStoreNamespaceExistsException
public void deleteNamespace(String namespace) throws org.pentaho.metastore.api.exceptions.MetaStoreException, org.pentaho.metastore.api.exceptions.MetaStoreDependenciesExistsException
deleteNamespace
in interface org.pentaho.metastore.api.IMetaStore
deleteNamespace
in class org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.metastore.api.exceptions.MetaStoreException
org.pentaho.metastore.api.exceptions.MetaStoreDependenciesExistsException
public boolean namespaceExists(String namespace) throws org.pentaho.metastore.api.exceptions.MetaStoreException
namespaceExists
in interface org.pentaho.metastore.api.IMetaStore
namespaceExists
in class org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.metastore.api.exceptions.MetaStoreException
public List<org.pentaho.metastore.api.IMetaStoreElementType> getElementTypes(String namespace) throws org.pentaho.metastore.api.exceptions.MetaStoreException
getElementTypes
in interface org.pentaho.metastore.api.IMetaStore
getElementTypes
in class org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.metastore.api.exceptions.MetaStoreException
public List<String> getElementTypeIds(String namespace) throws org.pentaho.metastore.api.exceptions.MetaStoreException
getElementTypeIds
in interface org.pentaho.metastore.api.IMetaStore
getElementTypeIds
in class org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.metastore.api.exceptions.MetaStoreException
public org.pentaho.metastore.api.IMetaStoreElementType getElementType(String namespace, String elementTypeId) throws org.pentaho.metastore.api.exceptions.MetaStoreException
getElementType
in interface org.pentaho.metastore.api.IMetaStore
getElementType
in class org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.metastore.api.exceptions.MetaStoreException
public org.pentaho.metastore.api.IMetaStoreElementType getElementTypeByName(String namespace, String elementTypeName) throws org.pentaho.metastore.api.exceptions.MetaStoreException
getElementTypeByName
in interface org.pentaho.metastore.api.IMetaStore
getElementTypeByName
in class org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.metastore.api.exceptions.MetaStoreException
public void createElementType(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) throws org.pentaho.metastore.api.exceptions.MetaStoreException, org.pentaho.metastore.api.exceptions.MetaStoreElementTypeExistsException
createElementType
in interface org.pentaho.metastore.api.IMetaStore
createElementType
in class org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.metastore.api.exceptions.MetaStoreException
org.pentaho.metastore.api.exceptions.MetaStoreElementTypeExistsException
public void updateElementType(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) throws org.pentaho.metastore.api.exceptions.MetaStoreException
updateElementType
in interface org.pentaho.metastore.api.IMetaStore
updateElementType
in class org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.metastore.api.exceptions.MetaStoreException
public void deleteElementType(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) throws org.pentaho.metastore.api.exceptions.MetaStoreException, org.pentaho.metastore.api.exceptions.MetaStoreDependenciesExistsException
deleteElementType
in interface org.pentaho.metastore.api.IMetaStore
deleteElementType
in class org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.metastore.api.exceptions.MetaStoreException
org.pentaho.metastore.api.exceptions.MetaStoreDependenciesExistsException
public List<org.pentaho.metastore.api.IMetaStoreElement> getElements(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) throws org.pentaho.metastore.api.exceptions.MetaStoreException
getElements
in interface org.pentaho.metastore.api.IMetaStore
getElements
in class org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.metastore.api.exceptions.MetaStoreException
public List<String> getElementIds(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) throws org.pentaho.metastore.api.exceptions.MetaStoreException
getElementIds
in interface org.pentaho.metastore.api.IMetaStore
getElementIds
in class org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.metastore.api.exceptions.MetaStoreException
public org.pentaho.metastore.api.IMetaStoreElement getElement(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType, String elementId) throws org.pentaho.metastore.api.exceptions.MetaStoreException
getElement
in interface org.pentaho.metastore.api.IMetaStore
getElement
in class org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.metastore.api.exceptions.MetaStoreException
public org.pentaho.metastore.api.IMetaStoreElement getElementByName(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType, String name) throws org.pentaho.metastore.api.exceptions.MetaStoreException
getElementByName
in interface org.pentaho.metastore.api.IMetaStore
getElementByName
in class org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.metastore.api.exceptions.MetaStoreException
public void createElement(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType, org.pentaho.metastore.api.IMetaStoreElement element) throws org.pentaho.metastore.api.exceptions.MetaStoreException, org.pentaho.metastore.api.exceptions.MetaStoreElementExistException
createElement
in interface org.pentaho.metastore.api.IMetaStore
createElement
in class org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.metastore.api.exceptions.MetaStoreException
org.pentaho.metastore.api.exceptions.MetaStoreElementExistException
public void deleteElement(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType, String elementId) throws org.pentaho.metastore.api.exceptions.MetaStoreException
deleteElement
in interface org.pentaho.metastore.api.IMetaStore
deleteElement
in class org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.metastore.api.exceptions.MetaStoreException
public SharedObjects getSharedObjects()
public void setSharedObjects(SharedObjects sharedObjects)
Copyright © 2018 Hitachi Vantara. All rights reserved.