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