Uses of Interface
org.spdx.storage.IModelStore.ModelUpdate
| Package | Description |
|---|---|
| org.spdx.library |
Package containing useful library functions for reading, writing, and manipulating
SPDX documents.
|
| org.spdx.library.model |
Copyright (c) 2019 Source Auditor Inc.
|
| org.spdx.library.model.license |
-
Uses of IModelStore.ModelUpdate in org.spdx.library
Methods in org.spdx.library with parameters of type IModelStore.ModelUpdate Modifier and Type Method Description static voidWrite. applyUpdatesInOneTransaction(String documentUri, IModelStore modelStore, IModelStore.ModelUpdate... updates)Convenience method for applying a small set of updates.Method parameters in org.spdx.library with type arguments of type IModelStore.ModelUpdate Modifier and Type Method Description static voidWrite. applyUpdatesInOneTransaction(String documentUri, IModelStore modelStore, Iterable<? extends IModelStore.ModelUpdate> updates)Apply a set of model updates in a single transaction. -
Uses of IModelStore.ModelUpdate in org.spdx.library.model
Methods in org.spdx.library.model that return IModelStore.ModelUpdate Modifier and Type Method Description protected IModelStore.ModelUpdateModelObject. updateAddPropertyValueToCollection(String propertyName, Object value)Create an update when, when applied, adds a value to a collection of values associated with a property.protected IModelStore.ModelUpdateModelObject. updateClearValueCollection(String propertyName)Create an update when, when applied by the ModelStore, clears a collection of values associated with a propertyprotected IModelStore.ModelUpdateModelObject. updatePropertyValue(String propertyName, Object value)Create an update when, when applied by the ModelStore, sets a property value for a property name, creating the property if necessaryprotected IModelStore.ModelUpdateModelObject. updateRemoveProperty(String propertyName)Create an update when, when applied by the ModelStore, removes a property and its value from the model store if it existsprotected IModelStore.ModelUpdateModelObject. updateRemovePropertyValueFromCollection(String propertyName, Object value)Create an update when, when applied, removes a property value from a collection -
Uses of IModelStore.ModelUpdate in org.spdx.library.model.license
Methods in org.spdx.library.model.license that return IModelStore.ModelUpdate Modifier and Type Method Description IModelStore.ModelUpdateLicense. updateSetDeprecated(Boolean deprecated)