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

  24. def displayTool(id: String): Call

  25. def displayToolVersion(id: String): Call

  26. def editTool(id: String): Call

  27. def editToolVersion(id: String): Call

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

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

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

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

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

  33. def getIconFile(id: String): Call

  34. def getIconFileByToolId(id: String): Call

  35. def hashCode(): Int

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

    Definition Classes
    Any
  37. def javascriptRoutes(): Call

  38. def manageDeployments(): Call

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

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

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

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

  43. def redirectToExternalURL(url: String): Call

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

  45. def rejectToolVersion(id: String): Call

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

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

  48. def reposPage(): Call

  49. def reviewAllScripts(): Call

  50. def revokeToolVersion(id: String): Call

  51. def saveFile(id: String): Call

  52. def saveIconFile(id: String): Call

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

  54. def searchPage(): Call

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

  56. def showCreateToolForm(): Call

  57. def showEditToolForm(id: String): Call

  58. def showEditToolVersionForm(id: String): Call

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

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

    Definition Classes
    AnyRef
  61. def toString(): String

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

  63. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped