trait OrgAPI extends AnyRef

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

Abstract Value Members

  1. abstract def dependencyGraph(identifiers: IdentifiersRequest, depth: Int, apexOnly: Boolean, ignoring: IdentifiersRequest): Future[DependencyGraph]
    Annotations
    @JSONRPCMethod("dependencyGraph")
  2. abstract def getAllDependencyCounts(request: GetAllDependencyCountsRequest): Future[GetAllDependencyCountsResult]
    Annotations
    @JSONRPCMethod("getAllDependencyCounts")
  3. abstract def getCompletionItems(path: String, line: Int, offset: Int, content: String): Future[Array[CompletionItemLink]]
    Annotations
    @JSONRPCMethod("getCompletionItems")
  4. abstract def getDefinition(path: String, line: Int, offset: Int, content: Option[String]): Future[Array[LocationLink]]
    Annotations
    @JSONRPCMethod("getDefinition")
  5. abstract def getDependencyBombs(count: Int): Future[Array[BombScore]]
    Annotations
    @JSONRPCMethod("getDependencyBombs")
  6. abstract def getDependencyCounts(request: GetDependencyCountsRequest): Future[GetDependencyCountsResult]
    Annotations
    @JSONRPCMethod("getDependencyCounts")
  7. abstract def getImplementation(path: String, line: Int, offset: Int, content: Option[String]): Future[Array[LocationLink]]
    Annotations
    @JSONRPCMethod("getImplementation")
  8. abstract def getIssues(includeWarnings: Boolean, maxIssuesPerFile: Int): Future[GetIssuesResult]
    Annotations
    @JSONRPCMethod("getIssues")
  9. abstract def getReferences(path: String, line: Int, offset: Int): Future[Array[TargetLocation]]
    Annotations
    @JSONRPCMethod("getReferences")
  10. abstract def getTestClassItems(paths: Array[String]): Future[TestClassItemsResult]
    Annotations
    @JSONRPCMethod("getTestClassItems")
  11. abstract def getTestClassItemsChanged(paths: Array[String]): Future[TestClassItemsResult]
    Annotations
    @JSONRPCMethod("getTestClassItemsChanged")
  12. abstract def getTestClassNames(paths: GetTestClassNamesRequest): Future[GetTestClassNamesResult]
    Annotations
    @JSONRPCMethod("getTestClassNames")
  13. abstract def getTestMethodItems(paths: Array[String]): Future[TestMethodItemsResult]
    Annotations
    @JSONRPCMethod("getTestMethodItems")
  14. abstract def hasUpdatedIssues: Future[Array[String]]
    Annotations
    @JSONRPCMethod("hasUpdatedIssues")
  15. abstract def identifierForPath(path: String): Future[IdentifierForPathResult]
    Annotations
    @JSONRPCMethod("identifierForPath")
  16. abstract def identifierLocation(identifier: IdentifierRequest): Future[IdentifierLocationResult]
    Annotations
    @JSONRPCMethod("identifierLocation")
  17. abstract def ignoreUpdatedIssues(path: String): Future[Unit]
    Annotations
    @JSONRPCMethod("ignoreUpdatedIssues")
  18. abstract def issuesForFile(path: String): Future[IssuesResult]
    Annotations
    @JSONRPCMethod("issuesForFile")
  19. abstract def issuesForFiles(paths: Array[String], includeWarnings: Boolean, maxErrorsPerFile: Int): Future[IssuesResult]
    Annotations
    @JSONRPCMethod("issuesForFiles")
  20. abstract def open(directory: String, options: OpenOptions): Future[OpenResult]
    Annotations
    @JSONRPCMethod("openWithOptions")
  21. abstract def open(directory: String): Future[OpenResult]
    Annotations
    @JSONRPCMethod("open")
  22. abstract def refresh(path: String, highPriority: Boolean): Future[Unit]
    Annotations
    @JSONRPCMethod("refresh")
  23. abstract def setCacheDirectory(path: Option[String]): Future[Unit]
    Annotations
    @JSONRPCMethod("setCacheDirectory")
  24. abstract def setExternalAnalysisMode(mode: String): Future[Unit]
    Annotations
    @JSONRPCMethod("setExternalAnalysisMode")
  25. abstract def setLoggingLevel(level: String): Future[Unit]
    Annotations
    @JSONRPCMethod("setLoggingLevel")
  26. abstract def setParser(parser: String): Future[Unit]
    Annotations
    @JSONRPCMethod("setParser")
  27. abstract def typeIdentifiers(apexOnly: Boolean): Future[GetTypeIdentifiersResult]
    Annotations
    @JSONRPCMethod("getTypeIdentifiers")
  28. abstract def version(): Future[String]
    Annotations
    @JSONRPCMethod("version")

Concrete 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]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped