| Modifier and Type | Method and Description |
|---|---|
PersistentProperty |
PersistentProperty.InMemoryPersistentPropertyProvider.get(String key) |
PersistentProperty |
PersistentPropertyProvider.get(String key)
Return the current value of the property with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
static List<PersistentProperty> |
PersistentProperty.getAll() |
List<PersistentProperty> |
PersistentProperty.InMemoryPersistentPropertyProvider.retrieveAll() |
List<PersistentProperty> |
PersistentPropertyProvider.retrieveAll()
Retrieve the list of all current persisted properties.
|
Copyright © 2018 Orbital Enterprises. All rights reserved.