Packages

class ProjectInfo extends DomainElement

Linear Supertypes
DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectInfo
  2. DomainElement
  3. CustomizableElement
  4. AmfObject
  5. AmfElement
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProjectInfo(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. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(field: Field, value: AmfElement): ProjectInfo.this.type
    Definition Classes
    AmfObject
  5. def add(other: Annotations): ProjectInfo.this.type
    Definition Classes
    AmfElement
  6. def add(annotation: Annotation): ProjectInfo.this.type
    Definition Classes
    AmfElement
  7. def adopted(parent: String, cycle: Seq[String]): ProjectInfo.this.type
    Definition Classes
    AmfObject
  8. val annotations: Annotations
    Definition Classes
    ProjectInfo → AmfElement
  9. def apiContract(): Api
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def assetId(): StrField
  12. def categories(): List[StrField]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  15. def componentId: String
    Definition Classes
    ProjectInfo → AmfObject
  16. def createdAt(): StrField
  17. def createdBy(): StrField
  18. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  19. def dependencies(): List[ProjectDependency]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  23. val fields: Fields
    Definition Classes
    ProjectInfo → AmfObject
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. lazy val graph: Graph
    Definition Classes
    DomainElement
  26. def groupId(): StrField
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val id: String
    Definition Classes
    AmfObject
  29. def instances(): List[JsonLDObject]
  30. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  33. def keyValueTags(): List[StrField]
  34. def location(): Option[String]
    Definition Classes
    AmfElement
  35. def majorVersionComponent(): IntField
  36. def meta: Obj
    Definition Classes
    ProjectInfo → AmfObject
  37. def minorVersionComponent(): IntField
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. def organizationId(): StrField
  42. def patchVersionComponent(): IntField
  43. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  44. def set(field: Field, value: AmfElement, annotations: Annotations): ProjectInfo.this.type
    Definition Classes
    AmfObject
  45. def set(field: Field, value: AmfElement): ProjectInfo.this.type
    Definition Classes
    AmfObject
  46. def set(field: Field, values: Seq[String]): ProjectInfo.this.type
    Definition Classes
    AmfObject
  47. def set(field: Field, value: Float): ProjectInfo.this.type
    Definition Classes
    AmfObject
  48. def set(field: Field, value: Double): ProjectInfo.this.type
    Definition Classes
    AmfObject
  49. def set(field: Field, value: Int): ProjectInfo.this.type
    Definition Classes
    AmfObject
  50. def set(field: Field, value: Boolean): ProjectInfo.this.type
    Definition Classes
    AmfObject
  51. def set(field: Field, value: String, annotations: Annotations): ProjectInfo.this.type
    Definition Classes
    AmfObject
  52. def set(field: Field, value: String): ProjectInfo.this.type
    Definition Classes
    AmfObject
  53. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ProjectInfo.this.type
    Definition Classes
    AmfObject
  54. def setArray(field: Field, values: Seq[AmfElement]): ProjectInfo.this.type
    Definition Classes
    AmfObject
  55. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ProjectInfo.this.type
    Definition Classes
    AmfObject
  56. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ProjectInfo.this.type
    Definition Classes
    AmfObject
  57. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ProjectInfo.this.type
    Definition Classes
    AmfObject
  58. final def simpleAdoption(parent: String): ProjectInfo.this.type
    Definition Classes
    AmfObject
  59. def status(): StrField
  60. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  61. def tags(): List[StrField]
  62. def tenantId(): StrField
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  65. def version(): StrField
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ProjectInfo.this.type
    Definition Classes
    DomainElement → CustomizableElement
  70. def withCustomDomainProperty(extensions: DomainExtension): ProjectInfo.this.type
    Definition Classes
    DomainElement → CustomizableElement
  71. def withExtends(extend: Seq[DomainElement]): ProjectInfo.this.type
    Definition Classes
    DomainElement
  72. def withId(value: String): ProjectInfo.this.type
    Definition Classes
    AmfObject
  73. def withIsExternalLink(isReference: Boolean): ProjectInfo.this.type
    Definition Classes
    DomainElement

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped