object JavaBridge
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JavaBridge
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 assumeEnvironmentId(s: String): EnvironmentId
- def assumeFeatureId(s: String): FeatureId
- def assumeNamespaceId(s: String): NamespaceId
- def assumeScopeId(s: String): ScopeId
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def create(authToken: String, endpoint: String, apiPath: String, environmentId: String, namespaceId: String, updateIntervalSeconds: Int, timeout: FiniteDuration, indexedAttributes: List[IndexAttr]): JavaBridge
- def create(authToken: String, endpoint: String, apiPath: String, environmentId: String, namespaceId: String, updateIntervalSeconds: Int, timeout: FiniteDuration): JavaBridge
- def create(authToken: String, endpoint: String, apiPath: String, environmentId: String, namespaceId: String, updateIntervalSeconds: Int, indexedAttributes: List[IndexAttr]): JavaBridge
- def create(authToken: String, endpoint: String, apiPath: String, environmentId: String, namespaceId: String, updateIntervalSeconds: Int): JavaBridge
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getBooleanList(variables: Variables, variableId: String): List[Boolean]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDoubleList(variables: Variables, variableId: String): List[Double]
- def getLongList(variables: Variables, variableId: String): List[Long]
- def getState(lot: Lot, featureId: String): FeatureState
Lookup FeatureState by string feature ID.
Lookup FeatureState by string feature ID. Returns null if not found.
- def getStringList(variables: Variables, variableId: String): List[String]
- 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.
- def getVariantComboIds(lot: Lot): Array[Int]
Extract variantComboIds as a Java-friendly int array.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeContext(key: String, attributes: Map[String, AnyRef]): Context
Convert a Java Map of attributes to a Context.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def stateOf(entries: Array[(String, FeatureState)]): Map[FeatureId, FeatureState]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)