Class AllPropertiesQueryRunner
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.visualization.visutils.AllPropertiesQueryRunner
-
- All Implemented Interfaces:
QueryRunner<GenericQueryMap>
public class AllPropertiesQueryRunner extends Object implements QueryRunner<GenericQueryMap>
This query runner is used to execute a sparql query that will fetch all the properties available for the provided individual URI.- Author:
- cdtank
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.jena.query.SyntaxSYNTAX
-
Constructor Summary
Constructors Constructor Description AllPropertiesQueryRunner(String individualURI, String filterRule, edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService rdfService, org.apache.commons.logging.Log log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericQueryMapgetQueryResult()
-
-
-
Method Detail
-
getQueryResult
public GenericQueryMap getQueryResult() throws MalformedQueryParametersException
- Specified by:
getQueryResultin interfaceQueryRunner<GenericQueryMap>- Throws:
MalformedQueryParametersException
-
-