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 -
Constructor Summary
ConstructorsConstructorDescriptionKDBRMetaStoreElement(KettleDatabaseRepositoryMetaStoreDelegate delegate, org.pentaho.metastore.api.IMetaStoreElementType elementType, String id, Object value) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(org.pentaho.metastore.api.IMetaStoreAttribute attribute) voidvoiddeleteChild(String attributeId) org.pentaho.metastore.api.IMetaStoreAttributeList<org.pentaho.metastore.api.IMetaStoreAttribute>org.pentaho.metastore.api.IMetaStoreElementTypeorg.pentaho.di.repository.LongObjectIdgetId()getName()org.pentaho.di.repository.LongObjectIdorg.pentaho.di.repository.LongObjectIdorg.pentaho.metastore.api.security.IMetaStoreElementOwnergetOwner()List<org.pentaho.metastore.api.security.MetaStoreOwnerPermissions>getValue()voidsetElementType(org.pentaho.metastore.api.IMetaStoreElementType elementType) voidsetElementTypeId(org.pentaho.di.repository.LongObjectId elementTypeId) voidvoidvoidsetNamespaceId(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) void
-
Field Details
-
delegate
-
-
Constructor Details
-
KDBRMetaStoreElement
public KDBRMetaStoreElement() -
KDBRMetaStoreElement
public KDBRMetaStoreElement(KettleDatabaseRepositoryMetaStoreDelegate delegate, org.pentaho.metastore.api.IMetaStoreElementType elementType, String id, Object value)
-
-
Method Details
-
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
- Specified by:
getIdin interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
setId
- Specified by:
setIdin interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
getValue
- Specified by:
getValuein interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
setValue
- Specified by:
setValuein interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
getName
- Specified by:
getNamein interfaceorg.pentaho.metastore.api.IMetaStoreElement
-
setName
- Specified by:
setNamein interfaceorg.pentaho.metastore.api.IMetaStoreElement
-
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
- Specified by:
deleteChildin interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
getChild
- 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
- 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
-