Class CoAuthorshipQueryRunner
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.visualization.coauthorship.CoAuthorshipQueryRunner
-
- All Implemented Interfaces:
QueryRunner<CoAuthorshipData>
public class CoAuthorshipQueryRunner extends Object implements QueryRunner<CoAuthorshipData>
This query runner is used to execute a sparql query to get all the publications for a particular individual. It will also fetch all the authors that worked on that particular publication.- Author:
- cdtank
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.jena.query.SyntaxSYNTAX
-
Constructor Summary
Constructors Constructor Description CoAuthorshipQueryRunner(String egoURI, edu.cornell.mannlib.vitro.webapp.controller.VitroRequest vreq, org.apache.commons.logging.Log log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoAuthorshipDatagetQueryResult()
-
-
-
Constructor Detail
-
CoAuthorshipQueryRunner
public CoAuthorshipQueryRunner(String egoURI, edu.cornell.mannlib.vitro.webapp.controller.VitroRequest vreq, org.apache.commons.logging.Log log)
-
-
Method Detail
-
getQueryResult
public CoAuthorshipData getQueryResult() throws MalformedQueryParametersException
- Specified by:
getQueryResultin interfaceQueryRunner<CoAuthorshipData>- Throws:
MalformedQueryParametersException
-
-