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.ModelUpdate
CoreModelObject. updateAddPropertyValueToCollection(PropertyDescriptor propertyDescriptor, Object value)
Create an update when, when applied, adds a value to a collection of values associated with a property.IModelStore.ModelUpdate
CoreModelObject. updateClearValueCollection(PropertyDescriptor propertyDescriptor)
Create an update when, when applied by the ModelStore, clears a collection of values associated with a propertyIModelStore.ModelUpdate
CoreModelObject. 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.ModelUpdate
CoreModelObject. 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.ModelUpdate
CoreModelObject. updateRemovePropertyValueFromCollection(PropertyDescriptor propertyDescriptor, Object value)
Create an update when, when applied, removes a property value from a collection
-