case class IDocument(parent: Some[IDocumentParentRef], id: URI, name: String, tags: List[String], sourceRef: Option[ISourceReference], statistics: Option[List[IStatistic]], declarations: List[INarrativeElement]) extends IDocumentItem with IReferencable with INarrativeElement with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- IDocument
- Serializable
- Serializable
- Product
- Equals
- INarrativeElement
- IReferencable
- IDocumentItem
- IAPIObjectItem
- IResponse
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new IDocument(parent: Some[IDocumentParentRef], id: URI, name: String, tags: List[String], sourceRef: Option[ISourceReference], statistics: Option[List[IStatistic]], declarations: List[INarrativeElement])
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val declarations: List[INarrativeElement]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
id: URI
the uri of this document
the uri of this document
- Definition Classes
- IDocument → IDocumentItem → IAPIObjectItem
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
kind: String
the kind of object this represents
the kind of object this represents
- Definition Classes
- IDocumentItem → IAPIObjectItem
-
val
name: String
the name of this document
the name of this document
- Definition Classes
- IDocument → IDocumentItem → IAPIObjectItem
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
parent: Some[IDocumentParentRef]
the parent of this object, if any
the parent of this object, if any
- Definition Classes
- IDocument → IDocumentItem → IAPIObjectItem
-
val
ref: Boolean
weather this object is a reference or a full description
weather this object is a reference or a full description
- Definition Classes
- IReferencable → IAPIObjectItem
- val sourceRef: Option[ISourceReference]
-
val
statistics: Option[List[IStatistic]]
statistics of this element (if any)
statistics of this element (if any)
- Definition Classes
- IDocument → IAPIObjectItem
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tags: List[String]
-
final
def
toJSON: JSON
serializes this object into a JSON Object
serializes this object into a JSON Object
- Definition Classes
- IAPIObjectItem → IResponse
-
def
toJSONBuffer: JSONObjectBuffer
serializes this response into a JSONObject Buffer
serializes this response into a JSONObject Buffer
- Definition Classes
- IDocument → IDocumentItem → IResponse
-
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( ... ) @native()