| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo |
| Modifier and Type | Method and Description |
|---|---|
static AdditionsAndRetractions |
ProcessRdfForm.addDependentDeletes(AdditionsAndRetractions changes,
org.apache.jena.rdf.model.Model queryModel) |
protected AdditionsAndRetractions |
ProcessRdfForm.editExistingStatements(EditConfigurationVTwo editConfig,
MultiValueEditSubmission submission,
VitroRequest vreq)
Process an EditConfiguration to edit a set of existing statements.
|
protected static AdditionsAndRetractions |
ProcessRdfForm.getMinimalChanges(AdditionsAndRetractions changes) |
protected AdditionsAndRetractions |
ProcessRdfForm.parseN3ToChange(List<String> requiredAdds,
List<String> optionalAdds,
List<String> requiredDels,
List<String> optionalDels,
VitroRequest vreq,
EditConfigurationVTwo editConfig) |
AdditionsAndRetractions |
ProcessRdfForm.process(EditConfigurationVTwo configuration,
MultiValueEditSubmission submission,
VitroRequest vreq)
This detects if this is an edit of an existing statement or an edit
to create a new statement or set of statements.
|
| Modifier and Type | Method and Description |
|---|---|
static AdditionsAndRetractions |
ProcessRdfForm.addDependentDeletes(AdditionsAndRetractions changes,
org.apache.jena.rdf.model.Model queryModel) |
static void |
ProcessRdfForm.applyChangesToWriteModel(AdditionsAndRetractions changes,
org.apache.jena.rdf.model.Model queryModel,
org.apache.jena.rdf.model.Model writeModel,
String editorUri) |
protected static AdditionsAndRetractions |
ProcessRdfForm.getMinimalChanges(AdditionsAndRetractions changes) |
static void |
N3EditUtils.preprocessModels(AdditionsAndRetractions changes,
EditConfigurationVTwo editConfiguration,
VitroRequest request)
Execute any modelChangePreprocessors in the editConfiguration;
|
Copyright © 2021. All rights reserved.