Packages

case class Overlay(_internal: plugins.document.webapi.model.Overlay) extends Document with Product with Serializable

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, Document, DeclaresModel, EncodesModel, BaseUnit, RdfExportable, PlatformSecrets, AmfObjectWrapper, Annotable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Overlay
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Document
  7. DeclaresModel
  8. EncodesModel
  9. BaseUnit
  10. RdfExportable
  11. PlatformSecrets
  12. AmfObjectWrapper
  13. Annotable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Overlay()
    Annotations
    @JSExportTopLevel( "model.domain.Overlay" )
  2. new Overlay(_internal: plugins.document.webapi.model.Overlay)

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 annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def cloneUnit(): BaseUnit
    Definition Classes
    BaseUnit
  8. def declares: convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DeclaresModel
  9. def encodes: DomainElement
    Definition Classes
    EncodesModel
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def findById(id: String): convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    BaseUnit
  13. def findByType(typeId: String): convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    BaseUnit
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def id: String
    Definition Classes
    BaseUnit
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def location: String
    Definition Classes
    BaseUnit
  18. def modelVersion: StrField
    Definition Classes
    BaseUnit
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val platform: Platform
    Definition Classes
    PlatformSecrets
  23. def raw: convert.CoreClientConverters.ClientOption[String]
    Definition Classes
    BaseUnit
  24. def references(): convert.CoreClientConverters.ClientList[BaseUnit]
    Definition Classes
    BaseUnit
  25. def sourceVendor: convert.CoreClientConverters.ClientOption[Vendor]
    Definition Classes
    BaseUnit
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toNativeRdfModel(renderOptions: RenderOptions): RdfModel
    Definition Classes
    RdfExportable
  28. def usage: StrField
    Definition Classes
    BaseUnit
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. def withDeclaredElement(declared: DomainElement): Overlay.this.type
    Definition Classes
    DeclaresModel
  33. def withDeclares(declares: convert.CoreClientConverters.ClientList[DomainElement]): Overlay.this.type
    Definition Classes
    DeclaresModel
  34. def withEncodes(encoded: DomainElement): Overlay.this.type
    Definition Classes
    EncodesModel
  35. def withId(id: String): Overlay.this.type
    Definition Classes
    BaseUnit
  36. def withLocation(location: String): Overlay.this.type
    Definition Classes
    BaseUnit
  37. def withRaw(raw: String): Overlay.this.type
    Definition Classes
    BaseUnit
  38. def withReferenceAlias(alias: String, fullUrl: String, relativeUrl: String): BaseUnit
    Definition Classes
    BaseUnit
  39. def withReferences(references: convert.CoreClientConverters.ClientList[BaseUnit]): Overlay.this.type
    Definition Classes
    BaseUnit
  40. def withUsage(usage: String): Overlay.this.type
    Definition Classes
    BaseUnit

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Document

Inherited from DeclaresModel

Inherited from EncodesModel

Inherited from BaseUnit

Inherited from RdfExportable

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from Annotable

Inherited from AnyRef

Inherited from Any

Ungrouped