Interface MutableServerEntry
- All Superinterfaces:
ServerEntry
- All Known Subinterfaces:
IBinaryEntryData, ITransactionalEntryData
- All Known Implementing Classes:
AbstractVersionedEntryData, FlatEntryData, HybridEntryData, MutableViewHybridEntryData, UserTypeEntryData
Represents a mutable server entry
- Since:
- 9.1
- Author:
- Niv Ingberg.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetPathValue(String path, Object value) Sets the specified path's valuevoidUnsets the specified path.Methods inherited from interface ServerEntry
getExpirationTime, getFixedPropertyValue, getPathValue, getPropertyValue, getSpaceTypeDescriptor, getVersion
-
Method Details
-
setPathValue
-
unsetPath
Unsets the specified path. If the path points to a dynamic property or a map key it will be removed, if it points to a fixed property it will be set to null, in that case, the target path must point to a nullable property otherwise an error will occur.- Parameters:
path- Path pointing to the requested property.
-