Class ExecuteDataRetrieval
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.utils.dataGetter.ExecuteDataRetrieval
-
public class ExecuteDataRetrieval extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecuteDataRetrieval(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, Individual individual)Constructor with display model and data getter URI that will be called by reflection.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteDataGetters(Map<String,Object> mapForTemplate)List<DataGetter>retrieveDataGetters()
-
-
-
Constructor Detail
-
ExecuteDataRetrieval
public ExecuteDataRetrieval(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, Individual individual)
Constructor with display model and data getter URI that will be called by reflection.
-
-