c

amf.plugins.document.webapi.validation

AMFShapeValidations

class AMFShapeValidations extends AnyRef

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

Instance Constructors

  1. new AMFShapeValidations(root: Shape)

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 anyConstraints(context: String, any: AnyShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
    Attributes
    protected
  5. def arrayConstraints(context: String, array: ArrayShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
    Attributes
    protected
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def checkArrayType(shape: Shape, context: String, validation: ValidationSpecification): ValidationSpecification
    Attributes
    protected
  8. def checkClosed(validation: ValidationSpecification, shape: NodeShape): ValidationSpecification
    Attributes
    protected
  9. def checkEnum(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
    Attributes
    protected
  10. def checkLogicalConstraints(context: String, parent: Shape, validation: ValidationSpecification, acc: List[ValidationSpecification]): List[ValidationSpecification]
    Attributes
    protected
  11. def checkMaxCount(context: String, property: PropertyShape, validation: ValidationSpecification, shape: PropertyShape, patterned: Option[String]): ValidationSpecification
    Attributes
    protected
  12. def checkMaxItems(context: String, validation: ValidationSpecification, shape: Shape with DataArrangementShape): ValidationSpecification
    Attributes
    protected
  13. def checkMaxLength(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
    Attributes
    protected
  14. def checkMaxProperties(context: String, validation: ValidationSpecification, shape: Shape): ValidationSpecification
    Attributes
    protected
  15. def checkMaximum(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
    Attributes
    protected
  16. def checkMinCount(context: String, property: PropertyShape, validation: ValidationSpecification, shape: PropertyShape, patterned: Option[String]): ValidationSpecification
    Attributes
    protected
  17. def checkMinItems(context: String, validation: ValidationSpecification, shape: Shape with DataArrangementShape): ValidationSpecification
    Attributes
    protected
  18. def checkMinLength(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
    Attributes
    protected
  19. def checkMinProperties(context: String, validation: ValidationSpecification, shape: Shape): ValidationSpecification
    Attributes
    protected
  20. def checkMinimum(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
    Attributes
    protected
  21. def checkMultipleOf(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
    Attributes
    protected
  22. def checkObjectType(shape: Shape, context: String, validation: ValidationSpecification): ValidationSpecification
    Attributes
    protected
  23. def checkPattern(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
    Attributes
    protected
  24. def checkScalarType(shape: Shape, context: String, validation: ValidationSpecification): ValidationSpecification
    Attributes
    protected
  25. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def createDataTypeConstraint(scalar: ScalarShape, context: String, dataTypes: Set[String]): PropertyConstraint
    Attributes
    protected
  27. def createDataTypeConstraint(scalar: ScalarShape, context: String, dateType: Option[String] = None): PropertyConstraint
    Attributes
    protected
  28. def createPatternPropertyConstraint(msg: String, pattern: String, scalar: Shape): PropertyConstraint
    Attributes
    protected
  29. var currentDataNode: Option[DataNode]
  30. def customFunctionValidations(): Seq[ValidationSpecification]
    Attributes
    protected
  31. def effectiveDataType(scalar: Shape): Option[String]
    Attributes
    protected
  32. var emitMultipleOf: Boolean
  33. def emitShapeValidations(context: String, shape: Shape, dataNodeTypeHierarchy: DataNodeTypeHierarchy = DataNodeTypeHierarchyStandard): List[ValidationSpecification]
    Attributes
    protected
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  36. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. def findPolymorphicEffectiveShape(polymorphicUnion: Seq[Shape]): Option[Shape]
  38. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  39. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. def isPolymorphicUnion(union: UnionShape): Boolean
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def nilConstraints(context: String, nil: NilShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
    Attributes
    protected
  44. def nodeConstraints(context: String, node: NodeShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
    Attributes
    protected
  45. final def notify(): Unit
    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  47. def polymorphic(obj: NodeShape): Boolean
  48. var polymorphicExpanded: Map[String, Boolean]
  49. def polymorphicNodeConstraints(context: String, obj: NodeShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
  50. def profile(dataNode: DataNode): ValidationProfile
  51. def recursiveShapeConstraints(context: String, shape: RecursiveShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
    Attributes
    protected
  52. def scalarConstraints(context: String, scalar: ScalarShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
    Attributes
    protected
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. def tupleConstraints(context: String, tuple: TupleShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
    Attributes
    protected
  56. def unionConstraints(context: String, union: UnionShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
    Attributes
    protected
  57. def validationId(shape: Shape): String
  58. def validationLiteralId(id: String): String
  59. def validations(): List[ValidationSpecification]
    Attributes
    protected
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped