|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eaglei.datatools.etl.server.ETLSPARQLQueryUtil
public class ETLSPARQLQueryUtil
| Constructor Summary | |
|---|---|
ETLSPARQLQueryUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
forRegex(java.lang.String aRegexFragment)
|
static java.lang.String |
getEIResourcesByAllPropertiesQuery(com.hp.hpl.jena.rdf.model.Model rdfModel,
org.eaglei.security.Session session)
Returns the a sparql query |
static java.lang.String |
getEIResourcesByOnlyTypeANDRdfsLabel(com.hp.hpl.jena.rdf.model.Model rdfModel)
Returns the a sparql query that asks the repo for the URI of a resource of Model ,It builds query of properties containing only rdfs:type and rdfs:lable as predicate |
static java.lang.String |
getEIResourcesQueryButnotWithPassProperty(com.hp.hpl.jena.rdf.model.Model rdfModel,
com.hp.hpl.jena.rdf.model.Property property)
Returns the a sparql query that asks the repo for the URI of a resource of Model |
static java.lang.String[] |
getInstanceURI(java.lang.String xmlString)
get instance URI from the returned xml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ETLSPARQLQueryUtil()
| Method Detail |
|---|
public static java.lang.String getEIResourcesByAllPropertiesQuery(com.hp.hpl.jena.rdf.model.Model rdfModel,
org.eaglei.security.Session session)
throws java.lang.Exception
java.lang.Exception
public static java.lang.String getEIResourcesQueryButnotWithPassProperty(com.hp.hpl.jena.rdf.model.Model rdfModel,
com.hp.hpl.jena.rdf.model.Property property)
public static java.lang.String getEIResourcesByOnlyTypeANDRdfsLabel(com.hp.hpl.jena.rdf.model.Model rdfModel)
public static java.lang.String forRegex(java.lang.String aRegexFragment)
public static java.lang.String[] getInstanceURI(java.lang.String xmlString)
xmlString -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||