Packages

object AMLPlugin extends AMFDocumentPlugin with RamlHeaderExtractor with JsonHeaderExtractor with AMFValidationPlugin with ValidationResultProcessor with PlatformSecrets with KeyPropertyHeaderExtractor

Linear Supertypes
KeyPropertyHeaderExtractor, PlatformSecrets, ValidationResultProcessor, AMFValidationPlugin, JsonHeaderExtractor, RamlHeaderExtractor, AMFDocumentPlugin, AMFPlugin, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AMLPlugin
  2. KeyPropertyHeaderExtractor
  3. PlatformSecrets
  4. ValidationResultProcessor
  5. AMFValidationPlugin
  6. JsonHeaderExtractor
  7. RamlHeaderExtractor
  8. AMFDocumentPlugin
  9. AMFPlugin
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 ID: String
    Definition Classes
    AMLPlugin → AMFPlugin
  5. def aggregateValidations(validations: EffectiveValidations, dependenciesValidations: Seq[ValidationProfile]): EffectiveValidations
  6. val allowRecursiveReferences: Boolean

    Does references in this type of documents be recursive?

    Does references in this type of documents be recursive?

    Definition Classes
    AMLPlugin → AMFDocumentPlugin
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def buildValidationResult(model: BaseUnit, result: ValidationResult, messageStyle: MessageStyle, validations: EffectiveValidations): Option[AMFValidationResult]
    Attributes
    protected
    Definition Classes
    ValidationResultProcessor
  9. def canParse(document: Root): Boolean

    Decides if this plugin can parse the provided document instance.

    Decides if this plugin can parse the provided document instance. this can be used by multiple plugins supporting the same media-type to decide which one will parse the document base on information from the document structure

    Definition Classes
    AMLPlugin → AMFDocumentPlugin
  10. def canUnparse(unit: BaseUnit): Boolean

    Decides if this plugin can unparse the provided model document instance.

    Decides if this plugin can unparse the provided model document instance. this can be used by multiple plugins supporting the same media-type to decide which one will unparse the document base on information from the instance type and properties

    Definition Classes
    AMLPlugin → AMFDocumentPlugin
  11. def cleanDialectContext(wrapped: ParserContext, root: Root): DialectContext
    Attributes
    protected
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def comment(document: YDocument): Option[YComment]
    Definition Classes
    RamlHeaderExtractor
  14. def comment(root: Root): Option[String]
    Definition Classes
    RamlHeaderExtractor
  15. def computeValidationProfile(dialect: Dialect): ValidationProfile
    Attributes
    protected
  16. def dependencies(): Seq[AMFPlugin]
    Definition Classes
    AMLPlugin → AMFPlugin
  17. def dialect(root: Root): Option[String]
    Definition Classes
    JsonHeaderExtractor
  18. def dialectByKeyProperty(root: YDocument): Option[Dialect]
    Definition Classes
    KeyPropertyHeaderExtractor
  19. def dialectHeaderDirective(document: Root): Option[String]

    Fetch header or dialect directive.

  20. def dialectInKey(root: Root): Option[Dialect]
    Definition Classes
    KeyPropertyHeaderExtractor
  21. def documentSyntaxes: Seq[String]

    List of media types used to encode serialisations of this domain

    List of media types used to encode serialisations of this domain

    Definition Classes
    AMLPlugin → AMFDocumentPlugin
  22. def domainValidationProfiles(platform: Platform): Map[String, () ⇒ ValidationProfile]

    Validation profiles supported by this plugin.

    Validation profiles supported by this plugin. Notice this will be called multiple times.

    Definition Classes
    AMLPlugin → AMFValidationPlugin
  23. def emit[T](unit: BaseUnit, builder: DocBuilder[T], renderOptions: RenderOptions, shapeRenderOptions: ShapeRenderOptions): Boolean
    Definition Classes
    AMFDocumentPlugin
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def findLevel(id: String, validations: EffectiveValidations, level: String): String
    Attributes
    protected
    Definition Classes
    ValidationResultProcessor
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def init(): Future[AMFPlugin]
    Definition Classes
    AMLPlugin → AMFPlugin
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def modelEntities: Seq[Obj]
    Definition Classes
    AMLPlugin → AMFDocumentPlugin
  33. def modelEntitiesResolver: Option[AMFDomainEntityResolver]
    Definition Classes
    AMLPlugin → AMFDocumentPlugin
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def parse(document: Root, parentContext: ParserContext, platform: Platform, options: ParsingOptions): Option[BaseUnit]

    Parses an accepted document returning an optional BaseUnit

    Parses an accepted document returning an optional BaseUnit

    Definition Classes
    AMLPlugin → AMFDocumentPlugin
  38. def parseDocumentWithDialect(document: Root, parentContext: ParserContext, dialect: Dialect, header: Option[String]): Option[DialectInstanceUnit]
    Attributes
    protected
  39. val platform: Platform
    Definition Classes
    PlatformSecrets
  40. val priority: Int
    Definition Classes
    AMFDocumentPlugin
  41. def processAggregatedResult(result: AMFValidationResult, messageStyle: MessageStyle, validations: EffectiveValidations): AMFValidationResult
    Attributes
    protected
    Definition Classes
    ValidationResultProcessor
  42. def referenceHandler(eh: ErrorHandler): ReferenceHandler
    Definition Classes
    AMLPlugin → AMFDocumentPlugin
  43. val registry: DialectsRegistry
  44. def resolve(unit: BaseUnit, errorHandler: ErrorHandler, pipelineId: String = ResolutionPipeline.DEFAULT_PIPELINE): BaseUnit

    Resolves the provided base unit model, according to the semantics of the domain of the document

    Resolves the provided base unit model, according to the semantics of the domain of the document

    Definition Classes
    AMLPlugin → AMFDocumentPlugin
  45. final def resolveWithHandle(unit: BaseUnit, pipelineId: String): BaseUnit
    Definition Classes
    AMFDocumentPlugin
  46. def serializableAnnotations(): Map[String, AnnotationGraphLoader]
    Definition Classes
    AMLPlugin → AMFDocumentPlugin
  47. def shapesForDialect(dialect: Dialect, validationFunctionsUrl: String): RdfModel
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. def unparseAsYDocument(unit: BaseUnit, renderOptions: RenderOptions, shapeRenderOptions: ShapeRenderOptions = ShapeRenderOptions()): Option[YDocument]
    Attributes
    protected
    Definition Classes
    AMLPlugin → AMFDocumentPlugin
  51. def validationRequest(baseUnit: BaseUnit, profile: ProfileName, validations: EffectiveValidations, platform: Platform, env: Environment, resolved: Boolean): Future[AMFValidationReport]

    Request for validation of a particular model, profile and list of effective validations for that profile

    Request for validation of a particular model, profile and list of effective validations for that profile

    Definition Classes
    AMLPlugin → AMFValidationPlugin
  52. val vendors: Seq[String]
    Definition Classes
    AMLPlugin → AMFDocumentPlugin
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from PlatformSecrets

Inherited from ValidationResultProcessor

Inherited from AMFValidationPlugin

Inherited from JsonHeaderExtractor

Inherited from RamlHeaderExtractor

Inherited from AMFDocumentPlugin

Inherited from AMFPlugin

Inherited from AnyRef

Inherited from Any

Ungrouped