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
AstartePropertyStorageExceptionjava.util.List<java.lang.String> getStoredPathsForInterface(java.lang.String interfaceName)
throws AstartePropertyStorageException
AstartePropertyStorageExceptionjava.lang.Object getStoredValue(AstarteInterface astarteInterface, java.lang.String path) throws AstartePropertyStorageException
AstartePropertyStorageExceptionvoid setStoredValue(java.lang.String interfaceName,
java.lang.String path,
java.lang.Object value)
throws AstartePropertyStorageException
AstartePropertyStorageExceptionvoid removeStoredPath(java.lang.String interfaceName,
java.lang.String path)
throws AstartePropertyStorageException
AstartePropertyStorageExceptionvoid purgeProperties(java.util.Map<java.lang.String,java.util.List<java.lang.String>> availableProperties)
throws AstartePropertyStorageException
AstartePropertyStorageException