Class KDBRMetaStoreElement
- java.lang.Object
-
- org.pentaho.di.repository.kdr.delegates.metastore.KDBRMetaStoreElement
-
- All Implemented Interfaces:
org.pentaho.metastore.api.IMetaStoreAttribute,org.pentaho.metastore.api.IMetaStoreElement
public class KDBRMetaStoreElement extends Object implements org.pentaho.metastore.api.IMetaStoreElement
-
-
Field Summary
Fields Modifier and Type Field Description KettleDatabaseRepositoryMetaStoreDelegatedelegate
-
Constructor Summary
Constructors Constructor Description KDBRMetaStoreElement()KDBRMetaStoreElement(KettleDatabaseRepositoryMetaStoreDelegate delegate, org.pentaho.metastore.api.IMetaStoreElementType elementType, String id, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChild(org.pentaho.metastore.api.IMetaStoreAttribute attribute)voidclearChildren()voiddeleteChild(String attributeId)org.pentaho.metastore.api.IMetaStoreAttributegetChild(String id)List<org.pentaho.metastore.api.IMetaStoreAttribute>getChildren()org.pentaho.metastore.api.IMetaStoreElementTypegetElementType()org.pentaho.di.repository.LongObjectIdgetElementTypeId()StringgetId()StringgetName()org.pentaho.di.repository.LongObjectIdgetNamespaceId()org.pentaho.di.repository.LongObjectIdgetObjectId()org.pentaho.metastore.api.security.IMetaStoreElementOwnergetOwner()List<org.pentaho.metastore.api.security.MetaStoreOwnerPermissions>getOwnerPermissionsList()ObjectgetValue()voidsetElementType(org.pentaho.metastore.api.IMetaStoreElementType elementType)voidsetElementTypeId(org.pentaho.di.repository.LongObjectId elementTypeId)voidsetId(String id)voidsetName(String name)voidsetNamespaceId(org.pentaho.di.repository.LongObjectId namespaceId)voidsetObjectId(org.pentaho.di.repository.LongObjectId objectId)voidsetOwner(org.pentaho.metastore.api.security.IMetaStoreElementOwner owner)voidsetOwnerPermissionsList(List<org.pentaho.metastore.api.security.MetaStoreOwnerPermissions> ownerPermissions)voidsetValue(Object value)
-
-
-
Field Detail
-
delegate
public KettleDatabaseRepositoryMetaStoreDelegate delegate
-
-
Constructor Detail
-
KDBRMetaStoreElement
public KDBRMetaStoreElement()
-
KDBRMetaStoreElement
public KDBRMetaStoreElement(KettleDatabaseRepositoryMetaStoreDelegate delegate, org.pentaho.metastore.api.IMetaStoreElementType elementType, String id, Object value)
-
-
Method Detail
-
getObjectId
public org.pentaho.di.repository.LongObjectId getObjectId()
-
setObjectId
public void setObjectId(org.pentaho.di.repository.LongObjectId objectId)
-
getNamespaceId
public org.pentaho.di.repository.LongObjectId getNamespaceId()
-
setNamespaceId
public void setNamespaceId(org.pentaho.di.repository.LongObjectId namespaceId)
-
getElementTypeId
public org.pentaho.di.repository.LongObjectId getElementTypeId()
-
setElementTypeId
public void setElementTypeId(org.pentaho.di.repository.LongObjectId elementTypeId)
-
getId
public String getId()
- Specified by:
getIdin interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
setId
public void setId(String id)
- Specified by:
setIdin interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
getValue
public Object getValue()
- Specified by:
getValuein interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
setValue
public void setValue(Object value)
- Specified by:
setValuein interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.pentaho.metastore.api.IMetaStoreElement
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceorg.pentaho.metastore.api.IMetaStoreElement
-
getChildren
public List<org.pentaho.metastore.api.IMetaStoreAttribute> getChildren()
- Specified by:
getChildrenin interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
addChild
public void addChild(org.pentaho.metastore.api.IMetaStoreAttribute attribute)
- Specified by:
addChildin interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
clearChildren
public void clearChildren()
- Specified by:
clearChildrenin interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
deleteChild
public void deleteChild(String attributeId)
- Specified by:
deleteChildin interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
getChild
public org.pentaho.metastore.api.IMetaStoreAttribute getChild(String id)
- Specified by:
getChildin interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
getElementType
public org.pentaho.metastore.api.IMetaStoreElementType getElementType()
- Specified by:
getElementTypein interfaceorg.pentaho.metastore.api.IMetaStoreElement
-
setElementType
public void setElementType(org.pentaho.metastore.api.IMetaStoreElementType elementType)
- Specified by:
setElementTypein interfaceorg.pentaho.metastore.api.IMetaStoreElement
-
getOwner
public org.pentaho.metastore.api.security.IMetaStoreElementOwner getOwner()
- Specified by:
getOwnerin interfaceorg.pentaho.metastore.api.IMetaStoreElement
-
setOwner
public void setOwner(org.pentaho.metastore.api.security.IMetaStoreElementOwner owner)
- Specified by:
setOwnerin interfaceorg.pentaho.metastore.api.IMetaStoreElement
-
getOwnerPermissionsList
public List<org.pentaho.metastore.api.security.MetaStoreOwnerPermissions> getOwnerPermissionsList()
- Specified by:
getOwnerPermissionsListin interfaceorg.pentaho.metastore.api.IMetaStoreElement
-
setOwnerPermissionsList
public void setOwnerPermissionsList(List<org.pentaho.metastore.api.security.MetaStoreOwnerPermissions> ownerPermissions)
- Specified by:
setOwnerPermissionsListin interfaceorg.pentaho.metastore.api.IMetaStoreElement
-
-