Packages

class EndPoint extends NamedDomainElement with ExtensibleWebApiDomainElement with ServerContainer

EndPoint internal model

Linear Supertypes
ServerContainer, ExtensibleWebApiDomainElement, NamedDomainElement, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EndPoint
  2. ServerContainer
  3. ExtensibleWebApiDomainElement
  4. NamedDomainElement
  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 EndPoint(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): EndPoint.this.type
    Definition Classes
    AmfObject
  5. def add(other: Annotations): EndPoint.this.type
    Definition Classes
    AmfElement
  6. def add(annotation: Annotation): EndPoint.this.type
    Definition Classes
    AmfElement
  7. def adopted(parent: String, cycle: Seq[String]): EndPoint.this.type
    Definition Classes
    AmfObject
  8. val annotations: Annotations
    Definition Classes
    EndPoint → AmfElement
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def bindings: ChannelBindings
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  13. 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
    EndPoint → AmfObject
  14. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  15. def description: StrField
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  19. val fields: Fields
    Definition Classes
    EndPoint → AmfObject
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. lazy val graph: Graph
    Definition Classes
    DomainElement
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. val id: String
    Definition Classes
    AmfObject
  26. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  29. def location(): Option[String]
    Definition Classes
    AmfElement
  30. def meta: Obj
    Definition Classes
    EndPoint → AmfObject
  31. def name: StrField
    Definition Classes
    NamedDomainElement
  32. def nameField: Field
    Definition Classes
    EndPoint → NamedDomainElement
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def operations: Seq[Operation]
  37. def parameters: Seq[Parameter]
  38. def parent: Option[EndPoint]
  39. def path: StrField
  40. def payloads: Seq[Payload]
  41. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  42. def relativePath: String
  43. def removeServers(): Unit
    Definition Classes
    EndPointServerContainer
  44. def resourceType: Option[ParametrizedResourceType]
  45. def security: Seq[SecurityRequirement]
  46. def servers: Seq[Server]
    Definition Classes
    EndPointServerContainer
  47. def set(field: Field, value: AmfElement, annotations: Annotations): EndPoint.this.type
    Definition Classes
    AmfObject
  48. def set(field: Field, value: AmfElement): EndPoint.this.type
    Definition Classes
    AmfObject
  49. def set(field: Field, values: Seq[String]): EndPoint.this.type
    Definition Classes
    AmfObject
  50. def set(field: Field, value: Float): EndPoint.this.type
    Definition Classes
    AmfObject
  51. def set(field: Field, value: Double): EndPoint.this.type
    Definition Classes
    AmfObject
  52. def set(field: Field, value: Int): EndPoint.this.type
    Definition Classes
    AmfObject
  53. def set(field: Field, value: Boolean): EndPoint.this.type
    Definition Classes
    AmfObject
  54. def set(field: Field, value: String): EndPoint.this.type
    Definition Classes
    AmfObject
  55. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): EndPoint.this.type
    Definition Classes
    AmfObject
  56. def setArray(field: Field, values: Seq[AmfElement]): EndPoint.this.type
    Definition Classes
    AmfObject
  57. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): EndPoint.this.type
    Definition Classes
    AmfObject
  58. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): EndPoint.this.type
    Definition Classes
    AmfObject
  59. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): EndPoint.this.type
    Definition Classes
    AmfObject
  60. final def simpleAdoption(parent: String): EndPoint.this.type
    Definition Classes
    AmfObject
  61. def summary: StrField
  62. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. def traits: Seq[ParametrizedTrait]
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. def withBindings(bindings: ChannelBindings): EndPoint.this.type
  69. def withCustomDomainProperties(extensions: Seq[DomainExtension]): EndPoint.this.type
    Definition Classes
    DomainElement → CustomizableElement
  70. def withCustomDomainProperty(extensions: DomainExtension): EndPoint.this.type
    Definition Classes
    DomainElement → CustomizableElement
  71. def withDescription(description: String): EndPoint.this.type
  72. def withExtends(extend: Seq[DomainElement]): EndPoint.this.type
    Definition Classes
    DomainElement
  73. def withId(value: String): EndPoint.this.type
    Definition Classes
    AmfObject
  74. def withIsExternalLink(isReference: Boolean): EndPoint.this.type
    Definition Classes
    DomainElement
  75. def withName(name: String, a: Annotations): EndPoint.this.type
    Definition Classes
    NamedDomainElement
  76. def withOperation(method: String): Operation
  77. def withOperations(operations: Seq[Operation]): EndPoint.this.type
  78. def withParameter(name: String): Parameter
  79. def withParameters(parameters: Seq[Parameter]): EndPoint.this.type
  80. def withPath(path: String): EndPoint.this.type
  81. def withPayload(mediaType: Option[String] = None): Payload
  82. def withPayloads(payloads: Seq[Payload]): EndPoint.this.type
  83. def withResourceType(name: String): ParametrizedResourceType
  84. def withSecurity(name: String): SecurityRequirement
  85. def withSecurity(security: Seq[SecurityRequirement]): EndPoint.this.type
  86. def withServer(url: String): Server
  87. def withServers(servers: Seq[Server]): EndPoint.this.type
    Definition Classes
    EndPointServerContainer
  88. def withSummary(summary: String): EndPoint.this.type
  89. def withTrait(name: String): ParametrizedTrait

Inherited from ServerContainer

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped