Uses of Interface
org.spdx.storage.IModelStore.ModelUpdate
Packages that use IModelStore.ModelUpdate
Package
Description
Package containing useful library functions for reading, writing, and manipulating
SPDX documents.
Copyright (c) 2019 Source Auditor Inc.
-
Uses of IModelStore.ModelUpdate in org.spdx.library
Methods in org.spdx.library with parameters of type IModelStore.ModelUpdateModifier and TypeMethodDescriptionstatic 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.ModelUpdateModifier and TypeMethodDescriptionstatic 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.ModelUpdateModifier and TypeMethodDescriptionprotected 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