Class CoPIGrantCountQueryRunner
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.visualization.coprincipalinvestigator.CoPIGrantCountQueryRunner
-
- All Implemented Interfaces:
QueryRunner<CollaborationData>
public class CoPIGrantCountQueryRunner extends Object implements QueryRunner<CollaborationData>
- Author:
- bkoniden Deepak Konidena
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.jena.query.SyntaxSYNTAX
-
Constructor Summary
Constructors Constructor Description CoPIGrantCountQueryRunner(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 CoInvestigationDatagetQueryResult()
-
-
-
Constructor Detail
-
CoPIGrantCountQueryRunner
public CoPIGrantCountQueryRunner(String egoURI, edu.cornell.mannlib.vitro.webapp.controller.VitroRequest vreq, org.apache.commons.logging.Log log)
-
-
Method Detail
-
getQueryResult
public CoInvestigationData getQueryResult() throws MalformedQueryParametersException
- Specified by:
getQueryResultin interfaceQueryRunner<CollaborationData>- Throws:
MalformedQueryParametersException
-
-