Packages

o

amf.tools.canonical

CanonicalWebAPISpecTransformer

object CanonicalWebAPISpecTransformer extends PlatformSecrets

Linear Supertypes
PlatformSecrets, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CanonicalWebAPISpecTransformer
  2. PlatformSecrets
  3. AnyRef
  4. 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 CANONICAL_WEBAPI_NAME: String
  5. val REPO_ASSET_LOCATION: String
  6. val REPO_EXTENDS: String
  7. val REPO_INTERNAL_REF: String
  8. val REPO_LINK_LABEL: String
  9. val REPO_LINK_TARGET: String
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def buildCanonicalClassMapping: Map[String, String]

    Creates a map from the node mapping in the canonical web api dialect to the mapped class in the WebAPI vocabulary

    Creates a map from the node mapping in the canonical web api dialect to the mapped class in the WebAPI vocabulary

    Attributes
    protected
  12. def cleanAMFModel(unit: BaseUnit): BaseUnit

    Cleans the input WebAPI model adding the required information to the underlying RDF graph and uses it to build the canonical WebAPI dialect instance as output

    Cleans the input WebAPI model adding the required information to the underlying RDF graph and uses it to build the canonical WebAPI dialect instance as output

    unit

    a AMF WebAPI model parsed from RAML / OAS

    returns

    Equivalent Canonical WebAPI AML dialect instance

    Attributes
    protected
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. def defaultIri(metadata: Obj): String
    Attributes
    protected
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def findWebAPIDialect: Option[Dialect]
    Attributes
    protected
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def mapBaseUnits(unit: String, dialect: Dialect, nativeModel: Model): Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val platform: Platform
    Definition Classes
    PlatformSecrets
  27. def preProcessUnits(nativeModel: Model): String

    Transforms the doc:Units in the graph into the domain elements for assets in the canonical web api spec dialect

  28. def renameResource(source: String, target: String, nativeModel: Model): Unit

    Renames the URI of a resource node in the RDF graph: incoming and outgoing edges

  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def transform(unit: BaseUnit): Future[BaseUnit]

    Transforms a WebAPI model parsed by AMF from a RAML/OAS document into a canonical WebAPI model compatible with the canonical WebAPI AML dialect

  32. def transformAnnotations(nativeModel: Model, mapping: Map[String, String], domainElement: String): Unit
    Attributes
    protected
  33. def transformDataNodes(mapping: Map[String, String], nativeModel: Model): Unit
    Attributes
    protected
  34. def transformLink(nativeModel: Model, domainElement: String): Unit
    Attributes
    protected
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from PlatformSecrets

Inherited from AnyRef

Inherited from Any

Ungrouped