Class ProcessSearchIndividualsDataGetterN3
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.utils.ProcessDataGetterAbstract
-
- edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.utils.ProcessSearchIndividualsDataGetterN3
-
- All Implemented Interfaces:
ProcessDataGetterN3
public class ProcessSearchIndividualsDataGetterN3 extends ProcessDataGetterAbstract
-
-
Field Summary
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.utils.ProcessDataGetterAbstract
classTypeVarBase, existingLiteralValues, existingUriValues
-
-
Constructor Summary
Constructors Constructor Description ProcessSearchIndividualsDataGetterN3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassType()com.fasterxml.jackson.databind.node.ObjectNodegetExistingValuesJSON(String dataGetterURI, org.apache.jena.ontology.OntModel queryModel, javax.servlet.ServletContext context)protected StringgetExistingValuesSparqlQuery(String dataGetterURI)List<String>getLiteralVarNamesBase()List<String>getUriVarNamesBase()voidpopulateExistingValues(String dataGetterURI, int counter, org.apache.jena.ontology.OntModel queryModel)StringreplaceQuotes(String inputStr)List<FieldVTwo>retrieveFields(int counter)List<String>retrieveLiteralsOnForm(int counter)List<String>retrieveN3Optional(int counter)List<String>retrieveN3Required(int counter)List<String>retrieveUrisOnForm(int counter)-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.utils.ProcessDataGetterAbstract
getDataGetterVar, getDataGetterVarName, getN3VarName, getNewResources, getPrefixes, getSparqlPrefix, getVarName, populateExistingClassType, populateExistingDataGetterURI, replaceEncodedQuotesWithEscapedQuotes, retrieveExistingLiteralValues, retrieveExistingUriValues
-
-
-
-
Method Detail
-
populateExistingValues
public void populateExistingValues(String dataGetterURI, int counter, org.apache.jena.ontology.OntModel queryModel)
-
getExistingValuesJSON
public com.fasterxml.jackson.databind.node.ObjectNode getExistingValuesJSON(String dataGetterURI, org.apache.jena.ontology.OntModel queryModel, javax.servlet.ServletContext context)
-
getClassType
public String getClassType()
-
-