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

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

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

Inherited from Serializable

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