class EmptyPipegraphEditorService extends PipegraphEditorService
Empty implementation of Pipegraph editor service to speed up test development
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EmptyPipegraphEditorService
- PipegraphEditorService
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EmptyPipegraphEditorService()
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
-
def
checkIOByName(name: String, datastore: DatastoreProduct): Option[ErrorDTO]
- Definition Classes
- EmptyPipegraphEditorService → PipegraphEditorService
-
def
checkPipegraphName(name: String, isUpdate: Boolean = false): Option[ErrorDTO]
- Definition Classes
- EmptyPipegraphEditorService → PipegraphEditorService
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAllUIPipegraphs: List[PipegraphModel]
- Definition Classes
- EmptyPipegraphEditorService → PipegraphEditorService
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getCodeModel(name: String): Option[FreeCodeModel]
- Definition Classes
- EmptyPipegraphEditorService → PipegraphEditorService
-
def
getIndexModelById(name: String): Option[IndexModel]
- Definition Classes
- EmptyPipegraphEditorService → PipegraphEditorService
-
def
getKeyValueModelById(name: String): Option[KeyValueModel]
- Definition Classes
- EmptyPipegraphEditorService → PipegraphEditorService
-
def
getProcessGroup(name: String): Option[ProcessGroupModel]
- Definition Classes
- EmptyPipegraphEditorService → PipegraphEditorService
-
def
getRawModelById(name: String): Option[RawModel]
- Definition Classes
- EmptyPipegraphEditorService → PipegraphEditorService
-
def
getStringFromConfigString(conf: String, field: String): String
- Definition Classes
- PipegraphEditorService
-
def
getTopicModelById(name: String): Option[DatastoreModel]
- Definition Classes
- EmptyPipegraphEditorService → PipegraphEditorService
-
def
getUIPipegraph(name: String): Option[PipegraphModel]
- Definition Classes
- EmptyPipegraphEditorService → PipegraphEditorService
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
insertPipegraphModel(model: PipegraphModel): Unit
- Definition Classes
- EmptyPipegraphEditorService → PipegraphEditorService
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mergeConfigsStrings(left: String, right: String): String
- Definition Classes
- PipegraphEditorService
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parsePGJson(json: String): Option[(String, String, JsValue)]
- Definition Classes
- EmptyPipegraphEditorService → PipegraphEditorService
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toDTO(writerModel: WriterModel): WriterModelDTO
- Definition Classes
- PipegraphEditorService
-
def
toDTO(readerModel: StreamingReaderModel): ReaderModelDTO
- Definition Classes
- PipegraphEditorService
-
def
toDTO(strategy: StrategyModel): StrategyDTO
- Definition Classes
- PipegraphEditorService
-
def
toDTO(etl: StructuredStreamingETLModel): StructuredStreamingETLDTO
- Definition Classes
- PipegraphEditorService
-
def
toDTO(pipegraph: PipegraphModel): PipegraphDTO
- Definition Classes
- PipegraphEditorService
-
def
toPipegraphModel(dto: PipegraphDTO, isUpdate: Boolean = false): Either[List[ErrorDTO], PipegraphModel]
- Definition Classes
- PipegraphEditorService
-
def
toReaderModel(dto: ReaderModelDTO): Either[List[ErrorDTO], StreamingReaderModel]
- Definition Classes
- PipegraphEditorService
-
def
toStrategyModel(strategy: StrategyDTO): Either[List[ErrorDTO], StrategyModel]
- Definition Classes
- PipegraphEditorService
-
def
toStrategyProcessGroup(id: String, errorPort: String, variables: JsValue): String
- Definition Classes
- PipegraphEditorService
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
toStructuredStreamingETLModel(dto: StructuredStreamingETLDTO): Either[List[ErrorDTO], StructuredStreamingETLModel]
- Definition Classes
- PipegraphEditorService
-
def
toWriterModel(dto: WriterModelDTO): Either[List[ErrorDTO], WriterModel]
- Definition Classes
- PipegraphEditorService
-
def
updatePipegraphModel(model: PipegraphModel): Unit
- Definition Classes
- EmptyPipegraphEditorService → PipegraphEditorService
-
def
upsertCodeModel(cm: FreeCodeModel): Unit
- Definition Classes
- EmptyPipegraphEditorService → PipegraphEditorService
-
def
upsertProcessGroup(pg: ProcessGroupModel): Unit
- Definition Classes
- EmptyPipegraphEditorService → PipegraphEditorService
-
def
upsertRawModel(model: RawModel): Unit
- Definition Classes
- EmptyPipegraphEditorService → PipegraphEditorService
-
def
validateStrategyCode(code: String): List[ErrorDTO]
- Definition Classes
- EmptyPipegraphEditorService → PipegraphEditorService
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()