class CreativeWork extends DomainElement with Linkable

Creative work internal model

Linear Supertypes
Linkable, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CreativeWork
  2. Linkable
  3. DomainElement
  4. CustomizableElement
  5. AmfObject
  6. AmfElement
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CreativeWork(fields: Fields, annotations: Annotations)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from CreativeWork to any2stringadd[CreativeWork] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CreativeWork, B)
    Implicit
    This member is added by an implicit conversion from CreativeWork to ArrowAssoc[CreativeWork] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def add(field: Field, value: AmfElement): CreativeWork.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): CreativeWork.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): CreativeWork.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): CreativeWork.this.type
    Definition Classes
    AmfObject
  10. def afterResolve(fatherSyntaxKey: Option[String], resolvedId: String): Unit
    Definition Classes
    Linkable
  11. val annotations: Annotations
    Definition Classes
    CreativeWork → AmfElement
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def classConstructor: (Fields, Annotations) ⇒ Linkable with DomainElement

    apply method for create a new instance with fields and annotations.

    apply method for create a new instance with fields and annotations. Aux method for copy

    Attributes
    protected
    Definition Classes
    CreativeWork → Linkable
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  16. def componentId: String

    Value , path + field value that is used to compose the id when the object its adopted

    Value , path + field value that is used to compose the id when the object its adopted

    Definition Classes
    CreativeWork → AmfObject
  17. def copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  18. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  19. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  20. def description: StrField
  21. def effectiveLinkTarget(links: Seq[String]): DomainElement
    Definition Classes
    Linkable
  22. def ensuring(cond: (CreativeWork) ⇒ Boolean, msg: ⇒ Any): CreativeWork
    Implicit
    This member is added by an implicit conversion from CreativeWork to Ensuring[CreativeWork] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (CreativeWork) ⇒ Boolean): CreativeWork
    Implicit
    This member is added by an implicit conversion from CreativeWork to Ensuring[CreativeWork] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: ⇒ Any): CreativeWork
    Implicit
    This member is added by an implicit conversion from CreativeWork to Ensuring[CreativeWork] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): CreativeWork
    Implicit
    This member is added by an implicit conversion from CreativeWork to Ensuring[CreativeWork] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  29. val fields: Fields
    Definition Classes
    CreativeWork → AmfObject
  30. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from CreativeWork to StringFormat[CreativeWork] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  32. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  33. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. lazy val graph: Graph
    Definition Classes
    DomainElement
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. val id: String
    Definition Classes
    AmfObject
  37. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. def isLink: Boolean
    Definition Classes
    Linkable
  40. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  41. val isUnresolved: Boolean
    Definition Classes
    Linkable
  42. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  43. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  44. def linkCopy(): Linkable
    Definition Classes
    CreativeWork → Linkable
  45. def linkLabel: StrField
    Definition Classes
    Linkable
  46. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  47. def location(): Option[String]
    Definition Classes
    AmfElement
  48. def meta: CreativeWorkModel.type
    Definition Classes
    CreativeWork → AmfObject
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  53. val refAst: Option[YPart]
    Definition Classes
    Linkable
  54. val refCtx: Option[UnresolvedComponents]
    Definition Classes
    Linkable
  55. val refName: String
    Definition Classes
    Linkable
  56. def resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T, supportsRecursion: Boolean): T
    Definition Classes
    Linkable
  57. def set(field: Field, value: AmfElement, annotations: Annotations): CreativeWork.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, value: AmfElement): CreativeWork.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, values: Seq[String]): CreativeWork.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, value: Float): CreativeWork.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, value: Double): CreativeWork.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, value: Int): CreativeWork.this.type
    Definition Classes
    AmfObject
  63. def set(field: Field, value: Boolean): CreativeWork.this.type
    Definition Classes
    AmfObject
  64. def set(field: Field, value: String, annotations: Annotations): CreativeWork.this.type
    Definition Classes
    AmfObject
  65. def set(field: Field, value: String): CreativeWork.this.type
    Definition Classes
    AmfObject
  66. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): CreativeWork.this.type
    Definition Classes
    AmfObject
  67. def setArray(field: Field, values: Seq[AmfElement]): CreativeWork.this.type
    Definition Classes
    AmfObject
  68. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): CreativeWork.this.type
    Definition Classes
    AmfObject
  69. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): CreativeWork.this.type
    Definition Classes
    AmfObject
  70. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): CreativeWork.this.type
    Definition Classes
    AmfObject
  71. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  72. final def simpleAdoption(parent: String): CreativeWork.this.type
    Definition Classes
    AmfObject
  73. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  74. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  75. def title: StrField
  76. def toFutureRef(resolve: (Linkable) ⇒ Unit): Unit
    Definition Classes
    Linkable
  77. def toString(): String
    Definition Classes
    AnyRef → Any
  78. def unresolved(refName: String, refAst: YPart, unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  79. val unresolvedSeverity: String
    Definition Classes
    Linkable
  80. def url: StrField
  81. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  84. def withCustomDomainProperties(extensions: Seq[DomainExtension]): CreativeWork.this.type
    Definition Classes
    DomainElement → CustomizableElement
  85. def withCustomDomainProperty(extensions: DomainExtension): CreativeWork.this.type
    Definition Classes
    DomainElement → CustomizableElement
  86. def withDescription(description: String): CreativeWork.this.type
  87. def withExtends(extend: Seq[DomainElement]): CreativeWork.this.type
    Definition Classes
    DomainElement
  88. def withId(value: String): CreativeWork.this.type
    Definition Classes
    AmfObject
  89. def withIsExternalLink(isReference: Boolean): CreativeWork.this.type
    Definition Classes
    DomainElement
  90. def withLinkLabel(label: String, annotations: Annotations): CreativeWork.this.type
    Definition Classes
    Linkable
  91. def withLinkTarget(target: DomainElement): CreativeWork.this.type
    Definition Classes
    Linkable
  92. def withSupportsRecursion(recursive: Boolean): CreativeWork.this.type
    Definition Classes
    Linkable
  93. def withTitle(title: String): CreativeWork.this.type
  94. def withUrl(url: String): CreativeWork.this.type
  95. def [B](y: B): (CreativeWork, B)
    Implicit
    This member is added by an implicit conversion from CreativeWork to ArrowAssoc[CreativeWork] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Linkable

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from CreativeWork to any2stringadd[CreativeWork]

Inherited by implicit conversion StringFormat from CreativeWork to StringFormat[CreativeWork]

Inherited by implicit conversion Ensuring from CreativeWork to Ensuring[CreativeWork]

Inherited by implicit conversion ArrowAssoc from CreativeWork to ArrowAssoc[CreativeWork]

Ungrouped