Package io.jmix.core
Interface EntityValuesProvider
- All Known Implementing Classes:
- DynamicAttributesState
public interface EntityValuesProvider
- 
Method SummaryModifier and TypeMethodDescription<T> TgetAttributeValue(String name) voidsetAttributeValue(String name, Object value, boolean checkEquals) booleansupportAttribute(String name) 
- 
Method Details- 
supportAttribute
- 
getAttributeValue- Throws:
- EntityValueAccessException
 
- 
setAttributeValuevoid setAttributeValue(String name, @Nullable Object value, boolean checkEquals) throws EntityValueAccessException - Throws:
- EntityValueAccessException
 
- 
getAttributes
- 
getChangesSet<AttributeChanges.Change> getChanges()
 
-