| Package | Description |
|---|---|
| org.javarosa.core.model.util.restorable | |
| org.javarosa.core.services.storage | |
| org.javarosa.core.services.storage.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
RestoreUtils.exportRMS(FormInstance parent,
Class type,
String grouperName,
IStorageUtility storage,
IRecordFilter filter) |
static FormInstance |
RestoreUtils.exportRMS(IStorageUtility storage,
Class type,
String parentTag,
IRecordFilter filter) |
static void |
RestoreUtils.importRMS(FormInstance dm,
IStorageUtility storage,
Class type,
String path) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IStorageUtilityIndexed<E extends Externalizable> |
| Modifier and Type | Class and Description |
|---|---|
class |
WrappingStorageUtility
A wrapper implementation of IStorageUtility that lets you serialize an object with a serialization
scheme other than the default scheme provided by the object's readExternal/writeExternal methods.
|
| Modifier and Type | Method and Description |
|---|---|
static IStorageUtility<? extends Externalizable> |
StorageManager.getStorage(String key) |
IStorageUtility |
IStorageFactory.newStorage(String name,
Class type) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StorageManager.registerStorage(String key,
IStorageUtility<? extends Externalizable> storage)
It is strongly, strongly advised that you do not register storage in this way.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummyIndexedStorageUtility<T extends Persistable> |
Copyright © 2022. All rights reserved.