case class InsertGraphFromModel(graphModel: Model, graphIri: Option[IRI] = None, mergeGraphs: Boolean = false, context: Option[Any] = None) extends InsertGraph with Product with Serializable
Used to insert an in-memory RDF model into the triple store.
- graphModel
the graph model
- graphIri
optional graph IRI, defaults to None
- mergeGraphs
indicates if the inserted data should be merged data already in the specified graph in the database, if set to false the previously stored data in the graph will be replaced with the payload, defaults to false
- context
an optional context to be carried along the flow
- Alphabetic
- By Inheritance
- InsertGraphFromModel
- Serializable
- Serializable
- Product
- Equals
- InsertGraph
- GraphStoreRequest
- GraphStoreProtocol
- ClientHttpRequest
- Request
- ClientAPIProtocol
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
InsertGraphFromModel(graphModel: Model, graphIri: Option[IRI] = None, mergeGraphs: Boolean = false, context: Option[Any] = None)
- graphModel
the graph model
- graphIri
optional graph IRI, defaults to None
- mergeGraphs
indicates if the inserted data should be merged data already in the specified graph in the database, if set to false the previously stored data in the graph will be replaced with the payload, defaults to false
- context
an optional context to be carried along the flow
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
context: Option[Any]
- Definition Classes
- InsertGraphFromModel → GraphStoreRequest
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
graphIri: Option[IRI]
- Definition Classes
- InsertGraphFromModel → InsertGraph
- val graphModel: Model
-
val
httpMethod: HttpMethod
- returns
the HTTP Method to be used to communicate with the endpoint
- Definition Classes
- InsertGraph → ClientHttpRequest
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
mergeGraphs: Boolean
- Definition Classes
- InsertGraphFromModel → InsertGraph
-
final
val
modelFormat: RDFFormat
We only use NTRIPLES upload format when uploading in-memory Models.
We only use NTRIPLES upload format when uploading in-memory Models.
- Definition Classes
- InsertGraphFromModel → InsertGraph
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- @native() @throws( ... )