| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors | |
| edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAddMissingIndividualFormModelPreprocessor
This will remove old relation triple for an edit.
|
class |
DefaultDataPropEmptyField
Editors have gotten into the habit of clearing the text from the
textarea and saving it to invoke a delete.
|
class |
FoafNameToRdfsLabelPreprocessor |
| Modifier and Type | Method and Description |
|---|---|
static ModelChangePreprocessor |
N3EditUtils.preprocessorForURI(VitroRequest vreq,
com.hp.hpl.jena.rdf.model.Model displayModel,
String preprocessorURI)
Returns a DataGetter using information in the
displayModel for the individual with the URI given by dataGetterURI
to configure it.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ModelChangePreprocessor> |
N3EditUtils.getDefaultModelChangePreprocessors(VitroRequest vreq,
com.hp.hpl.jena.rdf.model.Model displayModel)
Find which default model preprocessors are associated with the application.
|
List<ModelChangePreprocessor> |
EditConfigurationVTwo.getModelChangePreprocessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
EditConfigurationVTwo.addModelChangePreprocessor(ModelChangePreprocessor modelChangePreprocessor) |
Copyright © 2016. All rights reserved.