| 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 |
class |
LimitRemovalsToLanguage
A model change preprocessor that discards triples with language tags
in the retractionsModel that do not match the specified language, unless
the additionsModel also contains a new value for the same subject and
predicate in that language, or no values in any language are added for the
same subject and predicate (such as when an entire resource is deleted) .
|
| Modifier and Type | Method and Description |
|---|---|
static ModelChangePreprocessor |
N3EditUtils.preprocessorForURI(VitroRequest vreq,
org.apache.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,
org.apache.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 © 2021. All rights reserved.