Uses of Interface
org.javarosa.core.services.storage.Persistable
-
Uses of Persistable in org.javarosa.core.model
Classes in org.javarosa.core.model that implement Persistable Modifier and Type Class Description classFormDefDefinition of a form. -
Uses of Persistable in org.javarosa.core.model.instance
Classes in org.javarosa.core.model.instance that implement Persistable Modifier and Type Class Description classDataInstance<T extends AbstractTreeElement<T>>A data instance represents a tree structure of abstract tree elements which can be accessed and read with tree references.classExternalDataInstanceclassFormInstanceThis class represents the xform model instance -
Uses of Persistable in org.javarosa.core.services.properties
Classes in org.javarosa.core.services.properties that implement Persistable Modifier and Type Class Description classPropertyProperty is an encapsulation of a record containing a property in the J2ME RMS persistent storage system. -
Uses of Persistable in org.javarosa.core.services.storage
Classes in org.javarosa.core.services.storage that implement Persistable Modifier and Type Class Description classFauxIndexedPersistableMethods in org.javarosa.core.services.storage with parameters of type Persistable Modifier and Type Method Description voidIStorageUtility. remove(Persistable p)Remove object from the storevoidWrappingStorageUtility. remove(Persistable p)voidIStorageUtility. write(Persistable p)Write an object to the store.voidWrappingStorageUtility. write(Persistable p)Constructors in org.javarosa.core.services.storage with parameters of type Persistable Constructor Description FauxIndexedPersistable(Persistable p, WrappingStorageUtility.SerializationWrapper w)FauxIndexedPersistable(Persistable p, WrappingStorageUtility.SerializationWrapper w, IMetaData m) -
Uses of Persistable in org.javarosa.core.services.storage.util
Classes in org.javarosa.core.services.storage.util with type parameters of type Persistable Modifier and Type Class Description classDummyIndexedStorageUtility<T extends Persistable>classDummyStorageIterator<T extends Persistable>Methods in org.javarosa.core.services.storage.util with parameters of type Persistable Modifier and Type Method Description voidDummyIndexedStorageUtility. remove(Persistable p)voidDummyIndexedStorageUtility. write(Persistable p)