public final class ProcessorUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
deleteWhere(String subject,
String namedGraph)
Create a DELETE WHERE { ...
|
static String |
getSubjectUri(org.apache.camel.Message in)
Extract the subject URI from the incoming message headers.
|
static String |
insertData(String serializedGraph,
String namedGraph)
Create an INSERT DATA { ...
|
public static String getSubjectUri(org.apache.camel.Message in) throws IOException
in - the incoming MessageIOExceptionpublic static String deleteWhere(String subject, String namedGraph)
subject - the subject of the triples to delete.namedGraph - an optional named graphCopyright © 2015 DuraSpace, Inc.. All Rights Reserved.