Package org.pentaho.di.shared
Class SharedObjectsMetaStore
java.lang.Object
org.pentaho.metastore.api.BaseMetaStore
org.pentaho.metastore.stores.memory.MemoryMetaStore
org.pentaho.di.shared.SharedObjectsMetaStore
- All Implemented Interfaces:
org.pentaho.metastore.api.IMetaStore
@Deprecated
public class SharedObjectsMetaStore
extends org.pentaho.metastore.stores.memory.MemoryMetaStore
implements org.pentaho.metastore.api.IMetaStore
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.pentaho.metastore.api.IMetaStoreElementTypeDeprecated.protected SharedObjectsDeprecated.Fields inherited from class org.pentaho.metastore.api.BaseMetaStore
description, name, passwordEncoder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateElement(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType, org.pentaho.metastore.api.IMetaStoreElement element) Deprecated.voidcreateElementType(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) Deprecated.voidcreateNamespace(String namespace) Deprecated.voiddeleteElement(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType, String elementId) Deprecated.voiddeleteElementType(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) Deprecated.voiddeleteNamespace(String namespace) Deprecated.org.pentaho.metastore.api.IMetaStoreElementgetElement(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType, String elementId) Deprecated.org.pentaho.metastore.api.IMetaStoreElementgetElementByName(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType, String name) Deprecated.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.IMetaStoreElementTypegetElementType(String namespace, String elementTypeId) Deprecated.org.pentaho.metastore.api.IMetaStoreElementTypegetElementTypeByName(String namespace, String elementTypeName) Deprecated.getElementTypeIds(String namespace) Deprecated.List<org.pentaho.metastore.api.IMetaStoreElementType>getElementTypes(String namespace) Deprecated.Deprecated.Deprecated.booleannamespaceExists(String namespace) Deprecated.voidsetSharedObjects(SharedObjects sharedObjects) Deprecated.voidupdateElementType(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) Deprecated.Methods inherited from class org.pentaho.metastore.stores.memory.MemoryMetaStore
equals, newAttribute, newElement, newElement, newElementOwner, newElementType, updateElementMethods inherited from class org.pentaho.metastore.api.BaseMetaStore
getDescription, getName, getTwoWayPasswordEncoder, setDescription, setName, setTwoWayPasswordEncoderMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pentaho.metastore.api.IMetaStore
getDescription, getElementByName, getElements, getElements, getElementTypeByName, getName, getTwoWayPasswordEncoder, newAttribute, newElement, newElement, newElementOwner, newElementType, setTwoWayPasswordEncoder, updateElement
-
Field Details
-
databaseElementType
protected org.pentaho.metastore.api.IMetaStoreElementType databaseElementTypeDeprecated.
-
-
Constructor Details
-
Method Details
-
getNamespaces
Deprecated.- Specified by:
getNamespacesin interfaceorg.pentaho.metastore.api.IMetaStore- Overrides:
getNamespacesin classorg.pentaho.metastore.stores.memory.MemoryMetaStore- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreException
-
createNamespace
public void createNamespace(String namespace) throws org.pentaho.metastore.api.exceptions.MetaStoreException, org.pentaho.metastore.api.exceptions.MetaStoreNamespaceExistsException Deprecated.- Specified by:
createNamespacein interfaceorg.pentaho.metastore.api.IMetaStore- Overrides:
createNamespacein classorg.pentaho.metastore.stores.memory.MemoryMetaStore- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreExceptionorg.pentaho.metastore.api.exceptions.MetaStoreNamespaceExistsException
-
deleteNamespace
public void deleteNamespace(String namespace) throws org.pentaho.metastore.api.exceptions.MetaStoreException, org.pentaho.metastore.api.exceptions.MetaStoreDependenciesExistsException Deprecated.- Specified by:
deleteNamespacein interfaceorg.pentaho.metastore.api.IMetaStore- Overrides:
deleteNamespacein classorg.pentaho.metastore.stores.memory.MemoryMetaStore- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreExceptionorg.pentaho.metastore.api.exceptions.MetaStoreDependenciesExistsException
-
namespaceExists
public boolean namespaceExists(String namespace) throws org.pentaho.metastore.api.exceptions.MetaStoreException Deprecated.- Specified by:
namespaceExistsin interfaceorg.pentaho.metastore.api.IMetaStore- Overrides:
namespaceExistsin classorg.pentaho.metastore.stores.memory.MemoryMetaStore- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreException
-
getElementTypes
public List<org.pentaho.metastore.api.IMetaStoreElementType> getElementTypes(String namespace) throws org.pentaho.metastore.api.exceptions.MetaStoreException Deprecated.- Specified by:
getElementTypesin interfaceorg.pentaho.metastore.api.IMetaStore- Overrides:
getElementTypesin classorg.pentaho.metastore.stores.memory.MemoryMetaStore- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreException
-
getElementTypeIds
public List<String> getElementTypeIds(String namespace) throws org.pentaho.metastore.api.exceptions.MetaStoreException Deprecated.- Specified by:
getElementTypeIdsin interfaceorg.pentaho.metastore.api.IMetaStore- Overrides:
getElementTypeIdsin classorg.pentaho.metastore.stores.memory.MemoryMetaStore- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreException
-
getElementType
public org.pentaho.metastore.api.IMetaStoreElementType getElementType(String namespace, String elementTypeId) throws org.pentaho.metastore.api.exceptions.MetaStoreException Deprecated.- Specified by:
getElementTypein interfaceorg.pentaho.metastore.api.IMetaStore- Overrides:
getElementTypein classorg.pentaho.metastore.stores.memory.MemoryMetaStore- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreException
-
getElementTypeByName
public org.pentaho.metastore.api.IMetaStoreElementType getElementTypeByName(String namespace, String elementTypeName) throws org.pentaho.metastore.api.exceptions.MetaStoreException Deprecated.- Specified by:
getElementTypeByNamein interfaceorg.pentaho.metastore.api.IMetaStore- Overrides:
getElementTypeByNamein classorg.pentaho.metastore.stores.memory.MemoryMetaStore- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreException
-
createElementType
public void createElementType(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) throws org.pentaho.metastore.api.exceptions.MetaStoreException, org.pentaho.metastore.api.exceptions.MetaStoreElementTypeExistsException Deprecated.- Specified by:
createElementTypein interfaceorg.pentaho.metastore.api.IMetaStore- Overrides:
createElementTypein classorg.pentaho.metastore.stores.memory.MemoryMetaStore- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreExceptionorg.pentaho.metastore.api.exceptions.MetaStoreElementTypeExistsException
-
updateElementType
public void updateElementType(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) throws org.pentaho.metastore.api.exceptions.MetaStoreException Deprecated.- Specified by:
updateElementTypein interfaceorg.pentaho.metastore.api.IMetaStore- Overrides:
updateElementTypein classorg.pentaho.metastore.stores.memory.MemoryMetaStore- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreException
-
deleteElementType
public void deleteElementType(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) throws org.pentaho.metastore.api.exceptions.MetaStoreException, org.pentaho.metastore.api.exceptions.MetaStoreDependenciesExistsException Deprecated.- Specified by:
deleteElementTypein interfaceorg.pentaho.metastore.api.IMetaStore- Overrides:
deleteElementTypein classorg.pentaho.metastore.stores.memory.MemoryMetaStore- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreExceptionorg.pentaho.metastore.api.exceptions.MetaStoreDependenciesExistsException
-
getElements
public List<org.pentaho.metastore.api.IMetaStoreElement> getElements(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) throws org.pentaho.metastore.api.exceptions.MetaStoreException Deprecated.- Specified by:
getElementsin interfaceorg.pentaho.metastore.api.IMetaStore- Overrides:
getElementsin classorg.pentaho.metastore.stores.memory.MemoryMetaStore- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreException
-
getElementIds
public List<String> getElementIds(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) throws org.pentaho.metastore.api.exceptions.MetaStoreException Deprecated.- Specified by:
getElementIdsin interfaceorg.pentaho.metastore.api.IMetaStore- Overrides:
getElementIdsin classorg.pentaho.metastore.stores.memory.MemoryMetaStore- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreException
-
getElement
public org.pentaho.metastore.api.IMetaStoreElement getElement(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType, String elementId) throws org.pentaho.metastore.api.exceptions.MetaStoreException Deprecated.- Specified by:
getElementin interfaceorg.pentaho.metastore.api.IMetaStore- Overrides:
getElementin classorg.pentaho.metastore.stores.memory.MemoryMetaStore- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreException
-
getElementByName
public org.pentaho.metastore.api.IMetaStoreElement getElementByName(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType, String name) throws org.pentaho.metastore.api.exceptions.MetaStoreException Deprecated.- Specified by:
getElementByNamein interfaceorg.pentaho.metastore.api.IMetaStore- Overrides:
getElementByNamein classorg.pentaho.metastore.stores.memory.MemoryMetaStore- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreException
-
createElement
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 Deprecated.- Specified by:
createElementin interfaceorg.pentaho.metastore.api.IMetaStore- Overrides:
createElementin classorg.pentaho.metastore.stores.memory.MemoryMetaStore- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreExceptionorg.pentaho.metastore.api.exceptions.MetaStoreElementExistException
-
deleteElement
public void deleteElement(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType, String elementId) throws org.pentaho.metastore.api.exceptions.MetaStoreException Deprecated.- Specified by:
deleteElementin interfaceorg.pentaho.metastore.api.IMetaStore- Overrides:
deleteElementin classorg.pentaho.metastore.stores.memory.MemoryMetaStore- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreException
-