class AnyShape extends Shape
- Annotations
- @JSExportAll()
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnyShape
- Shape
- NamedDomainElement
- Linkable
- DomainElement
- PlatformSecrets
- AmfObjectWrapper
- Annotable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
AnyShape()
- Annotations
- @JSExportTopLevel( "model.domain.AnyShape" )
- new AnyShape(_internal: plugins.domain.shapes.models.AnyShape)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
and: convert.CoreClientConverters.ClientList[Shape]
- Definition Classes
- Shape
-
def
annotations(): Annotations
- Definition Classes
- AmfObjectWrapper → Annotable
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
customDomainProperties: convert.CoreClientConverters.ClientList[DomainExtension]
- Definition Classes
- DomainElement
-
def
defaultValue: DataNode
- Definition Classes
- Shape
-
def
defaultValueStr: StrField
- Definition Classes
- Shape
-
def
description: StrField
- Definition Classes
- Shape
-
def
displayName: StrField
- Definition Classes
- Shape
- def documentation: CreativeWork
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def examples: ClientList[Example]
-
def
extendsNode: convert.CoreClientConverters.ClientList[DomainElement]
- Definition Classes
- DomainElement
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
graph(): Graph
- Definition Classes
- DomainElement
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
id: String
- Definition Classes
- DomainElement
-
def
inherits: convert.CoreClientConverters.ClientList[Shape]
- Definition Classes
- Shape
-
def
isDefaultEmpty: Boolean
Aux method to know when the shape is instance only of any shape and it's because was parsed from an empty (or only with example) payload, an not an explicit type def
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLink: Boolean
- Definition Classes
- Linkable
-
def
link[T](label: Option[String]): T
- Definition Classes
- Linkable
-
def
linkCopy(): AnyShape
- Definition Classes
- AnyShape → Linkable
-
def
linkLabel: StrField
- Definition Classes
- Linkable
-
def
linkTarget: convert.CoreClientConverters.ClientOption[DomainElement]
- Definition Classes
- Linkable
-
def
name: StrField
- Definition Classes
- Shape → NamedDomainElement
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
not: Shape
- Definition Classes
- Shape
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
or: convert.CoreClientConverters.ClientList[Shape]
- Definition Classes
- Shape
- def payloadValidator(): PayloadValidator
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
position: Range
- Definition Classes
- DomainElement
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toJsonSchema: String
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def validate(fragment: PayloadFragment): ClientFuture[ValidationReport]
- def validate(fragment: PayloadFragment, env: Environment): ClientFuture[ValidationReport]
- def validate(payload: String): ClientFuture[ValidationReport]
- def validate(payload: String, env: Environment): ClientFuture[ValidationReport]
-
def
values: convert.CoreClientConverters.ClientList[StrField]
- Definition Classes
- Shape
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withAnd(subShapes: convert.CoreClientConverters.ClientList[Shape]): AnyShape.this.type
- Definition Classes
- Shape
-
def
withCustomDomainProperties(extensions: convert.CoreClientConverters.ClientList[DomainExtension]): AnyShape.this.type
- Definition Classes
- DomainElement
-
def
withDefaultStr(value: String): AnyShape.this.type
- Definition Classes
- Shape
-
def
withDefaultValue(default: DataNode): AnyShape.this.type
- Definition Classes
- Shape
-
def
withDescription(description: String): AnyShape.this.type
- Definition Classes
- Shape
-
def
withDisplayName(name: String): AnyShape.this.type
- Definition Classes
- Shape
- def withDocumentation(documentation: CreativeWork): AnyShape.this.type
- def withExample(mediaType: String): Example
- def withExamples(examples: ClientList[Example]): AnyShape.this.type
-
def
withExtendsNode(extension: convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): AnyShape.this.type
- Definition Classes
- DomainElement
-
def
withId(id: String): AnyShape.this.type
- Definition Classes
- DomainElement
-
def
withInherits(inherits: convert.CoreClientConverters.ClientList[Shape]): AnyShape.this.type
- Definition Classes
- Shape
-
def
withLinkLabel(label: String): AnyShape.this.type
- Definition Classes
- Linkable
-
def
withLinkTarget(target: DomainElement with Linkable): AnyShape.this.type
- Definition Classes
- Linkable
-
def
withName(name: String): AnyShape.this.type
- Definition Classes
- Shape → NamedDomainElement
-
def
withNode(shape: Shape): AnyShape.this.type
- Definition Classes
- Shape
-
def
withOr(subShapes: convert.CoreClientConverters.ClientList[Shape]): AnyShape.this.type
- Definition Classes
- Shape
-
def
withValues(values: convert.CoreClientConverters.ClientList[String]): AnyShape.this.type
- Definition Classes
- Shape
- def withXMLSerialization(xmlSerialization: XMLSerializer): AnyShape.this.type
-
def
withXone(subShapes: convert.CoreClientConverters.ClientList[Shape]): AnyShape.this.type
- Definition Classes
- Shape
- def xmlSerialization: XMLSerializer
-
def
xone: convert.CoreClientConverters.ClientList[Shape]
- Definition Classes
- Shape