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. 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
    @inline()
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  32. lazy val graph: Graph
    Definition Classes
    DomainElement
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  34. val id: String
    Definition Classes
    AmfObject
  35. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isLink: Boolean
    Definition Classes
    Linkable
  38. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  39. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  40. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  41. def linkCopy(): Server
    Definition Classes
    Server → Linkable
  42. def linkLabel: StrField
    Definition Classes
    Linkable
  43. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  44. def location(): Option[String]
    Definition Classes
    AmfElement
  45. def meta: DomainElementModel
    Definition Classes
    Server → AmfObject
  46. def name: StrField
    Definition Classes
    NamedAmfObject
  47. def nameField: Field
    Attributes
    protected
    Definition Classes
    Server → NamedAmfObject
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  51. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  52. def protocol: StrField
  53. def protocolVersion: StrField
  54. def security: Seq[SecurityRequirement]
    Definition Classes
    SecuredElement
  55. def set(field: Field, value: AmfElement, annotations: Annotations): Server.this.type
    Definition Classes
    AmfObject
  56. def set(field: Field, value: AmfElement): Server.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, values: Seq[String]): Server.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, value: Float): Server.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, value: Double): Server.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, value: Int): Server.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, value: Boolean): Server.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, value: String, annotations: Annotations): Server.this.type
    Definition Classes
    AmfObject
  63. def set(field: Field, value: String): Server.this.type
    Definition Classes
    AmfObject
  64. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): Server.this.type
    Definition Classes
    AmfObject
  65. def setArray(field: Field, values: Seq[AmfElement]): Server.this.type
    Definition Classes
    AmfObject
  66. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): Server.this.type
    Definition Classes
    AmfObject
  67. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): Server.this.type
    Definition Classes
    AmfObject
  68. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): Server.this.type
    Definition Classes
    AmfObject
  69. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  70. final def simpleAdoption(parent: String): Server.this.type
    Definition Classes
    AmfObject
  71. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  72. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  73. def tags: Seq[Tag]
  74. def toString(): String
    Definition Classes
    AnyRef → Any
  75. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  76. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  77. def url: StrField
  78. def variables: Seq[Parameter]
  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 withBindings(bindings: ServerBindings): Server.this.type
  83. def withCustomDomainProperties(extensions: Seq[DomainExtension]): Server.this.type
    Definition Classes
    DomainElement → CustomizableElement
  84. def withCustomDomainProperty(extensions: DomainExtension): Server.this.type
    Definition Classes
    DomainElement → CustomizableElement
  85. def withDescription(description: String): Server.this.type
  86. def withExtends(extend: Seq[DomainElement]): Server.this.type
    Definition Classes
    DomainElement
  87. def withId(value: String): Server.this.type
    Definition Classes
    AmfObject
  88. def withInferredName(name: String): Server.this.type
    Definition Classes
    NamedAmfObject
  89. def withIsExternalLink(isReference: Boolean): Server.this.type
    Definition Classes
    DomainElement
  90. def withLinkLabel(label: String, annotations: Annotations): Server.this.type
    Definition Classes
    Linkable
  91. def withLinkTarget(target: DomainElement): Server.this.type
    Definition Classes
    Linkable
  92. def withName(name: String): Server.this.type
    Definition Classes
    NamedAmfObject
  93. def withName(nameNode: ScalarNode): Server.this.type
    Definition Classes
    NamedAmfObject
  94. def withName(name: String, a: Annotations): Server.this.type
    Definition Classes
    NamedAmfObject
  95. def withName(node: YNode): Server.this.type
    Definition Classes
    NamedAmfObject
  96. def withProtocol(protocol: String): Server.this.type
  97. def withProtocolVersion(protocolVersion: String): Server.this.type
  98. def withSecurity(name: String): SecurityRequirement
    Definition Classes
    SecuredElement
  99. def withSecurity(security: Seq[SecurityRequirement]): Server.this.type
    Definition Classes
    SecuredElement
  100. def withSupportsRecursion(recursive: Boolean): Server.this.type
    Definition Classes
    Linkable
  101. def withSynthesizeName(name: String): Server.this.type
    Definition Classes
    NamedAmfObject
  102. def withTags(tags: Seq[Tag]): Server.this.type
  103. def withUrl(url: String): Server.this.type
  104. def withVariable(name: String): Parameter
  105. def withVariables(variables: Seq[Parameter]): Server.this.type
  106. 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

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