Class/Object

io.github.setl.workflow

External

Related Docs: object External | package workflow

Permalink

sealed abstract class External extends Factory[External]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. External
  2. Factory
  3. Writable
  4. HasDescription
  5. Identifiable
  6. Logging
  7. AbstractFactory
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def get(): External

    Permalink

    Get the processed data

    Get the processed data

    Definition Classes
    FactoryAbstractFactory
  2. abstract def process(): External.this.type

    Permalink

    Process data

    Process data

    Definition Classes
    FactoryAbstractFactory
  3. abstract def read(): External.this.type

    Permalink

    Read data

    Read data

    Definition Classes
    FactoryAbstractFactory
  4. abstract def write(): External.this.type

    Permalink

    Write data

    Write data

    Definition Classes
    FactoryAbstractFactory

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var _write: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Writable
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def consumers: Seq[Class[_ <: Factory[_]]]

    Permalink

    Return the list of consumer class

    Return the list of consumer class

    Definition Classes
    Factory
  8. def deliveryId: String

    Permalink

    Return the delivery id of this factory

    Return the delivery id of this factory

    Definition Classes
    Factory
  9. def deliveryType(): scala.reflect.api.JavaUniverse.Type

    Permalink

    Get the type of deliverable payload

    Get the type of deliverable payload

    Definition Classes
    Factory
  10. def describe(): External.this.type

    Permalink

    Describe the

    Describe the

    Definition Classes
    FactoryHasDescription
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getCanonicalName: String

    Permalink
    Definition Classes
    Identifiable
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getDelivery: Deliverable[External]

    Permalink

    Create a new Deliverable object

    Create a new Deliverable object

    Definition Classes
    Factory
  17. def getPrettyName: String

    Permalink
    Definition Classes
    HasDescription
  18. def getUUID: UUID

    Permalink
    Definition Classes
    Identifiable
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  22. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  23. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  24. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  25. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  26. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  27. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def writable: Boolean

    Permalink

    Return true if the write method will be invoked by the pipeline

    Return true if the write method will be invoked by the pipeline

    Definition Classes
    Writable
  37. def writable(write: Boolean): External.this.type

    Permalink

    Whether invoke the write method or not

    Whether invoke the write method or not

    write

    if set to true, then the write method of the factory will be invoked

    Definition Classes
    Writable

Inherited from Factory[External]

Inherited from Writable

Inherited from HasDescription

Inherited from Identifiable

Inherited from Logging

Inherited from AbstractFactory[External]

Inherited from AnyRef

Inherited from Any

Ungrouped