public interface AstartePropertyStorage
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getStoredPathsForInterface(java.lang.String interfaceName) |
java.lang.Object |
getStoredValue(AstarteInterface astarteInterface,
java.lang.String path) |
java.util.Map<java.lang.String,java.lang.Object> |
getStoredValuesForInterface(AstarteInterface astarteInterface) |
void |
purgeProperties(java.util.Map<java.lang.String,java.util.List<java.lang.String>> availableProperties) |
void |
removeStoredPath(java.lang.String interfaceName,
java.lang.String path) |
void |
setStoredValue(java.lang.String interfaceName,
java.lang.String path,
java.lang.Object value) |
java.util.Map<java.lang.String,java.lang.Object> getStoredValuesForInterface(AstarteInterface astarteInterface) throws AstartePropertyStorageException
AstartePropertyStorageException
java.util.List<java.lang.String> getStoredPathsForInterface(java.lang.String interfaceName) throws AstartePropertyStorageException
AstartePropertyStorageException
java.lang.Object getStoredValue(AstarteInterface astarteInterface, java.lang.String path) throws AstartePropertyStorageException
AstartePropertyStorageException
void setStoredValue(java.lang.String interfaceName, java.lang.String path, java.lang.Object value) throws AstartePropertyStorageException
AstartePropertyStorageException
void removeStoredPath(java.lang.String interfaceName, java.lang.String path) throws AstartePropertyStorageException
AstartePropertyStorageException
void purgeProperties(java.util.Map<java.lang.String,java.util.List<java.lang.String>> availableProperties) throws AstartePropertyStorageException
AstartePropertyStorageException