Uses of Interface
org.spdx.storage.IModelStore.ModelUpdate
-
Packages that use IModelStore.ModelUpdate Package Description org.spdx.core Common classes used by the SPDX model and library -
-
Uses of IModelStore.ModelUpdate in org.spdx.core
Methods in org.spdx.core that return IModelStore.ModelUpdate Modifier and Type Method Description IModelStore.ModelUpdateCoreModelObject. updateAddPropertyValueToCollection(PropertyDescriptor propertyDescriptor, Object value)Create an update when, when applied, adds a value to a collection of values associated with a property.IModelStore.ModelUpdateCoreModelObject. updateClearValueCollection(PropertyDescriptor propertyDescriptor)Create an update when, when applied by the ModelStore, clears a collection of values associated with a propertyIModelStore.ModelUpdateCoreModelObject. updatePropertyValue(PropertyDescriptor propertyDescriptor, Object value)Create an update when, when applied by the ModelStore, sets a property value for a property descriptor, creating the property if necessaryIModelStore.ModelUpdateCoreModelObject. updateRemoveProperty(PropertyDescriptor propertyDescriptor)Create an update when, when applied by the ModelStore, removes a property and its value from the model store if it existsIModelStore.ModelUpdateCoreModelObject. updateRemovePropertyValueFromCollection(PropertyDescriptor propertyDescriptor, Object value)Create an update when, when applied, removes a property value from a collection
-