case class PolicyBinding(internal: JsonLDObject) extends GraphAccessors with DynamicObject with HasTargetRef with HasAnnotations with HasLabels with HasName with Product with Serializable

PolicyBinding, either inlined or standalone resource. TODO: implement getters and setters for standalone mode

Linear Supertypes
Serializable, Serializable, Product, Equals, HasName, HasLabels, HasAnnotations, HasTargetRef, HasSpec, HasMetadata, GraphAccessors, DynamicObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PolicyBinding
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HasName
  7. HasLabels
  8. HasAnnotations
  9. HasTargetRef
  10. HasSpec
  11. HasMetadata
  12. GraphAccessors
  13. DynamicObject
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PolicyBinding(internal: JsonLDObject)

Type Members

  1. abstract type This <: DynamicObject
    Definition Classes
    DynamicObject
  2. case class ListElement(uri: String, kind: String) extends Product with Serializable
    Definition Classes
    GraphAccessors

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. def addAnnotation(annotation: String, value: Boolean): PolicyBinding.this.type
    Definition Classes
    HasAnnotations
  5. def addAnnotation(annotation: String, value: Double): PolicyBinding.this.type
    Definition Classes
    HasAnnotations
  6. def addAnnotation(annotation: String, value: Float): PolicyBinding.this.type
    Definition Classes
    HasAnnotations
  7. def addAnnotation(annotation: String, value: Int): PolicyBinding.this.type
    Definition Classes
    HasAnnotations
  8. def addAnnotation(annotation: String, value: String): PolicyBinding.this.type
    Definition Classes
    HasAnnotations
  9. def addLabel(label: String, value: Boolean): PolicyBinding.this.type
    Definition Classes
    HasLabels
  10. def addLabel(label: String, value: Double): PolicyBinding.this.type
    Definition Classes
    HasLabels
  11. def addLabel(label: String, value: Float): PolicyBinding.this.type
    Definition Classes
    HasLabels
  12. def addLabel(label: String, value: Int): PolicyBinding.this.type
    Definition Classes
    HasLabels
  13. def addLabel(label: String, value: String): PolicyBinding.this.type
    Definition Classes
    HasLabels
  14. def alerts(): Seq[Alert]
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def extension: Extension
  19. def getAnnotation[T](annotation: String)(implicit ct: ClassTag[T]): T
    Definition Classes
    HasAnnotations
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. def getConfig: JsonLDObject
  22. def getIntLabel(label: String): Int
    Definition Classes
    HasLabels
  23. def getIntLabelIfPresent(label: String): Option[Int]
    Definition Classes
    HasLabels
  24. def getLabel[T](label: String)(implicit ct: ClassTag[T]): T
    Definition Classes
    HasLabels
  25. def getLabelIfPresent[T](label: String)(implicit ct: ClassTag[T]): Option[T]
    Definition Classes
    HasLabels
  26. def getObjectConfig(name: String): GraphAccessors
  27. def getScalarConfig[T](name: String)(implicit ct: ClassTag[T]): T
  28. def getStringLabel(label: String): String
    Definition Classes
    HasLabels
  29. def getStringLabelIfPresent(label: String): Option[String]
    Definition Classes
    HasLabels
  30. def getTargetRefName: Option[String]
    Definition Classes
    HasTargetRef
  31. def hasName(obj: GraphAccessors): Boolean
    Attributes
    protected
    Definition Classes
    HasTargetRef
  32. def hasTarget: Boolean
    Definition Classes
    HasTargetRef
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def metadata: GraphAccessors
    Definition Classes
    HasMetadata
  35. def metadataIfPresent: Option[GraphAccessors]
    Definition Classes
    HasMetadata
  36. def name: String
    Definition Classes
    HasName
  37. def nameIfPresent: Option[String]
    Definition Classes
    HasName
  38. def namespace: String
    Definition Classes
    HasName
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  42. def order: Int
  43. def policyRef: PolicyRef
  44. def rules: Seq[PolicyBindingRule]
  45. def service: Service
  46. def serviceIfPresent: Option[Service]
  47. def spec: GraphAccessors
    Definition Classes
    HasSpec
  48. def specIfPresent: Option[GraphAccessors]
    Definition Classes
    HasSpec
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def targetRef: NamedRefWithKind
    Definition Classes
    HasTargetRef
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def withAlerts(alerts: Seq[Alert]): PolicyBinding.this.type
  55. def withConfig(name: String, values: List[String]): PolicyBinding.this.type
  56. def withConfig(name: String, value: GraphAccessors with DynamicObject): PolicyBinding.this.type
  57. def withConfig(name: String, value: Double): PolicyBinding.this.type
  58. def withConfig(name: String, value: Float): PolicyBinding.this.type
  59. def withConfig(name: String, value: Boolean): PolicyBinding.this.type
  60. def withConfig(name: String, value: Int): PolicyBinding.this.type
  61. def withConfig(name: String, value: String): PolicyBinding.this.type
  62. def withDynamicProperty(key: String, value: JsonLDObject): This
    Definition Classes
    DynamicObject
  63. def withDynamicProperty(key: String, value: Float): This
    Definition Classes
    DynamicObject
  64. def withDynamicProperty(key: String, value: Boolean): This
    Definition Classes
    DynamicObject
  65. def withDynamicProperty(key: String, value: Int): This
    Definition Classes
    DynamicObject
  66. def withDynamicProperty(key: String, value: String): This
    Definition Classes
    DynamicObject
  67. def withExtension(extension: Extension, gav: Gav): PolicyBinding.this.type
  68. def withName(name: String): PolicyBinding.this.type
    Definition Classes
    HasName
  69. def withNamespace(namespace: String): PolicyBinding.this.type
    Definition Classes
    HasName
  70. def withOrder(order: Int): PolicyBinding.this.type
  71. def withPolicyRef(name: String, namespace: Option[String] = None): PolicyBinding.this.type
  72. def withRule(path: String = DEFAULT_RULE_VALUE, method: String = DEFAULT_RULE_VALUE, host: String = DEFAULT_RULE_VALUE): PolicyBindingRule
  73. def withService(service: Service): PolicyBinding.this.type
  74. def withService(name: String, address: String): Service
  75. def withTargetRef(name: String, kind: String): PolicyBinding.this.type
    Definition Classes
    HasTargetRef
  76. def withTargetRef(name: String): PolicyBinding.this.type
    Definition Classes
    HasTargetRef

Deprecated Value Members

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasName

Inherited from HasLabels

Inherited from HasAnnotations

Inherited from HasTargetRef

Inherited from HasSpec

Inherited from HasMetadata

Inherited from GraphAccessors

Inherited from DynamicObject

Inherited from AnyRef

Inherited from Any

Ungrouped