Classes: RDForm | CRUDOperation | CRUDOperationDELETE | CRUDOperationUPDATE | CRUDOperationCREATE | Field | UpdateableField | FieldValue | FieldKey | ImmutableField |
Delete the field, that is, remove all triples from the RDF graph that map to this field.
Update the record with the field values present, that is, update the object values of all triples from the RDF graph that map to this field.
Create a new record using this field, that is, add triples to the RDF graph using the (reverse) mapping.
Declares an RDForm field to be updateable; one has to look up the allowed operations on this field prior to executing changes.