Packages

class Server extends SecuredElement with NamedDomainElement with Linkable

Server internal model

Linear Supertypes
Linkable, AdoptionDependantCalls, NamedDomainElement, NamedAmfObject, SecuredElement, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Server
  2. Linkable
  3. AdoptionDependantCalls
  4. NamedDomainElement
  5. NamedAmfObject
  6. SecuredElement
  7. DomainElement
  8. CustomizableElement
  9. AmfObject
  10. AmfElement
  11. AnyRef
  12. 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 Server(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 Server to any2stringadd[Server] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Server, B)
    Implicit
    This member is added by an implicit conversion from Server to ArrowAssoc[Server] 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): Server.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): Server.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): Server.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): Server.this.type
    Definition Classes
    AmfObject
  10. val annotations: Annotations
    Definition Classes
    Server → AmfElement
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def bindings: ServerBindings
  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
    Server → Linkable
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  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
    Server → 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: Set[Linkable]): DomainElement
    Definition Classes
    Linkable
  22. def ensuring(cond: (Server) ⇒ Boolean, msg: ⇒ Any): Server
    Implicit
    This member is added by an implicit conversion from Server to Ensuring[Server] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (Server) ⇒ Boolean): Server
    Implicit
    This member is added by an implicit conversion from Server to Ensuring[Server] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: ⇒ Any): Server
    Implicit
    This member is added by an implicit conversion from Server to Ensuring[Server] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): Server
    Implicit
    This member is added by an implicit conversion from Server to Ensuring[Server] 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
    Server → AmfObject
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  31. lazy val graph: Graph
    Definition Classes
    DomainElement
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  33. val id: String
    Definition Classes
    AmfObject
  34. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def isLink: Boolean
    Definition Classes
    Linkable
  37. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  38. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  39. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  40. def linkCopy(): Server
    Definition Classes
    Server → Linkable
  41. def linkLabel: StrField
    Definition Classes
    Linkable
  42. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  43. def location(): Option[String]
    Definition Classes
    AmfElement
  44. def meta: DomainElementModel
    Definition Classes
    Server → AmfObject
  45. def name: StrField
    Definition Classes
    NamedAmfObject
  46. def nameField: Field
    Attributes
    protected
    Definition Classes
    Server → NamedAmfObject
  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 position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  51. def protocol: StrField
  52. def protocolVersion: StrField
  53. def refDescription: StrField
    Definition Classes
    Linkable
  54. def refSummary: StrField
    Definition Classes
    Linkable
  55. def security: Seq[SecurityRequirement]
    Definition Classes
    SecuredElement
  56. def set(field: Field, value: AmfElement, annotations: Annotations): Server.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, value: AmfElement): Server.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, values: Seq[String]): Server.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, value: Float): Server.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, value: Double): Server.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, value: Int): Server.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, value: Boolean): Server.this.type
    Definition Classes
    AmfObject
  63. def set(field: Field, value: String, annotations: Annotations): Server.this.type
    Definition Classes
    AmfObject
  64. def set(field: Field, value: String): Server.this.type
    Definition Classes
    AmfObject
  65. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): Server.this.type
    Definition Classes
    AmfObject
  66. def setArray(field: Field, values: Seq[AmfElement]): Server.this.type
    Definition Classes
    AmfObject
  67. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): Server.this.type
    Definition Classes
    AmfObject
  68. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): Server.this.type
    Definition Classes
    AmfObject
  69. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): Server.this.type
    Definition Classes
    AmfObject
  70. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  71. final def simpleAdoption(parent: String): Server.this.type
    Definition Classes
    AmfObject
  72. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  73. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  74. def tags: Seq[Tag]
  75. def toString(): String
    Definition Classes
    AnyRef → Any
  76. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  77. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  78. def url: StrField
  79. def variables: Seq[Parameter]
  80. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. def withBindings(bindings: ServerBindings): Server.this.type
  84. def withCustomDomainProperties(extensions: Seq[DomainExtension]): Server.this.type
    Definition Classes
    DomainElement → CustomizableElement
  85. def withCustomDomainProperty(extensions: DomainExtension): Server.this.type
    Definition Classes
    DomainElement → CustomizableElement
  86. def withDescription(description: String): Server.this.type
  87. def withExtends(extend: Seq[DomainElement]): Server.this.type
    Definition Classes
    DomainElement
  88. def withId(value: String): Server.this.type
    Definition Classes
    AmfObject
  89. def withInferredName(name: String): Server.this.type
    Definition Classes
    NamedAmfObject
  90. def withIsExternalLink(isReference: Boolean): Server.this.type
    Definition Classes
    DomainElement
  91. def withLinkLabel(label: String, annotations: Annotations): Server.this.type
    Definition Classes
    Linkable
  92. def withLinkTarget(target: DomainElement): Server.this.type
    Definition Classes
    Linkable
  93. def withName(name: String): Server.this.type
    Definition Classes
    NamedAmfObject
  94. def withName(nameNode: ScalarNode): Server.this.type
    Definition Classes
    NamedAmfObject
  95. def withName(name: String, a: Annotations): Server.this.type
    Definition Classes
    NamedAmfObject
  96. def withName(node: YNode): Server.this.type
    Definition Classes
    NamedAmfObject
  97. def withProtocol(protocol: String): Server.this.type
  98. def withProtocolVersion(protocolVersion: String): Server.this.type
  99. def withRefDescription(refDescription: String, annotations: Annotations): Server.this.type
    Definition Classes
    Linkable
  100. def withRefSummary(refSummary: String, annotations: Annotations): Server.this.type
    Definition Classes
    Linkable
  101. def withSecurity(name: String): SecurityRequirement
    Definition Classes
    SecuredElement
  102. def withSecurity(security: Seq[SecurityRequirement]): Server.this.type
    Definition Classes
    SecuredElement
  103. def withSupportsRecursion(recursive: Boolean): Server.this.type
    Definition Classes
    Linkable
  104. def withSynthesizeName(name: String): Server.this.type
    Definition Classes
    NamedAmfObject
  105. def withTags(tags: Seq[Tag]): Server.this.type
  106. def withUrl(url: String): Server.this.type
  107. def withVariable(name: String): Parameter
  108. def withVariables(variables: Seq[Parameter]): Server.this.type
  109. def [B](y: B): (Server, B)
    Implicit
    This member is added by an implicit conversion from Server to ArrowAssoc[Server] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Server to StringFormat[Server] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from Linkable

Inherited from AdoptionDependantCalls

Inherited from NamedDomainElement

Inherited from NamedAmfObject

Inherited from SecuredElement

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped