controllers

ReverseApplication

class ReverseApplication extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReverseApplication
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReverseApplication()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def adminPage(): Call

  7. def allDeploymentMessagesList(): Call

  8. def allDeploymentMessagesTable(): Call

  9. def approveToolVersion(id: String): Call

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def authorApproveToolVersion(id: String): Call

  12. def authorRetireToolVersion(id: String): Call

  13. def browseAllTools(p: Int = 1, npp: Int = 24): Call

  14. def browseAuthoredTools(p: Int = 1, npp: Int = 24): Call

  15. def browseTools(p: Int = 1, npp: Int = 24): Call

  16. def changeToolVersionStatus(id: String, s: Int): Call

  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def configRabbitMQAdd(): Call

  19. def configRabbitMQDelete(): Call

  20. def configRabbitMQEdit(): Call

  21. def configRabbitmqPage(): Call

  22. def contributePage(): Call

  23. def createTool(): Call

  24. def createToolVersion(toolid: String): Call

  25. def deleteTool(id: String): Call

  26. def deleteToolVersion(id: String, toolid: String): Call

  27. def deployInterfaceProcessAdd(id: String): Call

  28. def deployInterfaceProcessStop(id: String): Call

  29. def deployInterfacesPage(bool: Boolean = true): Call

  30. def displayTool(id: String): Call

  31. def displayToolVersion(id: String): Call

  32. def editTool(id: String): Call

  33. def editToolVersion(id: String): Call

  34. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. def getAllVMs(): Call

  38. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  39. def getEMResponse(corrID: String): Call

  40. def getFile(id: String): Call

  41. def getIconFile(id: String): Call

  42. def getIconFileByToolId(id: String): Call

  43. def hashCode(): Int

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

    Definition Classes
    Any
  45. def javascriptRoutes(): Call

  46. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  47. final def notify(): Unit

    Definition Classes
    AnyRef
  48. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  49. def processAddConfigRabbitMQ(): Call

  50. def processDeleteConfigRabbitMQ(): Call

  51. def processEditConfigRabbitMQ(): Call

  52. def reapproveToolVersion(id: String): Call

  53. def reapproveTools(): Call

  54. def redirectToExternalURL(url: String): Call

  55. def regenerateIndex(showAllStatus: Int = 0): Call

  56. def rejectToolVersion(id: String): Call

  57. def removeFile(id: String, toolVersionId: String): Call

  58. def removeIconFile(id: String, toolId: String): Call

  59. def reposPage(): Call

  60. def reviewTools(): Call

  61. def revokeToolVersion(id: String): Call

  62. def revokeTools(): Call

  63. def saveFile(id: String): Call

  64. def saveIconFile(id: String): Call

  65. def searchCatalog(query: String = ""): Call

  66. def searchPage(): Call

  67. def showAddDeployInterfaceForm(id: String): Call

  68. def showCreateToolForm(): Call

  69. def showEditToolForm(id: String): Call

  70. def showEditToolVersionForm(id: String): Call

  71. def showStopDeployInterfaceForm(id: String): Call

  72. def showToolsMonitorPage(): Call

  73. def showToolsMonitorPageOne(name: String): Call

  74. def singleEMResponse(corrID: String): Call

  75. def singleMessageDetails(corrID: String): Call

  76. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  77. def toString(): String

    Definition Classes
    AnyRef → Any
  78. def toolsMonitorDetails(id: String): Call

  79. def unauthorized(): Call

  80. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped