trait AMFValidator extends RuntimeValidator with PlatformSecrets
Ordering
- Alphabetic
- By Inheritance
Inherited
- AMFValidator
- RuntimeValidator
- PlatformSecrets
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
loadValidationProfile(validationProfilePath: String, env: Environment, errorHandler: ErrorHandler, exec: BaseExecutionEnvironment): Future[ProfileName]
- Definition Classes
- RuntimeValidator
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( ... ) @native()
-
def
computeValidations(profileName: ProfileName, computed: EffectiveValidations = new EffectiveValidations()): EffectiveValidations
- Attributes
- protected[amf]
-
val
customValidationProfiles: Map[String, () ⇒ ValidationProfile]
- Attributes
- protected
-
val
customValidationProfilesPlugins: Map[String, Seq[AMFValidatePlugin]]
- Attributes
- protected
- def customValidations(validations: EffectiveValidations): Seq[ValidationSpecification]
-
def
emitShapesGraph(profileName: ProfileName): String
Generates a JSON-LD graph with the SHACL shapes for the requested profile name
Generates a JSON-LD graph with the SHACL shapes for the requested profile name
- returns
JSON-LD graph
- Definition Classes
- AMFValidator → RuntimeValidator
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
loadValidationProfile(validationProfilePath: String, errorHandler: ErrorHandler, exec: BaseExecutionEnvironment): Future[ProfileName]
- Definition Classes
- RuntimeValidator
-
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()
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
profileNotFoundWarningReport(model: BaseUnit, profileName: ProfileName): AMFValidationReport
- Attributes
- protected
-
def
profiles: Map[String, () ⇒ ValidationProfile]
- Attributes
- protected
-
def
profilesPlugins: Map[String, Seq[AMFValidatePlugin]]
- Attributes
- protected
-
def
shaclModel(validations: Seq[ValidationSpecification], functionUrls: String, messageStyle: MessageStyle): RdfModel
Returns a native RDF model with the SHACL shapes graph
Returns a native RDF model with the SHACL shapes graph
- Definition Classes
- AMFValidator → RuntimeValidator
-
def
shaclValidation(model: BaseUnit, validations: EffectiveValidations, customFunctions: CustomShaclFunctions, options: ValidationOptions)(implicit executionContext: ExecutionContext): Future[ValidationReport]
- Definition Classes
- AMFValidator → RuntimeValidator
-
def
shapesGraph(validations: EffectiveValidations, profileName: ProfileName = RamlProfile): String
Generates a JSON-LD graph with the SHACL shapes for the requested profile validations
Generates a JSON-LD graph with the SHACL shapes for the requested profile validations
- returns
JSON-LD graph
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
validate(model: BaseUnit, given: ProfileName, messageStyle: MessageStyle, env: Environment, resolved: Boolean = false, exec: BaseExecutionEnvironment = ...): Future[AMFValidationReport]
- Definition Classes
- AMFValidator → RuntimeValidator
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()