| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.rdfservice | |
| edu.cornell.mannlib.vitro.webapp.rdfservice.impl |
| Modifier and Type | Method and Description |
|---|---|
ModelChange.Operation |
ModelChange.getOperation() |
static ModelChange.Operation |
ModelChange.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.
|
| Modifier and Type | Method and Description |
|---|---|
ModelChange |
ChangeSet.manufactureModelChange(InputStream serializedModel,
RDFService.ModelSerializationFormat serializationFormat,
ModelChange.Operation operation,
String graphURI)
Creates an instance of the ModelChange class
|
void |
ModelChange.setOperation(ModelChange.Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
ModelChange.Operation |
ModelChangeImpl.getOperation() |
| Modifier and Type | Method and Description |
|---|---|
ModelChange |
ChangeSetImpl.manufactureModelChange(InputStream serializedModel,
RDFService.ModelSerializationFormat serializationFormat,
ModelChange.Operation operation,
String graphURI) |
void |
ModelChangeImpl.setOperation(ModelChange.Operation operation) |
| Constructor and Description |
|---|
ModelChangeImpl(InputStream serializedModel,
RDFService.ModelSerializationFormat serializationFormat,
ModelChange.Operation operation,
String graphURI) |
Copyright © 2016. All rights reserved.