Class: PublishableArtifactNode

.services.xs.publish. PublishableArtifactNode

new PublishableArtifactNode()

Represents a publishable artifact or a container of publishable artifacts.

Members

isContainer :boolean

Indicates whether this node represents a container of publishable artifacts or a publishable artifact

Type:
  • boolean

isPublishable :boolean

Indicates whether this node is publishable or not.

Type:
  • boolean

name :string

Simple name (without qualifier, can be ambiguous)

Type:
  • string

qualifiedName :string

Fully qualified name: can be used as the publicationArtifact or publicationArtifactContainer input of methods in sap.hana.im.ess.services.xs.publish.

Type:
  • string

type :sap.hana.im.ess.services.xs.publish.publicationArtifactType

Type of artifact (e.g. table, attributeview,...): applicable only for non-containers.

Type: