Trait

com.silectis.magpie.validation

ValidationSuiteChecker

Related Doc: package validation

Permalink

trait ValidationSuiteChecker extends MetadataUtils

Trait to provide functions for checking the correctness of a Validation Suite

Linear Supertypes
MetadataUtils, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValidationSuiteChecker
  2. MetadataUtils
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def castReference[R <: ObjectReference](ref: Option[ObjectReference])(implicit tag: ClassTag[R]): Option[R]

    Permalink
    Attributes
    protected
    Definition Classes
    MetadataUtils
  6. def check(suite: ValidationSuite, validators: Seq[Validator]): Unit

    Permalink

    Function to evaluate if a validation suite is correct and able to be executed.

    Function to evaluate if a validation suite is correct and able to be executed.

    suite

    the validation suite to evaluate

    validators

    a list of validators in the validation suite

    Exceptions thrown

    MetadataException Various Metadata Exceptions based on the specific validation rule

  7. def cleanMetadataName(name: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    MetadataUtils
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def generateMetadataName(baseName: String, existingNames: Set[String]): String

    Permalink
    Attributes
    protected
    Definition Classes
    MetadataUtils
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getObjectName(ref: ObjectReference): String

    Permalink
    Attributes
    protected[com.silectis.magpie]
    Definition Classes
    MetadataUtils
  15. def getUserErrorMessage(errMessage: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    MetadataUtils
  16. def getValidatedEntityName(spec: JsValue): String

    Permalink
    Attributes
    protected
    Definition Classes
    MetadataUtils
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def parseJsonErrors(errors: Seq[(JsPath, Seq[JsonValidationError])]): String

    Permalink

    This method can be used to get a user-friendly error message from JsError(errors)

    This method can be used to get a user-friendly error message from JsError(errors)

    Definition Classes
    MetadataUtils
  23. def printFullStructureRef(ref: DataStructureReference): String

    Permalink
    Attributes
    protected
    Definition Classes
    MetadataUtils
  24. def printObjectRef(ref: ObjectReference): String

    Permalink
    Attributes
    protected[com.silectis.magpie]
    Definition Classes
    MetadataUtils
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. def validateEmail(email: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    MetadataUtils
  28. def validateEntityName(name: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    MetadataUtils
  29. def validateJsonObject[A](spec: JsValue)(implicit rds: Reads[A]): Future[A]

    Permalink
    Definition Classes
    MetadataUtils
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MetadataUtils

Inherited from AnyRef

Inherited from Any

Ungrouped