|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.ontology.pipelets.ASesameRecordPipelet
org.eclipse.smila.ontology.pipelets.SesameRecordWriterPipelet
public class SesameRecordWriterPipelet
write records to ontology.
| Field Summary | |
|---|---|
static java.lang.String |
PARAM_TYPEURI
configuration property name for default types of resources to create if not set in attribute "rdf:type". |
| Fields inherited from class org.eclipse.smila.ontology.pipelets.ASesameRecordPipelet |
|---|
_configuration, _valueHelper, PARAM_RECORDFILTER, PARAM_REPOSITORY |
| Constructor Summary | |
|---|---|
SesameRecordWriterPipelet()
|
|
| Method Summary | |
|---|---|
Id[] |
process(Blackboard blackboard,
Id[] recordIds)
write the records from the blackboard to a Sesame ontology. |
| Methods inherited from class org.eclipse.smila.ontology.pipelets.ASesameRecordPipelet |
|---|
configure, createUri, getParameters, getRepositoryConnection, getSesameOntologyManager |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PARAM_TYPEURI
| Constructor Detail |
|---|
public SesameRecordWriterPipelet()
| Method Detail |
|---|
public Id[] process(Blackboard blackboard,
Id[] recordIds)
throws ProcessingException
blackboard - Blackboard service managing the records.recordIds - Ids of records to process.
ProcessingException - error during processing.SimplePipelet.process(org.eclipse.smila.blackboard.Blackboard,
org.eclipse.smila.datamodel.id.Id[])
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||