Packages

case class PipelineContent(id: String, tag: String, name: String, description: String, data_raw: Option[PipelineData]) extends VersionedEntityContentAuth[PipelineContent] with PipelineDataProperties with WithOptions with WithTag with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PipelineContent
  2. Serializable
  3. Product
  4. Equals
  5. WithTag
  6. WithOptions
  7. PipelineDataProperties
  8. VersionedEntityContentAuth
  9. VersionedEntityContent
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PipelineContent(id: String, tag: String, name: String, description: String, data_raw: Option[PipelineData])

Type Members

  1. type TEntityData = PipelineData

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def access: Option[ConfigAccess]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val authScope: Pipelines.type
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def copy(id: String = this.id, tag: String = this.tag, name: String = this.name, description: String = this.description, options: Map[String, String] = this.options, resultType: String = this.resultType, sourceImports: List[PipelineSourceImport] = this.sourceImports, timelines: List[TimelineDescription] = this.timelines, functions: List[InlineFunction] = this.functions, modules: List[InlineModule] = this.modules, transforms: List[PipelineTransform] = this.transforms, access: Option[ConfigAccess] = this.access): PipelineContent
  9. def data: TEntityData
    Attributes
    protected
    Definition Classes
    VersionedEntityContentAuth
  10. val data_raw: Option[PipelineData]
  11. val description: String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(obj: Any): Boolean
    Definition Classes
    PipelineContent → Equals → AnyRef → Any
  14. def filterTransforms(targets: Iterable[String]): PipelineContent
  15. def functions: List[InlineFunction]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def getLiveCompatibleImports(date: LocalDateTime): List[PipelineSourceImport]
  18. def getOptions: Options
    Definition Classes
    PipelineContentWithOptions
  19. def getSourceImport(localId: String): PipelineSourceImport
  20. def getTransform(transformId: String): PipelineTransform
  21. def getTransformGraph: Graph[String, DiEdge]
  22. def hasExternalTransforms: Boolean
  23. def hashCode(): Int
    Definition Classes
    PipelineContent → AnyRef → Any
  24. val id: String
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isLive: Boolean
  27. def isStream: Boolean
  28. def modules: List[InlineModule]
  29. val name: String
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def normalized: PipelineContent
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. def options: Map[String, String]
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. def restrict(authorization: AuthorizationManager): PipelineContent
    Definition Classes
    VersionedEntityContentAuth
  37. def resultType: String
  38. def skipAllOutput: PipelineContent
  39. def sourceImports: List[PipelineSourceImport]
  40. def stripMetadata: PipelineContent
  41. def stripped: PipelineContent
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. val tag: String
    Definition Classes
    PipelineContentWithTag
  44. def taggedId: String

    The unique identifier for an entity with a specific tag.

    The unique identifier for an entity with a specific tag.

    Definition Classes
    WithTag
  45. def timelines: List[TimelineDescription]
  46. def transforms: List[PipelineTransform]
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. def withoutEmptyTransforms: PipelineContent

    Returns this pipeline without transforms without output (PipelineTransform.noOutput is true)

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from WithTag

Inherited from WithOptions

Inherited from PipelineDataProperties

Inherited from VersionedEntityContent

Inherited from AnyRef

Inherited from Any

Ungrouped