Uses of Interface
edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange
-
-
Uses of ModelChange in edu.cornell.mannlib.vitro.webapp.audit
Methods in edu.cornell.mannlib.vitro.webapp.audit with parameters of type ModelChange Modifier and Type Method Description voidAuditChangeListener. notifyModelChange(ModelChange modelChange) -
Uses of ModelChange in edu.cornell.mannlib.vitro.webapp.rdfservice
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice that return ModelChange Modifier and Type Method Description ModelChangeChangeSet. manufactureModelChange()Creates an instance of the ModelChange classModelChangeChangeSet. manufactureModelChange(InputStream serializedModel, RDFService.ModelSerializationFormat serializationFormat, ModelChange.Operation operation, String graphURI)Deprecated.ModelChangeChangeSet. manufactureModelChange(InputStream serializedModel, RDFService.ModelSerializationFormat serializationFormat, ModelChange.Operation operation, String graphURI, String userId)Creates an instance of the ModelChange classMethods in edu.cornell.mannlib.vitro.webapp.rdfservice that return types with arguments of type ModelChange Modifier and Type Method Description List<ModelChange>ChangeSet. getModelChanges()Methods in edu.cornell.mannlib.vitro.webapp.rdfservice with parameters of type ModelChange Modifier and Type Method Description voidChangeListener. notifyModelChange(ModelChange modelChange)Override this to listen to each model change -
Uses of ModelChange in edu.cornell.mannlib.vitro.webapp.rdfservice.impl
Classes in edu.cornell.mannlib.vitro.webapp.rdfservice.impl that implement ModelChange Modifier and Type Class Description classModelChangeImplMethods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl that return ModelChange Modifier and Type Method Description ModelChangeChangeSetImpl. manufactureModelChange()ModelChangeChangeSetImpl. manufactureModelChange(InputStream serializedModel, RDFService.ModelSerializationFormat serializationFormat, ModelChange.Operation operation, String graphURI)Deprecated.ModelChangeChangeSetImpl. manufactureModelChange(InputStream serializedModel, RDFService.ModelSerializationFormat serializationFormat, ModelChange.Operation operation, String graphURI, String userId)Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl that return types with arguments of type ModelChange Modifier and Type Method Description List<ModelChange>ChangeSetImpl. getModelChanges()Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl with parameters of type ModelChange Modifier and Type Method Description protected voidRDFServiceImpl. notifyListeners(ModelChange modelChange) -
Uses of ModelChange in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena with parameters of type ModelChange Modifier and Type Method Description protected voidRDFServiceJena. operateOnModel(org.apache.jena.rdf.model.Model model, ModelChange modelChange) -
Uses of ModelChange in edu.cornell.mannlib.vitro.webapp.reasoner
Methods in edu.cornell.mannlib.vitro.webapp.reasoner with parameters of type ModelChange Modifier and Type Method Description voidSimpleReasoner. notifyModelChange(ModelChange modelChange)
-