class ProjectInfo extends DomainElement with ProjectBase

Linear Supertypes
ProjectBase, GavAware, UnwrappedFields, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectInfo
  2. ProjectBase
  3. GavAware
  4. UnwrappedFields
  5. DomainElement
  6. CustomizableElement
  7. AmfObject
  8. AmfElement
  9. AnyRef
  10. 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(): BaseUnit
  10. def apiVersion(): Option[String]
    Definition Classes
    ProjectBase
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. implicit def boolFieldConversion(boolField: BoolField): Boolean
    Attributes
    protected
    Definition Classes
    UnwrappedFields
  13. implicit def boolOptFieldConversion(boolField: BoolField): Option[Boolean]
    Attributes
    protected
    Definition Classes
    UnwrappedFields
  14. def categories(): Seq[String]
    Definition Classes
    ProjectBase
  15. def classifier(): Option[String]
    Definition Classes
    ProjectBase
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  17. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  18. def componentId: String
    Definition Classes
    ProjectInfo → AmfObject
  19. def createdAt(): Option[SimpleDateTime]
    Definition Classes
    ProjectBase
  20. def createdBy(): Option[String]
    Definition Classes
    ProjectBase
  21. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  22. def customFields(): Seq[String]
    Definition Classes
    ProjectBase
  23. implicit def dateOptFieldConversion(dateField: DateField): Option[SimpleDateTime]
    Attributes
    protected
    Definition Classes
    UnwrappedFields
  24. def dependencies(): Seq[ProjectDependency]
    Definition Classes
    ProjectBase
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  28. implicit def fieldToString(field: Field): String
    Attributes
    protected
    Definition Classes
    UnwrappedFields
  29. val fields: Fields
    Definition Classes
    ProjectInfoUnwrappedFields → AmfObject
  30. def gav(): Gav
    Definition Classes
    ProjectBaseGavAware
  31. def get[T](field: Field): T
    Attributes
    protected
    Definition Classes
    UnwrappedFields
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  33. lazy val graph: Graph
    Definition Classes
    DomainElement
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  35. val id: String
    Definition Classes
    AmfObject
  36. def instances(): List[JsonLDObject]
  37. implicit def intOptFieldConversion(intField: IntField): Option[Int]
    Attributes
    protected
    Definition Classes
    UnwrappedFields
  38. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  41. def keyValueTags(): Seq[String]
    Definition Classes
    ProjectBase
  42. def location(): Option[String]
    Definition Classes
    AmfElement
  43. def majorVersionComponent(): Option[Int]
    Definition Classes
    ProjectBase
  44. def meta: Obj
    Definition Classes
    ProjectInfo → AmfObject
  45. def minorVersionComponent(): Option[Int]
    Definition Classes
    ProjectBase
  46. def name(): String
    Definition Classes
    ProjectBase
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  50. def organizationId(): Option[String]
    Definition Classes
    ProjectBase
  51. def patchVersionComponent(): Option[Int]
    Definition Classes
    ProjectBase
  52. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  53. def set(field: Field, value: AmfElement, annotations: Annotations): ProjectInfo.this.type
    Definition Classes
    AmfObject
  54. def set(field: Field, value: AmfElement): ProjectInfo.this.type
    Definition Classes
    AmfObject
  55. def set(field: Field, values: Seq[String]): ProjectInfo.this.type
    Definition Classes
    AmfObject
  56. def set(field: Field, value: Float): ProjectInfo.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, value: Double): ProjectInfo.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, value: Int): ProjectInfo.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, value: Boolean): ProjectInfo.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, value: String, annotations: Annotations): ProjectInfo.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, value: String): ProjectInfo.this.type
    Definition Classes
    AmfObject
  62. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ProjectInfo.this.type
    Definition Classes
    AmfObject
  63. def setArray(field: Field, values: Seq[AmfElement]): ProjectInfo.this.type
    Definition Classes
    AmfObject
  64. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ProjectInfo.this.type
    Definition Classes
    AmfObject
  65. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ProjectInfo.this.type
    Definition Classes
    AmfObject
  66. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ProjectInfo.this.type
    Definition Classes
    AmfObject
  67. final def simpleAdoption(parent: String): ProjectInfo.this.type
    Definition Classes
    AmfObject
  68. def status(): Option[String]
    Definition Classes
    ProjectBase
  69. implicit def strCollectionFieldConversion(collectionField: Seq[StrField]): Seq[String]
    Attributes
    protected
    Definition Classes
    UnwrappedFields
  70. implicit def strFieldConversion(optField: StrField): String
    Attributes
    protected
    Definition Classes
    UnwrappedFields
  71. implicit def strOptFieldConversion(optField: StrField): Option[String]
    Attributes
    protected
    Definition Classes
    UnwrappedFields
  72. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  73. def tags(): Seq[String]
    Definition Classes
    ProjectBase
  74. def tenantId(): Option[String]
    Definition Classes
    ProjectBase
  75. def toString(): String
    Definition Classes
    AnyRef → Any
  76. def type(): Option[String]
    Definition Classes
    ProjectBase
  77. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  78. def updatedAt(): Option[SimpleDateTime]
    Definition Classes
    ProjectBase
  79. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  81. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ProjectInfo.this.type
    Definition Classes
    DomainElement → CustomizableElement
  83. def withCustomDomainProperty(extensions: DomainExtension): ProjectInfo.this.type
    Definition Classes
    DomainElement → CustomizableElement
  84. def withExtends(extend: Seq[DomainElement]): ProjectInfo.this.type
    Definition Classes
    DomainElement
  85. def withId(value: String): ProjectInfo.this.type
    Definition Classes
    AmfObject
  86. 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

Inherited from ProjectBase

Inherited from GavAware

Inherited from UnwrappedFields

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped