c

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

EmptyPipegraphEditorService

class EmptyPipegraphEditorService extends PipegraphEditorService

Empty implementation of Pipegraph editor service to speed up test development

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

Instance Constructors

  1. new EmptyPipegraphEditorService()

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 checkIOByName(name: String, datastore: DatastoreProduct): Option[ErrorDTO]
  6. def checkPipegraphName(name: String, isUpdate: Boolean = false): Option[ErrorDTO]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getAllUIPipegraphs: List[PipegraphModel]
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getCodeModel(name: String): Option[FreeCodeModel]
  14. def getIndexModelById(name: String): Option[IndexModel]
  15. def getKeyValueModelById(name: String): Option[KeyValueModel]
  16. def getProcessGroup(name: String): Option[ProcessGroupModel]
  17. def getRawModelById(name: String): Option[RawModel]
  18. def getStringFromConfigString(conf: String, field: String): String
    Definition Classes
    PipegraphEditorService
  19. def getTopicModelById(name: String): Option[DatastoreModel]
  20. def getUIPipegraph(name: String): Option[PipegraphModel]
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def insertPipegraphModel(model: PipegraphModel): Unit
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def mergeConfigsStrings(left: String, right: String): String
    Definition Classes
    PipegraphEditorService
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def parsePGJson(json: String): Option[(String, String, JsValue)]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toDTO(writerModel: WriterModel): WriterModelDTO
    Definition Classes
    PipegraphEditorService
  31. def toDTO(readerModel: StreamingReaderModel): ReaderModelDTO
    Definition Classes
    PipegraphEditorService
  32. def toDTO(strategy: StrategyModel): StrategyDTO
    Definition Classes
    PipegraphEditorService
  33. def toDTO(etl: StructuredStreamingETLModel): StructuredStreamingETLDTO
    Definition Classes
    PipegraphEditorService
  34. def toDTO(pipegraph: PipegraphModel): PipegraphDTO
    Definition Classes
    PipegraphEditorService
  35. def toPipegraphModel(dto: PipegraphDTO, isUpdate: Boolean = false): Either[List[ErrorDTO], PipegraphModel]
    Definition Classes
    PipegraphEditorService
  36. def toReaderModel(dto: ReaderModelDTO): Either[List[ErrorDTO], StreamingReaderModel]
    Definition Classes
    PipegraphEditorService
  37. def toStrategyModel(strategy: StrategyDTO): Either[List[ErrorDTO], StrategyModel]
    Definition Classes
    PipegraphEditorService
  38. def toStrategyProcessGroup(id: String, errorPort: String, variables: JsValue): String
    Definition Classes
    PipegraphEditorService
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def toStructuredStreamingETLModel(dto: StructuredStreamingETLDTO): Either[List[ErrorDTO], StructuredStreamingETLModel]
    Definition Classes
    PipegraphEditorService
  41. def toWriterModel(dto: WriterModelDTO): Either[List[ErrorDTO], WriterModel]
    Definition Classes
    PipegraphEditorService
  42. def updatePipegraphModel(model: PipegraphModel): Unit
  43. def upsertCodeModel(cm: FreeCodeModel): Unit
  44. def upsertProcessGroup(pg: ProcessGroupModel): Unit
  45. def upsertRawModel(model: RawModel): Unit
  46. def validateStrategyCode(code: String): List[ErrorDTO]
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from PipegraphEditorService

Inherited from AnyRef

Inherited from Any

Ungrouped