Package io.jmix.core
Interface EntityValuesProvider
- All Known Implementing Classes:
DynamicAttributesState
public interface EntityValuesProvider
-
Method Summary
Modifier and TypeMethodDescription<T> T
getAttributeValue
(String name) void
setAttributeValue
(String name, Object value, boolean checkEquals) boolean
supportAttribute
(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()
-