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 approveToolVersion(id: String): Call

  8. final def asInstanceOf[T0]: T0

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

  10. def authorRetireToolVersion(id: String): Call

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

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

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

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

  15. def clone(): AnyRef

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

  17. def createTool(): Call

  18. def createToolVersion(toolid: String): Call

  19. def deleteTool(id: String): Call

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

  21. def deployScriptProcessAdd(id: String): Call

  22. def deployScriptProcessStop(id: String): Call

  23. def displayTool(id: String): Call

  24. def displayToolVersion(id: String): Call

  25. def editTool(id: String): Call

  26. def editToolVersion(id: String): Call

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  31. def getFile(id: String): Call

  32. def getIconFile(id: String): Call

  33. def getIconFileByToolId(id: String): Call

  34. def hashCode(): Int

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

    Definition Classes
    Any
  36. def javascriptRoutes(): Call

  37. def manageDeployments(): Call

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

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

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

    Definition Classes
    AnyRef
  41. def reapproveToolVersion(id: String): Call

  42. def redirectToExternalURL(url: String): Call

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

  44. def rejectToolVersion(id: String): Call

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

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

  47. def reposPage(): Call

  48. def reviewAllScripts(): Call

  49. def revokeToolVersion(id: String): Call

  50. def saveFile(id: String): Call

  51. def saveIconFile(id: String): Call

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

  53. def searchPage(): Call

  54. def showAddDeployScriptForm(clusterName: String, id: String): Call

  55. def showCreateToolForm(): Call

  56. def showEditToolForm(id: String): Call

  57. def showEditToolVersionForm(id: String): Call

  58. def showStopDeployScriptForm(clusterName: String, id: String): Call

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

    Definition Classes
    AnyRef
  60. def toString(): String

    Definition Classes
    AnyRef → Any
  61. def unauthorized(): Call

  62. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped