Uses of Interface
org.javarosa.core.services.storage.IStorageUtility
| Package | Description |
|---|---|
| org.javarosa.core.model.util.restorable | |
| org.javarosa.core.services.storage | |
| org.javarosa.core.services.storage.util |
-
Uses of IStorageUtility in org.javarosa.core.model.util.restorable
Methods in org.javarosa.core.model.util.restorable with parameters of type IStorageUtility Modifier and Type Method Description static voidRestoreUtils. exportRMS(FormInstance parent, Class type, String grouperName, IStorageUtility storage, IRecordFilter filter)static FormInstanceRestoreUtils. exportRMS(IStorageUtility storage, Class type, String parentTag, IRecordFilter filter)static voidRestoreUtils. importRMS(FormInstance dm, IStorageUtility storage, Class type, String path) -
Uses of IStorageUtility in org.javarosa.core.services.storage
Subinterfaces of IStorageUtility in org.javarosa.core.services.storage Modifier and Type Interface Description interfaceIStorageUtilityIndexed<E extends Externalizable>Classes in org.javarosa.core.services.storage that implement IStorageUtility Modifier and Type Class Description classWrappingStorageUtilityA 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.Methods in org.javarosa.core.services.storage that return IStorageUtility Modifier and Type Method Description static IStorageUtility<? extends Externalizable>StorageManager. getStorage(String key)IStorageUtilityIStorageFactory. newStorage(String name, Class type)Methods in org.javarosa.core.services.storage with parameters of type IStorageUtility Modifier and Type Method Description static voidStorageManager. registerStorage(String key, IStorageUtility<? extends Externalizable> storage)It is strongly, strongly advised that you do not register storage in this way. -
Uses of IStorageUtility in org.javarosa.core.services.storage.util
Classes in org.javarosa.core.services.storage.util that implement IStorageUtility Modifier and Type Class Description classDummyIndexedStorageUtility<T extends Persistable>