Uses of Class
edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange.Operation

Uses of ModelChange.Operation in edu.cornell.mannlib.vitro.webapp.rdfservice
 

Methods in edu.cornell.mannlib.vitro.webapp.rdfservice that return ModelChange.Operation
 ModelChange.Operation ModelChange.getOperation()
           
static ModelChange.Operation ModelChange.Operation.valueOf(java.lang.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
 ModelChange ChangeSet.manufactureModelChange(java.io.InputStream serializedModel, RDFService.ModelSerializationFormat serializationFormat, ModelChange.Operation operation, java.lang.String graphURI)
          Creates an instance of the ModelChange class
 void ModelChange.setOperation(ModelChange.Operation operation)