Uses of Class
org.javarosa.core.util.externalizable.PrototypeFactory
-
Uses of PrototypeFactory in org.javarosa.core.log
Methods in org.javarosa.core.log with parameters of type PrototypeFactory Modifier and Type Method Description voidLogEntry. readExternal(DataInputStream in, PrototypeFactory pf) -
Uses of PrototypeFactory in org.javarosa.core.model
Methods in org.javarosa.core.model with parameters of type PrototypeFactory Modifier and Type Method Description voidDataBinding. readExternal(DataInputStream in, PrototypeFactory pf)voidFormDef. readExternal(DataInputStream dis, PrototypeFactory pf)Reads the form definition object from the supplied stream.voidGroupDef. readExternal(DataInputStream dis, PrototypeFactory pf)Reads a group definition object from the supplied stream.voidItemsetBinding. readExternal(DataInputStream in, PrototypeFactory pf)voidQuestionDef. readExternal(DataInputStream dis, PrototypeFactory pf)voidRangeQuestion. readExternal(DataInputStream dis, PrototypeFactory pf)voidSelectChoice. readExternal(DataInputStream in, PrototypeFactory pf)voidSubmissionProfile. readExternal(DataInputStream in, PrototypeFactory pf) -
Uses of PrototypeFactory in org.javarosa.core.model.actions
Methods in org.javarosa.core.model.actions with parameters of type PrototypeFactory Modifier and Type Method Description voidAction. readExternal(DataInputStream in, PrototypeFactory pf)voidActionController. readExternal(DataInputStream inStream, PrototypeFactory pf)voidSetValueAction. readExternal(DataInputStream in, PrototypeFactory pf) -
Uses of PrototypeFactory in org.javarosa.core.model.actions.setgeopoint
Methods in org.javarosa.core.model.actions.setgeopoint with parameters of type PrototypeFactory Modifier and Type Method Description voidSetGeopointAction. readExternal(DataInputStream in, PrototypeFactory pf) -
Uses of PrototypeFactory in org.javarosa.core.model.condition
Methods in org.javarosa.core.model.condition with parameters of type PrototypeFactory Modifier and Type Method Description voidCondition. readExternal(DataInputStream in, PrototypeFactory pf)voidConstraint. readExternal(DataInputStream in, PrototypeFactory pf)voidTriggerable. readExternal(DataInputStream in, PrototypeFactory pf) -
Uses of PrototypeFactory in org.javarosa.core.model.data
-
Uses of PrototypeFactory in org.javarosa.core.model.data.helper
Methods in org.javarosa.core.model.data.helper with parameters of type PrototypeFactory Modifier and Type Method Description voidBasicDataPointer. readExternal(DataInputStream in, PrototypeFactory pf)voidSelection. readExternal(DataInputStream in, PrototypeFactory pf) -
Uses of PrototypeFactory in org.javarosa.core.model.instance
Methods in org.javarosa.core.model.instance with parameters of type PrototypeFactory Modifier and Type Method Description voidDataInstance. readExternal(DataInputStream in, PrototypeFactory pf)voidExternalDataInstance. readExternal(DataInputStream in, PrototypeFactory pf)voidFormInstance. readExternal(DataInputStream in, PrototypeFactory pf)voidTreeElement. readExternal(DataInputStream in, PrototypeFactory pf)voidTreeReference. readExternal(DataInputStream in, PrototypeFactory pf)voidTreeReferenceLevel. readExternal(DataInputStream in, PrototypeFactory pf) -
Uses of PrototypeFactory in org.javarosa.core.model.instance.utils
Methods in org.javarosa.core.model.instance.utils with parameters of type PrototypeFactory Modifier and Type Method Description voidCompactInstanceWrapper. readExternal(DataInputStream in, PrototypeFactory pf)deserialize a compact instance.voidModelReferencePayload. readExternal(DataInputStream in, PrototypeFactory pf) -
Uses of PrototypeFactory in org.javarosa.core.model.osm
Methods in org.javarosa.core.model.osm with parameters of type PrototypeFactory Modifier and Type Method Description voidOSMTag. readExternal(DataInputStream dis, PrototypeFactory pf)voidOSMTagItem. readExternal(DataInputStream dis, PrototypeFactory pf) -
Uses of PrototypeFactory in org.javarosa.core.reference
Methods in org.javarosa.core.reference with parameters of type PrototypeFactory Modifier and Type Method Description voidReferenceDataSource. readExternal(DataInputStream in, PrototypeFactory pf)voidRootTranslator. readExternal(DataInputStream in, PrototypeFactory pf) -
Uses of PrototypeFactory in org.javarosa.core.services
Methods in org.javarosa.core.services that return PrototypeFactory Modifier and Type Method Description static PrototypeFactoryPrototypeManager. getDefault() -
Uses of PrototypeFactory in org.javarosa.core.services.locale
Methods in org.javarosa.core.services.locale with parameters of type PrototypeFactory Modifier and Type Method Description voidLocalizer. readExternal(DataInputStream dis, PrototypeFactory pf)Reads the object from a stream.voidResourceFileDataSource. readExternal(DataInputStream in, PrototypeFactory pf)voidTableLocaleSource. readExternal(DataInputStream in, PrototypeFactory pf) -
Uses of PrototypeFactory in org.javarosa.core.services.properties
Methods in org.javarosa.core.services.properties with parameters of type PrototypeFactory Modifier and Type Method Description voidProperty. readExternal(DataInputStream in, PrototypeFactory pf)(non-Javadoc) -
Uses of PrototypeFactory in org.javarosa.core.services.storage
Methods in org.javarosa.core.services.storage with parameters of type PrototypeFactory Modifier and Type Method Description voidFauxIndexedPersistable. readExternal(DataInputStream in, PrototypeFactory pf)voidTaggedSerializationWrapper. readExternal(DataInputStream in, PrototypeFactory pf) -
Uses of PrototypeFactory in org.javarosa.core.services.transport.payload
Methods in org.javarosa.core.services.transport.payload with parameters of type PrototypeFactory Modifier and Type Method Description voidByteArrayPayload. readExternal(DataInputStream in, PrototypeFactory pf)voidDataPointerPayload. readExternal(DataInputStream in, PrototypeFactory pf)voidMultiMessagePayload. readExternal(DataInputStream in, PrototypeFactory pf) -
Uses of PrototypeFactory in org.javarosa.core.util
Methods in org.javarosa.core.util with parameters of type PrototypeFactory Modifier and Type Method Description voidSortedIntSet. readExternal(DataInputStream in, PrototypeFactory pf) -
Uses of PrototypeFactory in org.javarosa.core.util.externalizable
Methods in org.javarosa.core.util.externalizable that return PrototypeFactory Modifier and Type Method Description static PrototypeFactoryExtUtil. defaultPrototypes() -
Uses of PrototypeFactory in org.javarosa.model.xform
Methods in org.javarosa.model.xform with parameters of type PrototypeFactory Modifier and Type Method Description voidXPathReference. readExternal(DataInputStream in, PrototypeFactory pf) -
Uses of PrototypeFactory in org.javarosa.xpath
Methods in org.javarosa.xpath with parameters of type PrototypeFactory Modifier and Type Method Description voidXPathConditional. readExternal(DataInputStream in, PrototypeFactory pf) -
Uses of PrototypeFactory in org.javarosa.xpath.expr