Class IndividualsByRankFormGenerator
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DefaultObjectPropertyFormGenerator
-
- edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.IndividualsByRankFormGenerator
-
- All Implemented Interfaces:
EditConfigurationGenerator
public class IndividualsByRankFormGenerator extends DefaultObjectPropertyFormGenerator implements EditConfigurationGenerator
Generates the edit configuration for a default property form. This handles the default object property auto complete. If a default property form is request and the number of individuals found in the range is too large, the the auto complete setup and template will be used instead.
-
-
Field Summary
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DefaultObjectPropertyFormGenerator
customErrorMessages, doAutoComplete, maxNonACRangeIndividualCount, tooManyRangeIndividuals
-
-
Constructor Summary
Constructors Constructor Description IndividualsByRankFormGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetFields(EditConfigurationVTwo editConfiguration, VitroRequest vreq, String predicateUri)-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DefaultObjectPropertyFormGenerator
addFormSpecificData, addFormSpecificDataForAC, getEditConfiguration, getEditMode, getObjectUri, getPredicateUri, getRangeTypes, getSparqlForAcFilter, getSubjectUri, setFields
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.EditConfigurationGenerator
getEditConfiguration
-
-
-
-
Method Detail
-
setFields
protected void setFields(EditConfigurationVTwo editConfiguration, VitroRequest vreq, String predicateUri) throws Exception
- Overrides:
setFieldsin classDefaultObjectPropertyFormGenerator- Throws:
Exception
-
-