c

amf.plugins.features.validation

JVMValidationResult

case class JVMValidationResult(value: JObject) extends ValidationResult with JSONLDParser with Product with Serializable

A SHACL ValidationResult

value

parsed JSON-LD node for the validation result reosurce

Linear Supertypes
Serializable, Serializable, Product, Equals, JSONLDParser, ValidationResult, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JVMValidationResult
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. JSONLDParser
  7. ValidationResult
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JVMValidationResult(value: JObject)

    value

    parsed JSON-LD node for the validation result reosurce

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. val SHACL_CONSTRAINT: String
  5. val SHACL_FOCUS_NODE: String
  6. val SHACL_MESSAGE: String
  7. val SHACL_PATH: String
  8. val SHACL_SEVERITY: String
  9. val SHACL_SOURCE_SHAPE: String
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def extractId(json: JValue, toFind: String): Option[String]

    Extracts the first ID for a JSON-LD node property

    Extracts the first ID for a JSON-LD node property

    json

    JSON Value

    toFind

    property to find

    Definition Classes
    JSONLDParser
  14. def extractIds(json: JValue, toFind: String): List[String]

    Extracts all the IDs for a JSON-LD node property

    Extracts all the IDs for a JSON-LD node property

    json

    JSON value

    toFind

    property to find

    Definition Classes
    JSONLDParser
  15. def extractSubject(jsonld: JObject): Option[String]
    Definition Classes
    JSONLDParser
  16. def extractValue(json: JValue, toFind: String): Option[JValue]

    Extracts a single value by property from a JSON-LD resource node

    Extracts a single value by property from a JSON-LD resource node

    json

    JSON-LD resource node

    toFind

    property to find

    Definition Classes
    JSONLDParser
  17. def extractValues(json: JValue, toFind: String): List[JValue]

    Extracts a value from an expanded JSON-LD node

    Extracts a value from an expanded JSON-LD node

    json

    JSON-LD resource

    toFind

    property to find in the resource

    returns

    Optional value found

    Definition Classes
    JSONLDParser
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def focusNode: String
    Definition Classes
    JVMValidationResult → ValidationResult
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def message: Option[String]
    Definition Classes
    JVMValidationResult → ValidationResult
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. def path: String
    Definition Classes
    JVMValidationResult → ValidationResult
  27. def severity: String
    Definition Classes
    JVMValidationResult → ValidationResult
  28. def sourceConstraintComponent: String
    Definition Classes
    JVMValidationResult → ValidationResult
  29. def sourceShape: String

    Returns the Shape holding declaring the violated constraint.

    Returns the Shape holding declaring the violated constraint. If it is an AMF validation, we always report the URI of th node shape, never the property shape

    Definition Classes
    JVMValidationResult → ValidationResult
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. val value: JObject
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from JSONLDParser

Inherited from ValidationResult

Inherited from AnyRef

Inherited from Any

Ungrouped