Uses of Class
edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange.Operation
-
Packages that use ModelChange.Operation Package Description edu.cornell.mannlib.vitro.webapp.rdfservice edu.cornell.mannlib.vitro.webapp.rdfservice.impl -
-
Uses of ModelChange.Operation in edu.cornell.mannlib.vitro.webapp.rdfservice
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice that return ModelChange.Operation Modifier and Type Method Description ModelChange.OperationModelChange. getOperation()static ModelChange.OperationModelChange.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelChange.Operation[]ModelChange.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cornell.mannlib.vitro.webapp.rdfservice with parameters of type ModelChange.Operation Modifier and Type Method Description ModelChangeChangeSet. 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 classvoidModelChange. setOperation(ModelChange.Operation operation) -
Uses of ModelChange.Operation in edu.cornell.mannlib.vitro.webapp.rdfservice.impl
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl that return ModelChange.Operation Modifier and Type Method Description ModelChange.OperationModelChangeImpl. getOperation()Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl with parameters of type ModelChange.Operation Modifier and Type Method Description 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)voidModelChangeImpl. setOperation(ModelChange.Operation operation)Constructors in edu.cornell.mannlib.vitro.webapp.rdfservice.impl with parameters of type ModelChange.Operation Constructor Description ModelChangeImpl(InputStream serializedModel, RDFService.ModelSerializationFormat serializationFormat, ModelChange.Operation operation, String graphURI)Deprecated.ModelChangeImpl(InputStream serializedModel, RDFService.ModelSerializationFormat serializationFormat, ModelChange.Operation operation, String graphURI, String userId)
-