t

it.agilelab.bigdata.wasp.master.web.controllers

PipegraphEditorService

trait PipegraphEditorService extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PipegraphEditorService
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def checkIOByName(name: String, datastore: DatastoreProduct): Option[ErrorDTO]
  2. abstract def checkPipegraphName(name: String, isUpdate: Boolean = false): Option[ErrorDTO]
  3. abstract def getAllUIPipegraphs: List[PipegraphModel]
  4. abstract def getCodeModel(name: String): Option[FreeCodeModel]
  5. abstract def getIndexModelById(name: String): Option[IndexModel]
  6. abstract def getKeyValueModelById(name: String): Option[KeyValueModel]
  7. abstract def getProcessGroup(name: String): Option[ProcessGroupModel]
  8. abstract def getRawModelById(name: String): Option[RawModel]
  9. abstract def getTopicModelById(name: String): Option[DatastoreModel]
  10. abstract def getUIPipegraph(name: String): Option[PipegraphModel]
  11. abstract def insertPipegraphModel(model: PipegraphModel): Unit
  12. abstract def parsePGJson(json: String): Option[(String, String, JsValue)]
  13. abstract def updatePipegraphModel(model: PipegraphModel): Unit
  14. abstract def upsertCodeModel(cm: FreeCodeModel): Unit
  15. abstract def upsertProcessGroup(pg: ProcessGroupModel): Unit
  16. abstract def upsertRawModel(model: RawModel): Unit
  17. abstract def validateStrategyCode(code: String): List[ErrorDTO]

Concrete 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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def getStringFromConfigString(conf: String, field: String): String
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def mergeConfigsStrings(left: String, right: String): String
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toDTO(writerModel: WriterModel): WriterModelDTO
  19. def toDTO(readerModel: StreamingReaderModel): ReaderModelDTO
  20. def toDTO(strategy: StrategyModel): StrategyDTO
  21. def toDTO(etl: StructuredStreamingETLModel): StructuredStreamingETLDTO
  22. def toDTO(pipegraph: PipegraphModel): PipegraphDTO
  23. def toPipegraphModel(dto: PipegraphDTO, isUpdate: Boolean = false): Either[List[ErrorDTO], PipegraphModel]
  24. def toReaderModel(dto: ReaderModelDTO): Either[List[ErrorDTO], StreamingReaderModel]
  25. def toStrategyModel(strategy: StrategyDTO): Either[List[ErrorDTO], StrategyModel]
  26. def toStrategyProcessGroup(id: String, errorPort: String, variables: JsValue): String
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def toStructuredStreamingETLModel(dto: StructuredStreamingETLDTO): Either[List[ErrorDTO], StructuredStreamingETLModel]
  29. def toWriterModel(dto: WriterModelDTO): Either[List[ErrorDTO], WriterModel]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped