Packages

object JavaBridge

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

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 assumeEnvironmentId(s: String): EnvironmentId
  6. def assumeFeatureId(s: String): FeatureId
  7. def assumeNamespaceId(s: String): NamespaceId
  8. def assumeScopeId(s: String): ScopeId
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def create(authToken: String, endpoint: String, apiPath: String, environmentId: String, namespaceId: String, updateIntervalSeconds: Int, timeout: FiniteDuration, indexedAttributes: List[IndexAttr]): JavaBridge
  11. def create(authToken: String, endpoint: String, apiPath: String, environmentId: String, namespaceId: String, updateIntervalSeconds: Int, timeout: FiniteDuration): JavaBridge
  12. def create(authToken: String, endpoint: String, apiPath: String, environmentId: String, namespaceId: String, updateIntervalSeconds: Int, indexedAttributes: List[IndexAttr]): JavaBridge
  13. def create(authToken: String, endpoint: String, apiPath: String, environmentId: String, namespaceId: String, updateIntervalSeconds: Int): JavaBridge
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def getBooleanList(variables: Variables, variableId: String): List[Boolean]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def getDoubleList(variables: Variables, variableId: String): List[Double]
  19. def getLongList(variables: Variables, variableId: String): List[Long]
  20. def getState(lot: Lot, featureId: String): FeatureState

    Lookup FeatureState by string feature ID.

    Lookup FeatureState by string feature ID. Returns null if not found.

  21. def getStringList(variables: Variables, variableId: String): List[String]
  22. def getVariable(variables: Variables, variableId: String): VariableValue

    Lookup VariableValue by string variable ID.

    Lookup VariableValue by string variable ID. Returns null if not found or not set.

  23. def getVariantComboIds(lot: Lot): Array[Int]

    Extract variantComboIds as a Java-friendly int array.

  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def makeContext(key: String, attributes: Map[String, AnyRef]): Context

    Convert a Java Map of attributes to a Context.

  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. def stateOf(entries: Array[(String, FeatureState)]): Map[FeatureId, FeatureState]
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped