trait OrgAPI extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- OrgAPI
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def dependencyGraph(identifiers: IdentifiersRequest, depth: Int, apexOnly: Boolean, ignoring: IdentifiersRequest): Future[DependencyGraph]
- Annotations
- @JSONRPCMethod("dependencyGraph")
- abstract def getAllDependencyCounts(request: GetAllDependencyCountsRequest): Future[GetAllDependencyCountsResult]
- Annotations
- @JSONRPCMethod("getAllDependencyCounts")
- abstract def getCompletionItems(path: String, line: Int, offset: Int, content: String): Future[Array[CompletionItemLink]]
- Annotations
- @JSONRPCMethod("getCompletionItems")
- abstract def getDefinition(path: String, line: Int, offset: Int, content: Option[String]): Future[Array[LocationLink]]
- Annotations
- @JSONRPCMethod("getDefinition")
- abstract def getDependencyBombs(count: Int): Future[Array[BombScore]]
- Annotations
- @JSONRPCMethod("getDependencyBombs")
- abstract def getDependencyCounts(request: GetDependencyCountsRequest): Future[GetDependencyCountsResult]
- Annotations
- @JSONRPCMethod("getDependencyCounts")
- abstract def getImplementation(path: String, line: Int, offset: Int, content: Option[String]): Future[Array[LocationLink]]
- Annotations
- @JSONRPCMethod("getImplementation")
- abstract def getIssues(includeWarnings: Boolean, maxIssuesPerFile: Int): Future[GetIssuesResult]
- Annotations
- @JSONRPCMethod("getIssues")
- abstract def getReferences(path: String, line: Int, offset: Int): Future[Array[TargetLocation]]
- Annotations
- @JSONRPCMethod("getReferences")
- abstract def getTestClassItems(paths: Array[String]): Future[TestClassItemsResult]
- Annotations
- @JSONRPCMethod("getTestClassItems")
- abstract def getTestClassItemsChanged(paths: Array[String]): Future[TestClassItemsResult]
- Annotations
- @JSONRPCMethod("getTestClassItemsChanged")
- abstract def getTestClassNames(paths: GetTestClassNamesRequest): Future[GetTestClassNamesResult]
- Annotations
- @JSONRPCMethod("getTestClassNames")
- abstract def getTestMethodItems(paths: Array[String]): Future[TestMethodItemsResult]
- Annotations
- @JSONRPCMethod("getTestMethodItems")
- abstract def hasUpdatedIssues: Future[Array[String]]
- Annotations
- @JSONRPCMethod("hasUpdatedIssues")
- abstract def identifierForPath(path: String): Future[IdentifierForPathResult]
- Annotations
- @JSONRPCMethod("identifierForPath")
- abstract def identifierLocation(identifier: IdentifierRequest): Future[IdentifierLocationResult]
- Annotations
- @JSONRPCMethod("identifierLocation")
- abstract def ignoreUpdatedIssues(path: String): Future[Unit]
- Annotations
- @JSONRPCMethod("ignoreUpdatedIssues")
- abstract def issuesForFile(path: String): Future[IssuesResult]
- Annotations
- @JSONRPCMethod("issuesForFile")
- abstract def issuesForFiles(paths: Array[String], includeWarnings: Boolean, maxErrorsPerFile: Int): Future[IssuesResult]
- Annotations
- @JSONRPCMethod("issuesForFiles")
- abstract def open(directory: String, options: OpenOptions): Future[OpenResult]
- Annotations
- @JSONRPCMethod("openWithOptions")
- abstract def open(directory: String): Future[OpenResult]
- Annotations
- @JSONRPCMethod("open")
- abstract def refresh(path: String, highPriority: Boolean): Future[Unit]
- Annotations
- @JSONRPCMethod("refresh")
- abstract def setCacheDirectory(path: Option[String]): Future[Unit]
- Annotations
- @JSONRPCMethod("setCacheDirectory")
- abstract def setExternalAnalysisMode(mode: String): Future[Unit]
- Annotations
- @JSONRPCMethod("setExternalAnalysisMode")
- abstract def setLoggingLevel(level: String): Future[Unit]
- Annotations
- @JSONRPCMethod("setLoggingLevel")
- abstract def setParser(parser: String): Future[Unit]
- Annotations
- @JSONRPCMethod("setParser")
- abstract def typeIdentifiers(apexOnly: Boolean): Future[GetTypeIdentifiersResult]
- Annotations
- @JSONRPCMethod("getTypeIdentifiers")
- abstract def version(): Future[String]
- Annotations
- @JSONRPCMethod("version")
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()