Uses of Interface
edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.ModelChangePreprocessor
-
Packages that use ModelChangePreprocessor Package Description edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo -
-
Uses of ModelChangePreprocessor in edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors
Classes in edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors that implement ModelChangePreprocessor Modifier and Type Class Description classDefaultAddMissingIndividualFormModelPreprocessorThis will remove old relation triple for an edit.classDefaultDataPropEmptyFieldEditors have gotten into the habit of clearing the text from the textarea and saving it to invoke a delete.classFoafNameToRdfsLabelPreprocessorclassLimitRemovalsToLanguageA 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) . -
Uses of ModelChangePreprocessor in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo
Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo that return ModelChangePreprocessor Modifier and Type Method Description static ModelChangePreprocessorN3EditUtils. 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.Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo that return types with arguments of type ModelChangePreprocessor Modifier and Type Method 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()Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo with parameters of type ModelChangePreprocessor Modifier and Type Method Description voidEditConfigurationVTwo. addModelChangePreprocessor(ModelChangePreprocessor modelChangePreprocessor)
-