o

com.datasolvr.services.facade.endpoints

ConfigServiceEndpoints

object ConfigServiceEndpoints

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

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(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. val getConfiguration: Endpoint[Encoded2[Option[String], Boolean, GetJson[ConfigurationInfo]], GetJson[ConfigurationInfo]]
  10. val getConnection: Endpoint[Route1[String, GetJson[ConnectionInfo]], GetJson[ConnectionInfo]]
  11. val getConnections: Endpoint[Encoded1[Boolean, GetJson[Array[ConnectionInfo]]], GetJson[Array[ConnectionInfo]]]
  12. final val getCustomApp: Endpoint[Route1[String, GetJson[CustomAppInfo]], GetJson[CustomAppInfo]]
  13. final val getCustomApps: Endpoint[Encoded1[Boolean, GetJson[Array[CustomAppInfo]]], GetJson[Array[CustomAppInfo]]]
  14. val getCustomFunction: Endpoint[Route1[String, GetJson[CustomFunctionInfo]], GetJson[CustomFunctionInfo]]
  15. val getCustomFunctions: Endpoint[Encoded1[Boolean, GetJson[Array[CustomFunctionInfo]]], GetJson[Array[CustomFunctionInfo]]]
  16. val getCustomModule: Endpoint[Route1[String, GetJson[CustomModuleInfo]], GetJson[CustomModuleInfo]]
  17. val getCustomModules: Endpoint[Encoded1[Boolean, GetJson[Array[CustomModuleInfo]]], GetJson[Array[CustomModuleInfo]]]
  18. val getCustomTransform: Endpoint[Route1[String, GetJson[CustomTransformInfo]], GetJson[CustomTransformInfo]]
  19. val getCustomTransforms: Endpoint[Encoded1[Boolean, GetJson[Array[CustomTransformInfo]]], GetJson[Array[CustomTransformInfo]]]
  20. val getFile: Endpoint[Route1[String, Encoded1[String, GetJson[FileInfo]]], GetJson[FileInfo]]
  21. val getFiles: Endpoint[Encoded2[Option[String], Boolean, GetJson[Array[FileInfo]]], GetJson[Array[FileInfo]]]
  22. val getPipeline: Endpoint[Route1[String, Encoded1[String, GetJson[PipelineInfo]]], GetJson[PipelineInfo]]
  23. val getPipelines: Endpoint[Encoded2[Option[String], Boolean, GetJson[Array[PipelineInfo]]], GetJson[Array[PipelineInfo]]]
  24. val getPlugins: Endpoint[GetJson[PluginsInfo], GetJson[PluginsInfo]]
  25. val getRegistries: Endpoint[Encoded1[Boolean, GetJson[Array[RegistryInfo]]], GetJson[Array[RegistryInfo]]]
  26. val getRegistry: Endpoint[Route1[String, GetJson[RegistryInfo]], GetJson[RegistryInfo]]
  27. val getRegistryEntities: Endpoint[Route1[String, Encoded1[Boolean, GetJson[Array[RegistryEntityInfo]]]], GetJson[Array[RegistryEntityInfo]]]
  28. val getRegistryEntity: Endpoint[Route2[String, String, GetJson[RegistryEntityInfo]], GetJson[RegistryEntityInfo]]
  29. val getResourceForFile: Endpoint[Route1[String, Encoded1[String, GetStream]], GetStream]
  30. val getSource: Endpoint[Route1[String, Encoded1[String, GetJson[SourceInfo]]], GetJson[SourceInfo]]
  31. val getSources: Endpoint[Encoded2[Option[String], Boolean, GetJson[Array[SourceInfo]]], GetJson[Array[SourceInfo]]]
  32. val getVersionForConnection: Endpoint[Route2[String, UUID, GetJson[ConnectionInfo]], GetJson[ConnectionInfo]]
  33. val getVersionForCustomApp: Endpoint[Route2[String, UUID, GetJson[CustomAppInfo]], GetJson[CustomAppInfo]]
  34. val getVersionForCustomFunction: Endpoint[Route2[String, UUID, GetJson[CustomFunctionInfo]], GetJson[CustomFunctionInfo]]
  35. val getVersionForCustomModule: Endpoint[Route2[String, UUID, GetJson[CustomModuleInfo]], GetJson[CustomModuleInfo]]
  36. val getVersionForCustomTransform: Endpoint[Route2[String, UUID, GetJson[CustomTransformInfo]], GetJson[CustomTransformInfo]]
  37. val getVersionForFile: Endpoint[Route2[String, UUID, GetJson[FileInfo]], GetJson[FileInfo]]
  38. val getVersionForPipeline: Endpoint[Route2[String, UUID, GetJson[PipelineInfo]], GetJson[PipelineInfo]]
  39. val getVersionForRegistry: Endpoint[Route2[String, UUID, GetJson[RegistryInfo]], GetJson[RegistryInfo]]
  40. val getVersionForRegistryEntity: Endpoint[Route3[String, String, UUID, GetJson[RegistryEntityInfo]], GetJson[RegistryEntityInfo]]
  41. val getVersionForSource: Endpoint[Route2[String, UUID, GetJson[SourceInfo]], GetJson[SourceInfo]]
  42. val getVersionsForConnection: Endpoint[Route1[String, GetJson[Array[ConnectionInfo]]], GetJson[Array[ConnectionInfo]]]
  43. val getVersionsForCustomApp: Endpoint[Route1[String, GetJson[Array[CustomAppInfo]]], GetJson[Array[CustomAppInfo]]]
  44. val getVersionsForCustomFunction: Endpoint[Route1[String, GetJson[Array[CustomFunctionInfo]]], GetJson[Array[CustomFunctionInfo]]]
  45. val getVersionsForCustomModule: Endpoint[Route1[String, GetJson[Array[CustomModuleInfo]]], GetJson[Array[CustomModuleInfo]]]
  46. val getVersionsForCustomTransform: Endpoint[Route1[String, GetJson[Array[CustomTransformInfo]]], GetJson[Array[CustomTransformInfo]]]
  47. val getVersionsForFile: Endpoint[Route1[String, Encoded1[String, GetJson[Array[FileInfo]]]], GetJson[Array[FileInfo]]]
  48. val getVersionsForPipeline: Endpoint[Route1[String, Encoded1[String, GetJson[Array[PipelineInfo]]]], GetJson[Array[PipelineInfo]]]
  49. val getVersionsForRegistry: Endpoint[Route1[String, GetJson[Array[RegistryInfo]]], GetJson[Array[RegistryInfo]]]
  50. val getVersionsForRegistryEntity: Endpoint[Route2[String, String, GetJson[Array[RegistryEntityInfo]]], GetJson[Array[RegistryEntityInfo]]]
  51. val getVersionsForSource: Endpoint[Route1[String, Encoded1[String, GetJson[Array[SourceInfo]]]], GetJson[Array[SourceInfo]]]
  52. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  53. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  54. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  55. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  56. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  57. val postConfiguration: Endpoint[Encoded1[Boolean, PostJsonToRaw[ConfigurationContent]], PostJsonToRaw[ConfigurationContent]]
  58. val postCopyRegistryEntity: Endpoint[Route2[String, String, PostRawToJson[RegistryEntityContent]], PostRawToJson[RegistryEntityContent]]
  59. val postCustomApp: Endpoint[PostJsonToRaw[CustomAppContent], PostJsonToRaw[CustomAppContent]]
  60. val postDeleteForConnection: Endpoint[Route1[String, Encoded1[Boolean, PostRawToRaw]], PostRawToRaw]
  61. val postDeleteForCustomApp: Endpoint[Route1[String, PostRawToRaw], PostRawToRaw]
  62. val postDeleteForCustomFunction: Endpoint[Route1[String, Encoded1[Boolean, PostRawToRaw]], PostRawToRaw]
  63. val postDeleteForCustomModule: Endpoint[Route1[String, Encoded1[Boolean, PostRawToRaw]], PostRawToRaw]
  64. val postDeleteForCustomTransform: Endpoint[Route1[String, Encoded1[Boolean, PostRawToRaw]], PostRawToRaw]
  65. val postDeleteForFile: Endpoint[Route1[String, Encoded1[String, PostRawToRaw]], PostRawToRaw]
  66. val postDeleteForPipeline: Endpoint[Route1[String, Encoded2[String, Boolean, PostRawToRaw]], PostRawToRaw]
  67. val postDeleteForRegistry: Endpoint[Route1[String, PostRawToRaw], PostRawToRaw]
  68. val postDeleteForRegistryEntity: Endpoint[Route2[String, String, PostRawToRaw], PostRawToRaw]
  69. val postDeleteForSource: Endpoint[Route1[String, Encoded2[String, Boolean, PostRawToRaw]], PostRawToRaw]
  70. val postDeleteVersionForConnection: Endpoint[Route2[String, UUID, PostRawToRaw], PostRawToRaw]
  71. val postFile: Endpoint[PostJsonToRaw[FileContent], PostJsonToRaw[FileContent]]
  72. val postPlugins: Endpoint[PostJsonToRaw[PluginsContent], PostJsonToRaw[PluginsContent]]
  73. val postRegistry: Endpoint[PostJsonToRaw[RegistryContent], PostJsonToRaw[RegistryContent]]
  74. val postRegistryEntity: Endpoint[PostJsonToRaw[RegistryEntityContent], PostJsonToRaw[RegistryEntityContent]]
  75. val postResourceForFile: Endpoint[Route1[String, Encoded2[String, Boolean, PostRawToRaw]], PostRawToRaw]
  76. val postTestEntityDataForRegistry: Endpoint[PostJsonToRaw[RegistryContentAndData], PostJsonToRaw[RegistryContentAndData]]
  77. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  78. def toString(): String
    Definition Classes
    AnyRef → Any
  79. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  80. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  81. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped