case class BatchContent(id: String, name: String, description: String, data_raw: Option[BatchData]) extends VersionedEntityContentAuth[BatchContent] with BatchDataProperties with WithOptions with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BatchContent
- Serializable
- Product
- Equals
- WithOptions
- BatchDataProperties
- VersionedEntityContentAuth
- VersionedEntityContent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Type Members
- type TEntityData = BatchData
- Definition Classes
- BatchContent → VersionedEntityContentAuth
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authScope: Batches.type
- Definition Classes
- BatchContent → VersionedEntityContentAuth
- def batches: List[String]
- Definition Classes
- BatchContent → BatchDataProperties
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def copy(id: String = this.id, name: String = this.name, description: String = this.description, options: Map[String, String] = this.options, sources: List[SourceElement] = this.sources, pipelines: List[PipelineElement] = this.pipelines, batches: List[String] = this.batches): BatchContent
- def data: TEntityData
- Attributes
- protected
- Definition Classes
- VersionedEntityContentAuth
- val data_raw: Option[BatchData]
- Definition Classes
- BatchContent → VersionedEntityContentAuth
- val description: String
- Definition Classes
- BatchContent → VersionedEntityContent
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getOptions: Options
- Definition Classes
- BatchContent → WithOptions
- val id: String
- Definition Classes
- BatchContent → VersionedEntityContent
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- Definition Classes
- BatchContent → VersionedEntityContent
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def options: Map[String, String]
- Definition Classes
- BatchContent → BatchDataProperties
- def pipelines: List[PipelineElement]
- Definition Classes
- BatchContent → BatchDataProperties
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def restrict(authorization: AuthorizationManager): BatchContent
- Definition Classes
- VersionedEntityContentAuth
- def sources: List[SourceElement]
- Definition Classes
- BatchContent → BatchDataProperties
- def stripped: BatchContent
- Definition Classes
- BatchContent → VersionedEntityContentAuth
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)