- CacheTable<K> - Class in org.javarosa.core.util
-
- CacheTable() - Constructor for class org.javarosa.core.util.CacheTable
-
- CachingInstanceTemplateManager - Class in org.javarosa.core.model.instance.utils
-
Instance template manager that caches the template instances in memory.
- CachingInstanceTemplateManager() - Constructor for class org.javarosa.core.model.instance.utils.CachingInstanceTemplateManager
-
- CachingInstanceTemplateManager(boolean) - Constructor for class org.javarosa.core.model.instance.utils.CachingInstanceTemplateManager
-
- calculate - Variable in class org.javarosa.core.model.DataBinding
-
- calculateAreaOfGPSPolygonOnEarthInSquareMeters(List<GeoUtils.LatLong>) - Static method in class org.javarosa.core.util.GeoUtils
-
Calculates the enclosed area that is defined by a list of gps coordinates on earth.
- CalculateDepth(AbstractTreeElement) - Static method in class org.javarosa.core.model.instance.TreeElement
-
- calculateDistance(List<GeoUtils.LatLong>) - Static method in class org.javarosa.core.util.GeoUtils
-
Returns the sum of the distances between points[i] and [i - 1], for all points starting with the second point
- canCascade() - Method in class org.javarosa.core.model.condition.Condition
-
- canCascade() - Method in class org.javarosa.core.model.condition.Recalculate
-
- canCascade() - Method in class org.javarosa.core.model.condition.Triggerable
-
- canCascade() - Method in class org.javarosa.core.model.QuickTriggerable
-
- canCreateRepeat(TreeReference, FormIndex) - Method in class org.javarosa.core.model.FormDef
-
- candidateValue - Variable in class org.javarosa.core.model.condition.EvaluationContext
-
- CannotCreateObjectException - Exception in org.javarosa.core.util.externalizable
-
Thrown when trying to create an object during serialization, but object cannot be created.
- CannotCreateObjectException(String) - Constructor for exception org.javarosa.core.util.externalizable.CannotCreateObjectException
-
- canSerialize(IAnswerData) - Method in interface org.javarosa.core.model.IAnswerDataSerializer
-
Identifies whether this serializer can turn the AnswerData
object inside of the given element into an external format.
- canSerialize(IAnswerData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- cast(UncastData) - Method in class org.javarosa.core.model.data.BooleanData
-
- cast(UncastData) - Method in class org.javarosa.core.model.data.DateData
-
- cast(UncastData) - Method in class org.javarosa.core.model.data.DateTimeData
-
- cast(UncastData) - Method in class org.javarosa.core.model.data.DecimalData
-
- cast(UncastData) - Method in class org.javarosa.core.model.data.GeoPointData
-
- cast(UncastData) - Method in class org.javarosa.core.model.data.GeoShapeData
-
- cast(UncastData) - Method in class org.javarosa.core.model.data.GeoTraceData
-
- cast(UncastData) - Method in interface org.javarosa.core.model.data.IAnswerData
-
Casts the provided data into this data type.
- cast(UncastData) - Method in class org.javarosa.core.model.data.IntegerData
-
- cast(UncastData) - Method in class org.javarosa.core.model.data.LongData
-
- cast(UncastData) - Method in class org.javarosa.core.model.data.MultipleItemsData
-
- cast(UncastData) - Method in class org.javarosa.core.model.data.MultiPointerAnswerData
-
- cast(UncastData) - Method in class org.javarosa.core.model.data.PointerAnswerData
-
- cast(UncastData) - Method in class org.javarosa.core.model.data.SelectOneData
-
- cast(UncastData) - Method in class org.javarosa.core.model.data.StringData
-
- cast(UncastData) - Method in class org.javarosa.core.model.data.TimeData
-
- cast(UncastData) - Method in class org.javarosa.core.model.data.UncastData
-
- castToValue(double) - Method in class org.javarosa.core.model.condition.pivot.DateRangeHint
-
- castToValue(double) - Method in class org.javarosa.core.model.condition.pivot.DecimalRangeHint
-
- castToValue(double) - Method in class org.javarosa.core.model.condition.pivot.IntegerRangeHint
-
- castToValue(double) - Method in class org.javarosa.core.model.condition.pivot.RangeHint
-
- castToValue(double) - Method in class org.javarosa.core.model.condition.pivot.StringLengthRangeHint
-
- CHANGE_DATA - Static variable in interface org.javarosa.core.model.FormElementStateListener
-
- CHANGE_ENABLED - Static variable in interface org.javarosa.core.model.FormElementStateListener
-
- CHANGE_INIT - Static variable in interface org.javarosa.core.model.FormElementStateListener
-
- CHANGE_LOCALE - Static variable in interface org.javarosa.core.model.FormElementStateListener
-
- CHANGE_OTHER - Static variable in interface org.javarosa.core.model.FormElementStateListener
-
- CHANGE_RELEVANT - Static variable in interface org.javarosa.core.model.FormElementStateListener
-
- CHANGE_REQUIRED - Static variable in interface org.javarosa.core.model.FormElementStateListener
-
- check() - Method in class org.javarosa.core.model.utils.DateUtils.DateFields
-
- checklist(Object, Object, Object[]) - Static method in class org.javarosa.xpath.expr.XPathFuncExpr
-
perform a 'checklist' computation, enabling expressions like 'if there are at least 3 risk
factors active'
- checklistWeighted(Object, Object, Object[], Object[]) - Static method in class org.javarosa.xpath.expr.XPathFuncExpr
-
very similar to checklist, only each factor is assigned a real-number 'weight'.
- checkPropertyAllowed(String) - Method in interface org.javarosa.core.services.properties.IPropertyRules
-
Identifies whether the given property is usable
- checkPropertyAllowed(String) - Method in class org.javarosa.core.services.properties.JavaRosaPropertyRules
-
(non-Javadoc)
- checkPropertyAllowed(String) - Method in class org.javarosa.core.services.PropertyManager
-
Checks that a property is permitted to exist by any of the existing rules sets
- checkPropertyUserReadOnly(String) - Method in interface org.javarosa.core.services.properties.IPropertyRules
-
Identifies whether the property should be revealed to users.
- checkPropertyUserReadOnly(String) - Method in class org.javarosa.core.services.properties.JavaRosaPropertyRules
-
(non-Javadoc)
- checkValueAllowed(String, String) - Method in interface org.javarosa.core.services.properties.IPropertyRules
-
Identifies whether the given value is an acceptable for a property.
- checkValueAllowed(String, String) - Method in class org.javarosa.core.services.properties.JavaRosaPropertyRules
-
(non-Javadoc)
- checkValueAllowed(String, String) - Method in class org.javarosa.core.services.PropertyManager
-
Checks that a property is allowed to store a certain value.
- CHILD - Static variable in class org.javarosa.xpath.parser.ast.ASTNodeAbstractExpr
-
- childRef(String, TreeReference) - Static method in class org.javarosa.core.model.util.restorable.RestoreUtils
-
- choice - Variable in class org.javarosa.core.model.data.helper.Selection
-
- CHOICE_INDEX - Static variable in class org.javarosa.core.model.instance.utils.CompactInstanceWrapper
-
- CHOICE_MODE - Static variable in class org.javarosa.core.model.instance.utils.CompactInstanceWrapper
-
- CHOICE_VALUE - Static variable in class org.javarosa.core.model.instance.utils.CompactInstanceWrapper
-
- chooseCaption - Variable in class org.javarosa.core.model.GroupDef
-
- CLASS_HASH_SIZE - Static variable in class org.javarosa.core.util.externalizable.PrototypeFactory
-
- classForDataType(int) - Static method in class org.javarosa.core.model.instance.utils.CompactInstanceWrapper
-
map xforms data types to the Class that represents that data in a FormInstance
- classForType(DataType) - Static method in class org.javarosa.core.model.DataTypeClasses
-
- classNames - Static variable in class org.javarosa.core.model.CoreModelModule
-
- classNames - Static variable in class org.javarosa.core.util.JavaRosaCoreModule
-
- clauses - Variable in class org.javarosa.xpath.parser.ast.ASTNodeLocPath
-
- clean() - Method in class org.javarosa.core.model.instance.utils.CompactInstanceWrapper
-
- clean() - Method in class org.javarosa.core.services.storage.TaggedSerializationWrapper
-
- clean() - Method in interface org.javarosa.core.services.storage.WrappingStorageUtility.SerializationWrapper
-
- clear() - Method in class org.javarosa.core.model.instance.utils.TreeElementChildrenList
-
Removes all children
- clear() - Method in class org.javarosa.core.util.Map
-
- clearArguments(String) - Static method in class org.javarosa.core.services.locale.Localizer
-
- clearCache() - Method in class org.javarosa.core.model.instance.utils.CachingInstanceTemplateManager
-
Remove all model templates from the cache.
- clearCaches() - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- clearCaches() - Method in class org.javarosa.core.model.instance.TreeElement
-
- clearChildrenCaches() - Method in class org.javarosa.core.model.instance.TreeElement
-
- clearLogs() - Method in interface org.javarosa.core.api.ILogger
-
- clearSession() - Method in class org.javarosa.core.reference.ReferenceManager
-
Wipes out all of the translators being maintained in the current session (IE: Any translators
added via "addSessionRootTranslator".
- clone() - Method in class org.javarosa.core.model.data.BooleanData
-
- clone() - Method in class org.javarosa.core.model.data.DateData
-
- clone() - Method in class org.javarosa.core.model.data.DateTimeData
-
- clone() - Method in class org.javarosa.core.model.data.DecimalData
-
- clone() - Method in class org.javarosa.core.model.data.GeoPointData
-
- clone() - Method in class org.javarosa.core.model.data.GeoShapeData
-
- clone() - Method in class org.javarosa.core.model.data.GeoTraceData
-
- clone() - Method in class org.javarosa.core.model.data.helper.Selection
-
- clone() - Method in interface org.javarosa.core.model.data.IAnswerData
-
- clone() - Method in class org.javarosa.core.model.data.IntegerData
-
- clone() - Method in class org.javarosa.core.model.data.LongData
-
- clone() - Method in class org.javarosa.core.model.data.MultipleItemsData
-
- clone() - Method in class org.javarosa.core.model.data.MultiPointerAnswerData
-
- clone() - Method in class org.javarosa.core.model.data.PointerAnswerData
-
- clone() - Method in class org.javarosa.core.model.data.SelectOneData
-
- clone() - Method in class org.javarosa.core.model.data.StringData
-
- clone() - Method in class org.javarosa.core.model.data.TimeData
-
- clone() - Method in class org.javarosa.core.model.data.UncastData
-
- clone() - Method in class org.javarosa.core.model.instance.FormInstance
-
- clone() - Method in class org.javarosa.core.model.instance.TreeReference
-
- clone(Object) - Method in class org.javarosa.core.util.externalizable.ExternalizableWrapper
-
- clone(Object) - Method in class org.javarosa.core.util.externalizable.ExtWrapBase
-
- clone(Object) - Method in class org.javarosa.core.util.externalizable.ExtWrapExternalizable
-
- clone(Object) - Method in class org.javarosa.core.util.externalizable.ExtWrapIntEncodingSmall
-
- clone(Object) - Method in class org.javarosa.core.util.externalizable.ExtWrapIntEncodingUniform
-
- clone(Object) - Method in class org.javarosa.core.util.externalizable.ExtWrapList
-
- clone(Object) - Method in class org.javarosa.core.util.externalizable.ExtWrapListPoly
-
- clone(Object) - Method in class org.javarosa.core.util.externalizable.ExtWrapMap
-
- clone(Object) - Method in class org.javarosa.core.util.externalizable.ExtWrapMapPoly
-
- clone(Object) - Method in class org.javarosa.core.util.externalizable.ExtWrapNullable
-
- clone(Object) - Method in class org.javarosa.core.util.externalizable.ExtWrapTagged
-
- close() - Method in class org.javarosa.core.io.BufferedInputStream
-
- close() - Method in interface org.javarosa.core.services.storage.IStorageUtility
-
Close all resources associated with this StorageUtility.
- close() - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- close() - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- close() - Method in class org.javarosa.core.util.MultiInputStream
-
- CmpPivot - Class in org.javarosa.core.model.condition.pivot
-
- CmpPivot(double, int) - Constructor for class org.javarosa.core.model.condition.pivot.CmpPivot
-
- CodeTimer - Class in org.javarosa.core.util
-
- CodeTimer(String) - Constructor for class org.javarosa.core.util.CodeTimer
-
- collapseIndex(FormIndex, List<Integer>, List<Integer>, List<IFormElement>) - Method in class org.javarosa.core.model.FormDef
-
- COMMA - Static variable in class org.javarosa.xpath.parser.Token
-
- CompactInstanceWrapper - Class in org.javarosa.core.model.instance.utils
-
An alternate serialization format for FormInstances (saved form instances) that drastically reduces the
resultant record size by cutting out redundant information.
- CompactInstanceWrapper() - Constructor for class org.javarosa.core.model.instance.utils.CompactInstanceWrapper
-
- CompactInstanceWrapper(InstanceTemplateManager) - Constructor for class org.javarosa.core.model.instance.utils.CompactInstanceWrapper
-
- CompactSerializingVisitor - Class in org.javarosa.model.xform
-
A modified version of XFormSerializingVisitor that constructs
a compact version of the form in a format that can be sent via SMS.
- CompactSerializingVisitor() - Constructor for class org.javarosa.model.xform.CompactSerializingVisitor
-
- compareHash(byte[], byte[]) - Static method in class org.javarosa.core.util.externalizable.PrototypeFactory
-
- compareTo(Object) - Method in class org.javarosa.core.model.FormIndex
-
- condense(ASTNode, int, int) - Method in class org.javarosa.xpath.parser.ast.ASTNodeAbstractExpr
-
- Condition - Class in org.javarosa.core.model.condition
-
- Condition() - Constructor for class org.javarosa.core.model.condition.Condition
-
Constructor required for deserialization
- condition(XPathConditional, ConditionAction, ConditionAction, TreeReference) - Static method in class org.javarosa.core.model.condition.Triggerable
-
- ConditionAction - Enum in org.javarosa.core.model.condition
-
- CONNECTION_BLUETOOTH - Static variable in class org.javarosa.core.model.Constants
-
Bluetooth connection
- CONNECTION_CABLE - Static variable in class org.javarosa.core.model.Constants
-
Data cable connection.
- CONNECTION_INFRARED - Static variable in class org.javarosa.core.model.Constants
-
Infrared connection
- CONNECTION_NONE - Static variable in class org.javarosa.core.model.Constants
-
Connection type not specified
- CONNECTION_OTA - Static variable in class org.javarosa.core.model.Constants
-
Over The Air or HTTP Connection
- Constants - Class in org.javarosa.core.api
-
This file is a set of constants for the JavaRosa Core platform.
- Constants() - Constructor for class org.javarosa.core.api.Constants
-
- Constants - Class in org.javarosa.core.model
-
Constants shared throughout classes in the containing package.
- Constants() - Constructor for class org.javarosa.core.model.Constants
-
- Constants - Class in org.javarosa.xform.parse
-
- Constants() - Constructor for class org.javarosa.xform.parse.Constants
-
- Constraint - Class in org.javarosa.core.model.condition
-
- Constraint() - Constructor for class org.javarosa.core.model.condition.Constraint
-
- Constraint(IConditionExpr, String) - Constructor for class org.javarosa.core.model.condition.Constraint
-
- constraint - Variable in class org.javarosa.core.model.condition.Constraint
-
- constraint - Variable in class org.javarosa.core.model.DataBinding
-
- ConstraintHint - Interface in org.javarosa.core.model.condition.pivot
-
- constraintMessage - Variable in class org.javarosa.core.model.DataBinding
-
- constructAttributeElement(String, String, String) - Static method in class org.javarosa.core.model.instance.TreeElement
-
Construct a TreeElement which represents an attribute with the provided
namespace and name.
- ConstructInvalidPathNodeset(String, String) - Static method in class org.javarosa.xpath.XPathNodeset
-
- constructMessage(String, Exception) - Static method in exception org.javarosa.core.log.WrappedException
-
- contains(Triggerable) - Method in class org.javarosa.core.model.QuickTriggerable
-
- contains(Object) - Method in class org.javarosa.core.util.Map
-
- contains(int) - Method in class org.javarosa.core.util.SortedIntSet
-
- containsExternalData(IAnswerData) - Method in interface org.javarosa.core.model.IAnswerDataSerializer
-
Identifies whether an answer data object contains data
that needs to be extracted to be handled differently
than the serialized answer data.
- containsExternalData(IAnswerData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- containsKey(Object) - Method in class org.javarosa.core.util.Map
-
Whether or not the key is bound in this map
- content - Variable in class org.javarosa.xpath.parser.ast.ASTNodeAbstractExpr
-
- CONTEXT_ABSOLUTE - Static variable in class org.javarosa.core.model.instance.TreeReference
-
- CONTEXT_INHERITED - Static variable in class org.javarosa.core.model.instance.TreeReference
-
- CONTEXT_INSTANCE - Static variable in class org.javarosa.core.model.instance.TreeReference
-
- CONTEXT_ORIGINAL - Static variable in class org.javarosa.core.model.instance.TreeReference
-
- contextRef - Variable in class org.javarosa.core.model.ItemsetBinding
-
- contextualize(TreeReference) - Method in class org.javarosa.core.model.instance.TreeReference
-
- CONTROL_AUDIO_CAPTURE - Static variable in class org.javarosa.core.model.Constants
-
- CONTROL_FILE_CAPTURE - Static variable in class org.javarosa.core.model.Constants
-
generic upload
- CONTROL_IMAGE_CHOOSE - Static variable in class org.javarosa.core.model.Constants
-
- CONTROL_INPUT - Static variable in class org.javarosa.core.model.Constants
-
- CONTROL_LABEL - Static variable in class org.javarosa.core.model.Constants
-
- CONTROL_OSM_CAPTURE - Static variable in class org.javarosa.core.model.Constants
-
- CONTROL_RANGE - Static variable in class org.javarosa.core.model.Constants
-
- CONTROL_RANK - Static variable in class org.javarosa.core.model.Constants
-
- CONTROL_SECRET - Static variable in class org.javarosa.core.model.Constants
-
- CONTROL_SELECT_MULTI - Static variable in class org.javarosa.core.model.Constants
-
- CONTROL_SELECT_ONE - Static variable in class org.javarosa.core.model.Constants
-
- CONTROL_SUBMIT - Static variable in class org.javarosa.core.model.Constants
-
- CONTROL_TEXTAREA - Static variable in class org.javarosa.core.model.Constants
-
- CONTROL_TRIGGER - Static variable in class org.javarosa.core.model.Constants
-
- CONTROL_UNTYPED - Static variable in class org.javarosa.core.model.Constants
-
- CONTROL_UPLOAD - Static variable in class org.javarosa.core.model.Constants
-
- CONTROL_VIDEO_CAPTURE - Static variable in class org.javarosa.core.model.Constants
-
- ControlType - Enum in org.javarosa.core.model
-
- copyExpr - Variable in class org.javarosa.core.model.ItemsetBinding
-
- copyItemsetAnswer(QuestionDef, TreeElement, IAnswerData) - Method in class org.javarosa.core.model.FormDef
-
- copyItemsetNode(TreeElement, TreeReference, FormDef) - Method in class org.javarosa.core.model.instance.FormInstance
-
- copyMode - Variable in class org.javarosa.core.model.ItemsetBinding
-
- copyNode(TreeReference, TreeReference) - Method in class org.javarosa.core.model.instance.FormInstance
-
- copyNode(TreeElement, TreeReference) - Method in class org.javarosa.core.model.instance.FormInstance
-
- copyNode - Variable in class org.javarosa.core.model.SelectChoice
-
- copyRef - Variable in class org.javarosa.core.model.ItemsetBinding
-
- CoreModelModule - Class in org.javarosa.core.model
-
- CoreModelModule() - Constructor for class org.javarosa.core.model.CoreModelModule
-
- count - Variable in class org.javarosa.core.model.GroupDef
-
- count(Object) - Static method in class org.javarosa.xpath.expr.XPathFuncExpr
-
count the number of nodes in a nodeset
- countSelected(Object) - Static method in class org.javarosa.xpath.expr.XPathFuncExpr
-
return the number of choices in a multi-select answer
- crashTest(String) - Static method in class org.javarosa.core.services.Logger
-
Deprecated.
- createBeginningOfFormIndex() - Static method in class org.javarosa.core.model.FormIndex
-
Returns an index before the start of the form
- createDataModel(Restorable) - Static method in class org.javarosa.core.model.util.restorable.RestoreUtils
-
- createEndOfFormIndex() - Static method in class org.javarosa.core.model.FormIndex
-
Returns an index after the end of the form
- createNewRepeat(FormIndex) - Method in class org.javarosa.core.model.FormDef
-
- createRootDataModel(Restorable) - Static method in class org.javarosa.core.model.util.restorable.RestoreUtils
-
- createSerializedPayload(FormInstance, IDataReference) - Method in interface org.javarosa.core.model.utils.IInstanceSerializingVisitor
-
- createSerializedPayload(FormInstance) - Method in interface org.javarosa.core.model.utils.IInstanceSerializingVisitor
-
- createSerializedPayload(FormInstance) - Method in class org.javarosa.model.xform.CompactSerializingVisitor
-
- createSerializedPayload(FormInstance, IDataReference) - Method in class org.javarosa.model.xform.CompactSerializingVisitor
-
- createSerializedPayload(FormInstance) - Method in class org.javarosa.model.xform.SMSSerializingVisitor
-
Deprecated.
- createSerializedPayload(FormInstance, IDataReference) - Method in class org.javarosa.model.xform.SMSSerializingVisitor
-
Deprecated.
- createSerializedPayload(FormInstance) - Method in class org.javarosa.model.xform.XFormSerializingVisitor
-
- createSerializedPayload(FormInstance, IDataReference) - Method in class org.javarosa.model.xform.XFormSerializingVisitor
-
- CsvExternalInstance - Class in org.javarosa.core.model.instance
-
- CsvExternalInstance() - Constructor for class org.javarosa.core.model.instance.CsvExternalInstance
-
- CURRENT_LOCALE - Static variable in class org.javarosa.core.services.properties.JavaRosaPropertyRules
-
- d - Variable in class org.javarosa.xpath.expr.XPathNumericLiteral
-
- DataBinding - Class in org.javarosa.core.model
-
A data binding is an object that represents how a
data element is to be used in a form entry interaction.
- DataBinding() - Constructor for class org.javarosa.core.model.DataBinding
-
- DataInstance<T extends AbstractTreeElement<T>> - Class in org.javarosa.core.model.instance
-
A data instance represents a tree structure of abstract tree
elements which can be accessed and read with tree references.
- DataInstance() - Constructor for class org.javarosa.core.model.instance.DataInstance
-
- DataInstance(String) - Constructor for class org.javarosa.core.model.instance.DataInstance
-
- DataModelSerializer - Class in org.javarosa.model.xform
-
A quick rewrite of the basics for writing higher level xml documents straight to
output streams.
- DataModelSerializer(OutputStream) - Constructor for class org.javarosa.model.xform.DataModelSerializer
-
- DataModelSerializer(OutputStream, InstanceInitializationFactory) - Constructor for class org.javarosa.model.xform.DataModelSerializer
-
- DataModelSerializer(KXmlSerializer) - Constructor for class org.javarosa.model.xform.DataModelSerializer
-
- DataPointerPayload - Class in org.javarosa.core.services.transport.payload
-
A payload for a Pointer to some data.
- DataPointerPayload() - Constructor for class org.javarosa.core.services.transport.payload.DataPointerPayload
-
Note: Only useful for serialization.
- DataPointerPayload(IDataPointer) - Constructor for class org.javarosa.core.services.transport.payload.DataPointerPayload
-
- dataset - Variable in class org.javarosa.entities.Entity
-
- DataType - Enum in org.javarosa.core.model
-
The model data types.
- dataType - Variable in class org.javarosa.core.model.instance.TreeElement
-
- dataType - Variable in class org.javarosa.core.util.externalizable.ExtWrapMap
-
- DATATYPE_BARCODE - Static variable in class org.javarosa.core.model.Constants
-
- DATATYPE_BINARY - Static variable in class org.javarosa.core.model.Constants
-
- DATATYPE_BOOLEAN - Static variable in class org.javarosa.core.model.Constants
-
- DATATYPE_CHOICE - Static variable in class org.javarosa.core.model.Constants
-
- DATATYPE_CHOICE_LIST - Static variable in class org.javarosa.core.model.Constants
-
- DATATYPE_DATE - Static variable in class org.javarosa.core.model.Constants
-
- DATATYPE_DATE_TIME - Static variable in class org.javarosa.core.model.Constants
-
- DATATYPE_DECIMAL - Static variable in class org.javarosa.core.model.Constants
-
- DATATYPE_GEOPOINT - Static variable in class org.javarosa.core.model.Constants
-
- DATATYPE_GEOSHAPE - Static variable in class org.javarosa.core.model.Constants
-
- DATATYPE_GEOTRACE - Static variable in class org.javarosa.core.model.Constants
-
- DATATYPE_INTEGER - Static variable in class org.javarosa.core.model.Constants
-
- DATATYPE_LONG - Static variable in class org.javarosa.core.model.Constants
-
- DATATYPE_MULTIPLE_ITEMS - Static variable in class org.javarosa.core.model.Constants
-
A list of items used for selecting multiple answers or ordering them
- DATATYPE_NULL - Static variable in class org.javarosa.core.model.Constants
-
- DATATYPE_TEXT - Static variable in class org.javarosa.core.model.Constants
-
- DATATYPE_TIME - Static variable in class org.javarosa.core.model.Constants
-
- DATATYPE_UNSUPPORTED - Static variable in class org.javarosa.core.model.Constants
-
- DataTypeClasses - Class in org.javarosa.core.model
-
- DataTypeClasses() - Constructor for class org.javarosa.core.model.DataTypeClasses
-
- DataUtil - Class in org.javarosa.core.util
-
- DataUtil() - Constructor for class org.javarosa.core.util.DataUtil
-
- dateAdd(Date, int) - Static method in class org.javarosa.core.model.utils.DateUtils
-
add n days to date d
- DateData - Class in org.javarosa.core.model.data
-
A response to a question requesting a Date Value
- DateData() - Constructor for class org.javarosa.core.model.data.DateData
-
Empty Constructor, necessary for dynamic construction during deserialization.
- DateData(Date) - Constructor for class org.javarosa.core.model.data.DateData
-
- dateDiff(Date, Date) - Static method in class org.javarosa.core.model.utils.DateUtils
-
return the number of days between a and b, positive if b is later than a
- DateFields() - Constructor for class org.javarosa.core.model.utils.DateUtils.DateFields
-
- DateRangeHint - Class in org.javarosa.core.model.condition.pivot
-
- DateRangeHint() - Constructor for class org.javarosa.core.model.condition.pivot.DateRangeHint
-
- DateTimeData - Class in org.javarosa.core.model.data
-
A response to a question requesting a DateTime Value
- DateTimeData() - Constructor for class org.javarosa.core.model.data.DateTimeData
-
Empty Constructor, necessary for dynamic construction during deserialization.
- DateTimeData(Date) - Constructor for class org.javarosa.core.model.data.DateTimeData
-
- DateUtils - Class in org.javarosa.core.model.utils
-
Static utility methods for Dates in j2me
- DateUtils() - Constructor for class org.javarosa.core.model.utils.DateUtils
-
- DateUtils.DateFields - Class in org.javarosa.core.model.utils
-
- day - Variable in class org.javarosa.core.model.utils.DateUtils.DateFields
-
- DAY_IN_MS - Static variable in class org.javarosa.core.model.utils.DateUtils
-
- daysInMonth(int, int) - Static method in class org.javarosa.core.model.utils.DateUtils
-
Returns the number of days in the month given for
a given year.
- daysSinceEpoch(Date) - Static method in class org.javarosa.core.model.utils.DateUtils
-
- DBL_COLON - Static variable in class org.javarosa.xpath.parser.Token
-
- DBL_DOT - Static variable in class org.javarosa.xpath.parser.Token
-
- DBL_SLASH - Static variable in class org.javarosa.xpath.parser.Token
-
- DecimalData - Class in org.javarosa.core.model.data
-
A response to a question requesting an Decimal Value.
- DecimalData() - Constructor for class org.javarosa.core.model.data.DecimalData
-
Empty Constructor, necessary for dynamic construction during deserialization.
- DecimalData(double) - Constructor for class org.javarosa.core.model.data.DecimalData
-
- DecimalData(Double) - Constructor for class org.javarosa.core.model.data.DecimalData
-
- DecimalRangeHint - Class in org.javarosa.core.model.condition.pivot
-
- DecimalRangeHint() - Constructor for class org.javarosa.core.model.condition.pivot.DecimalRangeHint
-
- decimalTimeOfLocalDay(Date) - Static method in class org.javarosa.core.model.utils.DateUtils
-
Returns the fractional time within the local day.
- decrementIndex(FormIndex) - Method in class org.javarosa.form.api.FormEntryModel
-
- deepCopy(boolean) - Method in class org.javarosa.core.model.instance.TreeElement
-
- DEFAULT_BIAS - Static variable in class org.javarosa.core.util.externalizable.ExtWrapIntEncodingSmall
-
- DEFAULT_MULTIPLICITY - Static variable in class org.javarosa.core.model.instance.TreeReference
-
Multiplicity demarcates the position of a given element with respect to other elements
of the same name.
- DEFAULT_MUTLIPLICITY - Static variable in class org.javarosa.core.model.instance.TreeReference
-
- DefaultAnswerResolver - Class in org.javarosa.core.model.instance.utils
-
This class just wraps the default behaviour.
- DefaultAnswerResolver() - Constructor for class org.javarosa.core.model.instance.utils.DefaultAnswerResolver
-
- defaultPrototypes() - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- delCaption - Variable in class org.javarosa.core.model.GroupDef
-
- delete - Variable in class org.javarosa.form.api.FormEntryCaption.RepeatOptions
-
- delete_header - Variable in class org.javarosa.form.api.FormEntryCaption.RepeatOptions
-
- deleteData() - Method in interface org.javarosa.core.data.IDataPointer
-
Deletes the underlying data from storage.
- deleteData() - Method in class org.javarosa.core.model.data.helper.BasicDataPointer
-
- deleteRepeat(FormIndex) - Method in class org.javarosa.core.model.FormDef
-
Deletes the inner-most repeat that this node belongs to and returns the
corresponding FormIndex.
- deleteRepeat(FormIndex) - Method in class org.javarosa.form.api.FormEntryController
-
Deletes a repeated instance of a group referenced by the specified
FormIndex.
- deleteRepeat() - Method in class org.javarosa.form.api.FormEntryController
-
Deletes a repeated instance of a group referenced by the current
FormIndex.
- deleteRepeat(int) - Method in class org.javarosa.form.api.FormEntryController
-
- delHeader - Variable in class org.javarosa.core.model.GroupDef
-
- DELIMITER - Static variable in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- derive(String) - Method in class org.javarosa.core.reference.PrefixedRootFactory
-
- derive(String, String) - Method in class org.javarosa.core.reference.PrefixedRootFactory
-
- derive(String) - Method in interface org.javarosa.core.reference.ReferenceFactory
-
- derive(String, String) - Method in interface org.javarosa.core.reference.ReferenceFactory
-
- derive(String) - Method in class org.javarosa.core.reference.RootTranslator
-
- derive(String, String) - Method in class org.javarosa.core.reference.RootTranslator
-
- deriveReference(String) - Method in class org.javarosa.core.reference.ReferenceManager
-
Derives a global reference from a URI in the current environment.
- deriveReference(String, Reference) - Method in class org.javarosa.core.reference.ReferenceManager
-
Derives a reference from a URI in the current environment.
- deriveReference(String, String) - Method in class org.javarosa.core.reference.ReferenceManager
-
Derives a reference from a URI in the current environment.
- DeriveReference(String) - Method in class org.javarosa.core.reference.ReferenceManager
-
- DeriveReference(String, Reference) - Method in class org.javarosa.core.reference.ReferenceManager
-
- DeriveReference(String, String) - Method in class org.javarosa.core.reference.ReferenceManager
-
- derives(String) - Method in class org.javarosa.core.reference.PrefixedRootFactory
-
- derives(String) - Method in interface org.javarosa.core.reference.ReferenceFactory
-
- derives(String) - Method in class org.javarosa.core.reference.RootTranslator
-
- descendIntoNewRepeat() - Method in class org.javarosa.form.api.FormEntryController
-
- descendIntoRepeat(FormIndex, int) - Method in class org.javarosa.core.model.FormDef
-
- descendIntoRepeat(int) - Method in class org.javarosa.form.api.FormEntryController
-
- DeserializationException - Exception in org.javarosa.core.util.externalizable
-
Thrown when trying to create an object during serialization, but object cannot be created because:
1) We don't know what object to create
- DeserializationException(String) - Constructor for exception org.javarosa.core.util.externalizable.DeserializationException
-
- deserialize(byte[], Class) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- deserialize(byte[], ExternalizableWrapper) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- deserialize(byte[], Externalizable) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- deserialize(byte[], Class, PrototypeFactory) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- destroy() - Method in interface org.javarosa.core.services.storage.IStorageUtility
-
Delete the storage utility itself, along with all stored records and meta-data
- destroy() - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- destroy() - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- destroyLocale(String) - Method in class org.javarosa.core.services.locale.Localizer
-
Undefine a locale and remove all its data.
- DEVICE_ID_PROPERTY - Static variable in class org.javarosa.core.services.properties.JavaRosaPropertyRules
-
- die(String, Exception) - Static method in class org.javarosa.core.services.Logger
-
Deprecated.
- die(String, Exception) - Static method in class org.javarosa.core.services.ProgramFlow
-
- diff(FormIndex) - Method in class org.javarosa.core.model.FormIndex
-
Takes in a form index which is a subset of this index, and returns the
total difference between them.
- digest(String, Encoding) - Method in enum org.javarosa.xpath.expr.DigestAlgorithm
-
- digest(String) - Method in enum org.javarosa.xpath.expr.DigestAlgorithm
-
- DigestAlgorithm - Enum in org.javarosa.xpath.expr
-
Implements the digest algorithms for XPathFuncExpr digest() function
- dispatch(FormInstance) - Static method in class org.javarosa.core.model.util.restorable.RestoreUtils
-
- DIV - Static variable in class org.javarosa.xpath.parser.Token
-
- DIVIDE - Static variable in class org.javarosa.xpath.expr.XPathArithExpr
-
- divLongNotSuck(long, long) - Static method in class org.javarosa.core.util.MathUtils
-
- doesBinaryExist() - Method in interface org.javarosa.core.reference.Reference
-
- doesBinaryExist() - Method in class org.javarosa.core.reference.ResourceReference
-
- done() - Method in interface org.javarosa.core.util.TrivialTransitions
-
- done(boolean) - Method in interface org.javarosa.core.util.TrivialTransitionsWithErrors
-
- done - Variable in class org.javarosa.form.api.FormEntryCaption.RepeatOptions
-
- doneCaption - Variable in class org.javarosa.core.model.GroupDef
-
- doneEmptyCaption - Variable in class org.javarosa.core.model.GroupDef
-
- DOT - Static variable in class org.javarosa.xpath.parser.Token
-
- dow - Variable in class org.javarosa.core.model.utils.DateUtils.DateFields
-
NOTE: CANNOT BE USED TO SPECIFY A DATE
- DummyIndexedStorageUtility<T extends Persistable> - Class in org.javarosa.core.services.storage.util
-
- DummyIndexedStorageUtility() - Constructor for class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- DummyStorageIterator<T extends Persistable> - Class in org.javarosa.core.services.storage.util
-
- DummyStorageIterator(Hashtable<Integer, T>) - Constructor for class org.javarosa.core.services.storage.util.DummyStorageIterator
-
- dump(String) - Method in class org.javarosa.debug.Event
-
- generateRoot(DataInstance) - Method in class org.javarosa.core.model.instance.InstanceInitializationFactory
-
- genericize() - Method in class org.javarosa.core.model.instance.TreeReference
-
- genGUID(int) - Static method in class org.javarosa.core.util.PropertyUtils
-
Create a globally unique identifier string in no particular format
with len characters of randomness.
- genUUID() - Static method in class org.javarosa.core.util.PropertyUtils
-
Generate an RFC 4122 Version 4 UUID.
- GeoJsonExternalInstance - Class in org.javarosa.core.model.instance.geojson
-
- GeoJsonExternalInstance() - Constructor for class org.javarosa.core.model.instance.geojson.GeoJsonExternalInstance
-
- GeojsonFeature - Class in org.javarosa.core.model.instance.geojson
-
- GeojsonFeature() - Constructor for class org.javarosa.core.model.instance.geojson.GeojsonFeature
-
- GeojsonGeometry - Class in org.javarosa.core.model.instance.geojson
-
- GeojsonGeometry() - Constructor for class org.javarosa.core.model.instance.geojson.GeojsonGeometry
-
- GEOMETRY_CHILD_NAME - Static variable in class org.javarosa.core.model.instance.geojson.GeojsonFeature
-
- GeoPointData - Class in org.javarosa.core.model.data
-
A response to a question requesting an GeoPoint Value.
- GeoPointData() - Constructor for class org.javarosa.core.model.data.GeoPointData
-
Empty Constructor, necessary for dynamic construction during
deserialization.
- GeoPointData(GeoPointData) - Constructor for class org.javarosa.core.model.data.GeoPointData
-
- GeoPointData(double[]) - Constructor for class org.javarosa.core.model.data.GeoPointData
-
- GeoShape() - Constructor for class org.javarosa.core.model.data.GeoShapeData.GeoShape
-
- GeoShape(ArrayList<double[]>) - Constructor for class org.javarosa.core.model.data.GeoShapeData.GeoShape
-
- GeoShapeData - Class in org.javarosa.core.model.data
-
A response to a question requesting an GeoShape Value.
- GeoShapeData() - Constructor for class org.javarosa.core.model.data.GeoShapeData
-
Empty Constructor, necessary for dynamic construction during
deserialization.
- GeoShapeData(GeoShapeData) - Constructor for class org.javarosa.core.model.data.GeoShapeData
-
Copy constructor (deep)
- GeoShapeData(GeoShapeData.GeoShape) - Constructor for class org.javarosa.core.model.data.GeoShapeData
-
- GeoShapeData.GeoShape - Class in org.javarosa.core.model.data
-
The data value contained in a GeoShapeData object is a GeoShape
- GeoTrace() - Constructor for class org.javarosa.core.model.data.GeoTraceData.GeoTrace
-
- GeoTrace(ArrayList<double[]>) - Constructor for class org.javarosa.core.model.data.GeoTraceData.GeoTrace
-
- GeoTraceData - Class in org.javarosa.core.model.data
-
A response to a question requesting an GeoTrace Value.
- GeoTraceData() - Constructor for class org.javarosa.core.model.data.GeoTraceData
-
Empty Constructor, necessary for dynamic construction during
deserialization.
- GeoTraceData(GeoTraceData) - Constructor for class org.javarosa.core.model.data.GeoTraceData
-
Copy constructor (deep)
- GeoTraceData(GeoTraceData.GeoTrace) - Constructor for class org.javarosa.core.model.data.GeoTraceData
-
- GeoTraceData.GeoTrace - Class in org.javarosa.core.model.data
-
The data value contained in a GeoTraceData object is a GeoTrace
- GeoUtils - Class in org.javarosa.core.util
-
Author: Meletis Margaritis
Date: 8/4/14
Time: 1:38 PM
- GeoUtils() - Constructor for class org.javarosa.core.util.GeoUtils
-
- GeoUtils.LatLong - Class in org.javarosa.core.util
-
- get(int) - Method in class org.javarosa.core.model.instance.utils.TreeElementChildrenList
-
Gets the child at the specified index
- get(String) - Method in class org.javarosa.core.model.instance.utils.TreeElementChildrenList
-
Gets all children with the specified name
- get(String, int) - Method in class org.javarosa.core.model.instance.utils.TreeElementChildrenList
-
Gets the child with the specified name and multiplicity
- get(String) - Static method in class org.javarosa.core.services.locale.Localization
-
- get(String, String[]) - Static method in class org.javarosa.core.services.locale.Localization
-
- get(String, HashMap<String, String>) - Static method in class org.javarosa.core.services.locale.Localization
-
- get(Class<U>) - Method in class org.javarosa.core.util.Extras
-
- get(Object) - Method in class org.javarosa.core.util.Map
-
- get(int) - Method in class org.javarosa.core.util.SortedIntSet
-
- get24HourTimeFromDate(Date) - Static method in class org.javarosa.core.model.utils.DateUtils
-
- getAbsRef(IDataReference, TreeReference) - Static method in class org.javarosa.core.model.FormDef
-
Takes a (possibly relative) reference, and makes it absolute based on its parent.
- getAbsRef(IDataReference, IFormElement) - Method in interface org.javarosa.xform.parse.IXFormParserFunctions
-
- getAbsRef(IDataReference, IFormElement) - Method in class org.javarosa.xform.parse.XFormParser
-
- getAccessLock() - Method in interface org.javarosa.core.services.storage.IStorageUtility
-
Fetch the object that acts as the synchronization lock for this StorageUtility
- getAccessLock() - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- getAccessLock() - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- getAction() - Method in class org.javarosa.core.model.SubmissionProfile
-
- getActionController() - Method in class org.javarosa.core.model.FormDef
-
- getActionController() - Method in class org.javarosa.core.model.GroupDef
-
- getActionController() - Method in interface org.javarosa.core.model.IFormElement
-
- getActionController() - Method in class org.javarosa.core.model.QuestionDef
-
- getAdditionalAttribute(String, String) - Method in class org.javarosa.core.model.FormDef
-
- getAdditionalAttribute(String, String) - Method in class org.javarosa.core.model.GroupDef
-
- getAdditionalAttribute(String, String) - Method in interface org.javarosa.core.model.IFormElement
-
Retrieve the value of an additional attribute on a Question or Group
- getAdditionalAttribute(String, String) - Method in class org.javarosa.core.model.QuestionDef
-
- getAdditionalAttributes() - Method in class org.javarosa.core.model.DataBinding
-
- getAdditionalAttributes() - Method in class org.javarosa.core.model.FormDef
-
- getAdditionalAttributes() - Method in class org.javarosa.core.model.GroupDef
-
- getAdditionalAttributes() - Method in interface org.javarosa.core.model.IFormElement
-
Retrieve all additional attributes on a Question or Group
- getAdditionalAttributes() - Method in class org.javarosa.core.model.QuestionDef
-
- getAdditionalChildren() - Method in class org.javarosa.core.model.SelectChoice
-
- getAffectedRef() - Method in class org.javarosa.debug.EvaluationResult
-
- getAnswerData(String, int) - Static method in class org.javarosa.xform.util.XFormAnswerDataParser
-
- getAnswerData(String, int, QuestionDef) - Static method in class org.javarosa.xform.util.XFormAnswerDataParser
-
- getAnswerResolver() - Static method in class org.javarosa.xform.parse.XFormParser
-
- getAnswerText() - Method in class org.javarosa.form.api.FormEntryPrompt
-
- getAnswerValue() - Method in class org.javarosa.form.api.FormEntryPrompt
-
- getAppearanceAttr() - Method in class org.javarosa.core.model.FormDef
-
Appearance isn't a valid attribute for form, but this method must be
included as a result of conforming to the IFormElement interface.
- getAppearanceAttr() - Method in class org.javarosa.core.model.GroupDef
-
- getAppearanceAttr() - Method in interface org.javarosa.core.model.IFormElement
-
- getAppearanceAttr() - Method in class org.javarosa.core.model.QuestionDef
-
- getAppearanceHint() - Method in class org.javarosa.form.api.FormEntryCaption
-
- getArgs(String) - Static method in class org.javarosa.core.services.locale.Localizer
-
- getAttribute(String, String) - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
Retrieves the TreeElement representing the attribute at
the provided namespace and name, or null if none exists.
- getAttribute(List<TreeElement>, String, String) - Static method in class org.javarosa.core.model.instance.TreeElement
-
Retrieves the TreeElement representing the attribute for
the provided namespace and name, or null if none exists.
- getAttribute(String, String) - Method in class org.javarosa.core.model.instance.TreeElement
-
- getAttribute(String) - Method in class org.javarosa.core.model.SubmissionProfile
-
- getAttributeCount() - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
Returns the number of attributes of this element.
- getAttributeCount() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getAttributeList(Element) - Static method in class org.javarosa.xform.util.XFormUtils
-
- getAttributeName(int) - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
get name of attribute at 'index' in the list
- getAttributeName(int) - Method in class org.javarosa.core.model.instance.TreeElement
-
- getAttributeName(int) - Method in class org.javarosa.xform.util.InterningKXmlParser
-
- getAttributeNamespace(int) - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
get namespace of attribute at 'index' in the list
- getAttributeNamespace(int) - Method in class org.javarosa.core.model.instance.TreeElement
-
- getAttributeNamespace(int) - Method in class org.javarosa.xform.util.InterningKXmlParser
-
- getAttributePrefix(int) - Method in class org.javarosa.xform.util.InterningKXmlParser
-
- getAttributeValue(int) - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
get value of attribute at 'index' in the list
- getAttributeValue(String, String) - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
get value of attribute with namespace:name' in the list
- getAttributeValue(int) - Method in class org.javarosa.core.model.instance.TreeElement
-
- getAttributeValue() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getAttributeValue(String, String) - Method in class org.javarosa.core.model.instance.TreeElement
-
- getAttributeValue(int) - Method in class org.javarosa.xform.util.InterningKXmlParser
-
- getAudioText() - Method in class org.javarosa.form.api.FormEntryCaption
-
Convenience method
Get audio URI from Text form for THIS element (if available)
- getAvailableLocales() - Method in class org.javarosa.core.services.locale.Localizer
-
Get a list of defined locales.
- getAvailableVesionString() - Method in exception org.javarosa.xml.util.UnfullfilledRequirementsException
-
- getBase() - Method in class org.javarosa.core.model.instance.DataInstance
-
- getBase() - Method in class org.javarosa.core.model.instance.ExternalDataInstance
-
- getBase() - Method in class org.javarosa.core.model.instance.FormInstance
-
- getBind() - Method in class org.javarosa.core.model.FormDef
-
- getBind() - Method in class org.javarosa.core.model.GroupDef
-
- getBind() - Method in interface org.javarosa.core.model.IFormElement
-
- getBind() - Method in class org.javarosa.core.model.QuestionDef
-
- getBindAttribute(String, String) - Method in class org.javarosa.core.model.instance.TreeElement
-
Retrieves the TreeElement representing an arbitrary bind attribute
for this element at the provided namespace and name, or null if none exists.
- getBindAttributes() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getBindAttributes() - Method in class org.javarosa.entities.internal.EntityFormParseProcessor
-
- getBindAttributes() - Method in class org.javarosa.form.api.FormEntryPrompt
-
- getBindAttributes() - Method in interface org.javarosa.xform.parse.XFormParser.BindAttributeProcessor
-
- getBindAttributeValue(String, String) - Method in class org.javarosa.core.model.instance.TreeElement
-
Returns the value of the given bind attribute from the given namespace.
- getBoolean(Object) - Static method in class org.javarosa.core.model.util.restorable.RestoreUtils
-
- getCaptionHierarchy(FormIndex) - Method in class org.javarosa.form.api.FormEntryModel
-
Returns a hierarchical list of FormEntryCaption objects for the given
FormIndex
- getCaptionHierarchy() - Method in class org.javarosa.form.api.FormEntryModel
-
Returns a hierarchical list of FormEntryCaption objects for the current
FormIndex
- getCaptionPrompt(FormIndex) - Method in class org.javarosa.form.api.FormEntryModel
-
When you have a non-question event, a CaptionPrompt will have all the
information needed to display to the user.
- getCaptionPrompt() - Method in class org.javarosa.form.api.FormEntryModel
-
When you have a non-question event, a CaptionPrompt will have all the
information needed to display to the user.
- getChild(int) - Method in class org.javarosa.core.model.FormDef
-
- getChild(FormIndex) - Method in class org.javarosa.core.model.FormDef
-
- getChild(int) - Method in class org.javarosa.core.model.GroupDef
-
- getChild(int) - Method in interface org.javarosa.core.model.IFormElement
-
- getChild(String, int) - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- getChild(String, int) - Method in class org.javarosa.core.model.instance.TreeElement
-
- getChild(int) - Method in class org.javarosa.core.model.QuestionDef
-
- getChild(String) - Method in class org.javarosa.core.model.SelectChoice
-
- getChildAt(int) - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- getChildAt(int) - Method in class org.javarosa.core.model.instance.TreeElement
-
- getChildInstanceRef(FormIndex) - Method in class org.javarosa.core.model.FormDef
-
Finds the instance node a reference refers to (factoring in multiplicities)
- getChildInstanceRef(List<IFormElement>, List<Integer>) - Method in class org.javarosa.core.model.FormDef
-
- getChildMultiplicity(String) - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- getChildMultiplicity(String) - Method in class org.javarosa.core.model.instance.TreeElement
-
- getChildren() - Method in class org.javarosa.core.model.FormDef
-
- getChildren() - Method in class org.javarosa.core.model.GroupDef
-
- getChildren() - Method in interface org.javarosa.core.model.IFormElement
-
- getChildren() - Method in class org.javarosa.core.model.QuestionDef
-
- getChildren() - Method in class org.javarosa.xpath.parser.ast.ASTNode
-
- getChildren() - Method in class org.javarosa.xpath.parser.ast.ASTNodeAbstractExpr
-
- getChildren() - Method in class org.javarosa.xpath.parser.ast.ASTNodeBinaryOp
-
- getChildren() - Method in class org.javarosa.xpath.parser.ast.ASTNodeFilterExpr
-
- getChildren() - Method in class org.javarosa.xpath.parser.ast.ASTNodeFunctionCall
-
- getChildren() - Method in class org.javarosa.xpath.parser.ast.ASTNodeLocPath
-
- getChildren() - Method in class org.javarosa.xpath.parser.ast.ASTNodePathStep
-
- getChildren() - Method in class org.javarosa.xpath.parser.ast.ASTNodePredicate
-
- getChildren() - Method in class org.javarosa.xpath.parser.ast.ASTNodeUnaryOp
-
- getChildrenWithName(String) - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
Get all the child nodes of this element, with specific name
- getChildrenWithName(String) - Method in class org.javarosa.core.model.instance.TreeElement
-
- getChoice(int) - Method in class org.javarosa.core.model.QuestionDef
-
- getChoiceForValue(String) - Method in class org.javarosa.core.model.QuestionDef
-
- getChoices(FormDef, TreeReference) - Method in class org.javarosa.core.model.ItemsetBinding
-
Returns a list of SelectChoice objects based on the data in the model.
- getChoices() - Method in class org.javarosa.core.model.QuestionDef
-
- getClass(byte[]) - Method in class org.javarosa.core.util.externalizable.PrototypeFactory
-
- getClassHash(Class) - Static method in class org.javarosa.core.util.externalizable.PrototypeFactory
-
- getCode() - Method in enum org.javarosa.core.model.condition.ConditionAction
-
- getCompletedRelevantQuestionCount() - Method in class org.javarosa.form.api.FormEntryModel
-
Not yet implemented
- getCompoundIndices() - Method in class org.javarosa.form.api.FormEntryModel
-
- getCompoundIndices(FormIndex) - Method in class org.javarosa.form.api.FormEntryModel
-
- getConextualizedCountReference(TreeReference) - Method in class org.javarosa.core.model.GroupDef
-
- getConstraint() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getConstraintMessage(EvaluationContext, FormInstance, String) - Method in class org.javarosa.core.model.condition.Constraint
-
- getConstraintText() - Method in class org.javarosa.form.api.FormEntryPrompt
-
- getConstraintText(IAnswerData) - Method in class org.javarosa.form.api.FormEntryPrompt
-
- getConstraintText(String, IAnswerData) - Method in class org.javarosa.form.api.FormEntryPrompt
-
- getContext() - Method in class org.javarosa.core.model.condition.Triggerable
-
- getContext() - Method in class org.javarosa.core.model.instance.TreeReference
-
- getContext() - Method in class org.javarosa.core.model.QuickTriggerable
-
- getContextPosition() - Method in class org.javarosa.core.model.condition.EvaluationContext
-
- getContextRef() - Method in class org.javarosa.core.model.condition.EvaluationContext
-
- getContextType() - Method in class org.javarosa.core.model.instance.TreeReference
-
- getContextualizedTargetReference() - Method in class org.javarosa.core.model.actions.setgeopoint.SetGeopointAction
-
- getControlType() - Method in class org.javarosa.core.model.QuestionDef
-
- getControlType() - Method in class org.javarosa.form.api.FormEntryPrompt
-
- getCount(String) - Method in class org.javarosa.core.model.instance.utils.TreeElementChildrenList
-
Gets a count of all children with the specified name
- getCountReference() - Method in class org.javarosa.core.model.GroupDef
-
- getData() - Method in interface org.javarosa.core.data.IDataPointer
-
Get the data from the underlying storage.
- getData() - Method in class org.javarosa.core.model.data.helper.BasicDataPointer
-
- getData() - Method in class org.javarosa.core.model.instance.utils.CompactInstanceWrapper
-
- getData() - Method in class org.javarosa.core.services.storage.TaggedSerializationWrapper
-
- getData() - Method in interface org.javarosa.core.services.storage.WrappingStorageUtility.SerializationWrapper
-
retrieve the underlying object (to be followed by a call to readExternal)
- getDataStream() - Method in interface org.javarosa.core.data.IDataPointer
-
Get the data from the underlying storage.
- getDataStream() - Method in class org.javarosa.core.model.data.helper.BasicDataPointer
-
- getDataType() - Method in class org.javarosa.core.model.DataBinding
-
- getDataType() - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- getDataType() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getDataType(Object) - Static method in class org.javarosa.core.model.util.restorable.RestoreUtils
-
- getDataType(Class) - Static method in class org.javarosa.core.model.util.restorable.RestoreUtils
-
- getDataType() - Method in class org.javarosa.form.api.FormEntryPrompt
-
- getDate(DateUtils.DateFields) - Static method in class org.javarosa.core.model.utils.DateUtils
-
- getDate(DateUtils.DateFields, String) - Static method in class org.javarosa.core.model.utils.DateUtils
-
- getDate(int, int, int) - Static method in class org.javarosa.core.model.utils.DateUtils
-
- getDateFromString(String) - Static method in class org.javarosa.core.model.utils.DateUtils
-
- getDateSaved() - Method in class org.javarosa.core.model.instance.FormInstance
-
- getDateTimeFromString(String) - Static method in class org.javarosa.core.model.utils.DateUtils
-
- getDecimalValue(String) - Static method in class org.javarosa.xform.parse.RangeParser
-
- getDeepChildCount() - Method in class org.javarosa.core.model.FormDef
-
- getDeepChildCount() - Method in class org.javarosa.core.model.GroupDef
-
- getDeepChildCount() - Method in interface org.javarosa.core.model.IFormElement
-
- getDeepChildCount() - Method in class org.javarosa.core.model.QuestionDef
-
- getDefault() - Static method in class org.javarosa.core.services.PrototypeManager
-
- getDefaultLocale() - Method in class org.javarosa.core.services.locale.Localizer
-
Get the default locale.
- getDepth() - Method in class org.javarosa.core.model.FormIndex
-
- getDepth() - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- getDepth() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getDestination() - Method in class org.javarosa.core.model.instance.utils.ModelReferencePayload
-
- getDestRef() - Method in class org.javarosa.core.model.ItemsetBinding
-
- getDisplayMessage() - Method in class org.javarosa.debug.Event
-
- getDisplayText() - Method in interface org.javarosa.core.data.IDataPointer
-
Get a display string that represents this data.
- getDisplayText() - Method in class org.javarosa.core.model.data.BooleanData
-
- getDisplayText() - Method in class org.javarosa.core.model.data.DateData
-
- getDisplayText() - Method in class org.javarosa.core.model.data.DateTimeData
-
- getDisplayText() - Method in class org.javarosa.core.model.data.DecimalData
-
- getDisplayText() - Method in class org.javarosa.core.model.data.GeoPointData
-
- getDisplayText() - Method in class org.javarosa.core.model.data.GeoShapeData
-
- getDisplayText() - Method in class org.javarosa.core.model.data.GeoTraceData
-
- getDisplayText() - Method in class org.javarosa.core.model.data.helper.BasicDataPointer
-
- getDisplayText() - Method in interface org.javarosa.core.model.data.IAnswerData
-
- getDisplayText() - Method in class org.javarosa.core.model.data.IntegerData
-
- getDisplayText() - Method in class org.javarosa.core.model.data.LongData
-
- getDisplayText() - Method in class org.javarosa.core.model.data.MultipleItemsData
-
- getDisplayText() - Method in class org.javarosa.core.model.data.MultiPointerAnswerData
-
- getDisplayText() - Method in class org.javarosa.core.model.data.PointerAnswerData
-
- getDisplayText() - Method in class org.javarosa.core.model.data.SelectOneData
-
- getDisplayText() - Method in class org.javarosa.core.model.data.StringData
-
- getDisplayText() - Method in class org.javarosa.core.model.data.TimeData
-
- getDisplayText() - Method in class org.javarosa.core.model.data.UncastData
-
- getDynamicChoices() - Method in class org.javarosa.core.model.QuestionDef
-
- getElementMultiplicity() - Method in class org.javarosa.core.model.FormIndex
-
For the fully qualified element, get the multiplicity of the element's reference
- getEntities() - Method in class org.javarosa.entities.internal.Entities
-
- getEntityElement(FormInstance) - Static method in class org.javarosa.entities.internal.EntityFormParser
-
- getEvaluationContext() - Method in class org.javarosa.core.model.FormDef
-
- getEvaluationResults() - Method in class org.javarosa.debug.Event
-
- getEvent(FormIndex) - Method in class org.javarosa.form.api.FormEntryModel
-
Given a FormIndex, returns the event this FormIndex represents.
- getEvent() - Method in class org.javarosa.form.api.FormEntryModel
-
- getEventNotifier() - Method in class org.javarosa.core.model.FormDef
-
- getEventNotifier() - Method in interface org.javarosa.core.model.TriggerableDag.EventNotifierAccessor
-
- getExpr() - Method in class org.javarosa.core.model.condition.Triggerable
-
- getExpr() - Method in class org.javarosa.xpath.XPathConditional
-
- getExtension(Class<X>) - Method in class org.javarosa.core.model.FormDef
-
- getExtras() - Method in class org.javarosa.core.model.FormDef
-
- getExtras() - Method in class org.javarosa.form.api.FormEntryModel
-
- getFactories() - Method in class org.javarosa.core.reference.ReferenceManager
-
- getFallbackForm() - Method in class org.javarosa.core.services.locale.Localizer
-
Get default form fallback mode
- getFallbackFunctionHandler() - Method in class org.javarosa.core.model.condition.EvaluationContext
-
- getFallbackLocale() - Method in class org.javarosa.core.services.locale.Localizer
-
Get default locale fallback mode
- getFields(Date) - Static method in class org.javarosa.core.model.utils.DateUtils
-
- getFields(Date, String) - Static method in class org.javarosa.core.model.utils.DateUtils
-
- getFirstChild(String) - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- getFirstChild(String, String) - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- getFirstChild(String) - Method in class org.javarosa.core.model.instance.TreeElement
-
- getFirstChild(String, String) - Method in class org.javarosa.core.model.instance.TreeElement
-
- getForm() - Method in class org.javarosa.form.api.FormEntryModel
-
- getFormElement() - Method in class org.javarosa.form.api.FormEntryCaption
-
- getFormFromFormXml(String, String) - Static method in class org.javarosa.xform.util.XFormUtils
-
- getFormFromInputStream(InputStream) - Static method in class org.javarosa.xform.util.XFormUtils
-
Parses a form with an external secondary instance, and returns a FormDef.
- getFormFromInputStream(InputStream, String) - Static method in class org.javarosa.xform.util.XFormUtils
-
- getFormFromResource(String) - Static method in class org.javarosa.xform.util.XFormUtils
-
- getFormFromSerializedResource(String) - Static method in class org.javarosa.xform.util.XFormUtils
-
- getFormId() - Method in class org.javarosa.core.model.instance.DataInstance
-
- getFormIndex() - Method in class org.javarosa.form.api.FormEntryModel
-
- getFormInstances() - Method in class org.javarosa.core.model.FormDef
-
- getFormRaw(InputStreamReader) - Static method in class org.javarosa.xform.util.XFormUtils
-
- getFormTitle() - Method in class org.javarosa.form.api.FormEntryModel
-
- getFunctionHandlers() - Method in class org.javarosa.core.model.condition.EvaluationContext
-
- getGlobalLocalizerAdvanced() - Static method in class org.javarosa.core.services.locale.Localization
-
- getHandler() - Static method in class org.javarosa.core.model.actions.SetValueAction
-
- getHelpInnerText() - Method in class org.javarosa.core.model.QuestionDef
-
- getHelpText() - Method in class org.javarosa.core.model.QuestionDef
-
Only if there is no localizable version of the <hint> available should this method be used
- getHelpText() - Method in class org.javarosa.form.api.FormEntryPrompt
-
ONLY RELEVANT to Question elements!
Will throw runTimeException if this is called for anything that isn't a Question.
- getHelpTextID() - Method in class org.javarosa.core.model.QuestionDef
-
- getHumanReadableDescription(String) - Method in interface org.javarosa.core.services.properties.IPropertyRules
-
Returns a human readable string representing the description of a
property.
- getHumanReadableDescription(String) - Method in class org.javarosa.core.services.properties.JavaRosaPropertyRules
-
- getHumanReadableValue(String, String) - Method in interface org.javarosa.core.services.properties.IPropertyRules
-
Returns a human readable string representing the value of a specific
property.
- getHumanReadableValue(String, String) - Method in class org.javarosa.core.services.properties.JavaRosaPropertyRules
-
- getId() - Method in class org.javarosa.core.model.DataBinding
-
- getID() - Method in class org.javarosa.core.model.FormDef
-
- getID() - Method in class org.javarosa.core.model.GroupDef
-
- getID() - Method in interface org.javarosa.core.model.IFormElement
-
- getID() - Method in class org.javarosa.core.model.instance.DataInstance
-
- getID() - Method in class org.javarosa.core.model.QuestionDef
-
- getID() - Method in class org.javarosa.core.services.properties.Property
-
- getID() - Method in class org.javarosa.core.services.storage.FauxIndexedPersistable
-
- getID() - Method in interface org.javarosa.core.services.storage.Persistable
-
- getIDsForValue(String, Object) - Method in interface org.javarosa.core.services.storage.IStorageUtilityIndexed
-
Retrieves a List of IDs of Externalizable objects in storage for which the field
specified contains the value specified.
- getIDsForValue(String, Object) - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- getIDsForValue(String, Object) - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- getImageText() - Method in class org.javarosa.form.api.FormEntryCaption
-
Convenience method
Get image URI form of text for THIS element (if available)
- getImmediateCascades() - Method in class org.javarosa.core.model.condition.Triggerable
-
- getIndex() - Method in class org.javarosa.core.model.SelectChoice
-
- getIndex() - Method in exception org.javarosa.core.util.InvalidIndexException
-
- getIndex() - Method in class org.javarosa.form.api.FormEntryCaption
-
- getInstance(String) - Method in class org.javarosa.core.model.condition.EvaluationContext
-
- getInstance() - Method in class org.javarosa.core.model.FormDef
-
- getInstance(byte[]) - Method in class org.javarosa.core.util.externalizable.PrototypeFactory
-
- getInstance(Class) - Static method in class org.javarosa.core.util.externalizable.PrototypeFactory
-
- getInstanceId() - Method in class org.javarosa.core.model.instance.DataInstance
-
- getInstanceIndex() - Method in class org.javarosa.core.model.FormIndex
-
- getInstanceName() - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- getInstanceName() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getInstanceName() - Method in class org.javarosa.core.model.instance.TreeReference
-
- getInvalidNodesetException() - Method in class org.javarosa.xpath.XPathNodeset
-
- getInvalidReference() - Method in exception org.javarosa.core.model.instance.InvalidReferenceException
-
- getIText(String, String) - Method in class org.javarosa.form.api.FormEntryCaption
-
- getLabelInnerText() - Method in class org.javarosa.core.model.FormDef
-
Not applicable here.
- getLabelInnerText() - Method in class org.javarosa.core.model.GroupDef
-
- getLabelInnerText() - Method in interface org.javarosa.core.model.IFormElement
-
This method returns the regular
innertext betweem label tags (if present) (<label>innertext</label>).
- getLabelInnerText() - Method in class org.javarosa.core.model.QuestionDef
-
- getLabelInnerText() - Method in class org.javarosa.core.model.SelectChoice
-
- getLanguage() - Method in class org.javarosa.form.api.FormEntryModel
-
- getLanguages() - Method in class org.javarosa.form.api.FormEntryModel
-
- getLength() - Method in interface org.javarosa.core.data.IDataPointer
-
- getLength() - Method in class org.javarosa.core.model.data.helper.BasicDataPointer
-
- getLength() - Method in class org.javarosa.core.model.instance.utils.ModelReferencePayload
-
- getLength() - Method in class org.javarosa.core.services.transport.payload.ByteArrayPayload
-
- getLength() - Method in class org.javarosa.core.services.transport.payload.DataPointerPayload
-
- getLength() - Method in interface org.javarosa.core.services.transport.payload.IDataPayload
-
- getLength() - Method in class org.javarosa.core.services.transport.payload.MultiMessagePayload
-
- getList() - Method in class org.javarosa.core.util.SortedIntSet
-
- getListenersForEvent(String) - Method in class org.javarosa.core.model.actions.ActionController
-
- getLocale() - Method in class org.javarosa.core.services.locale.Localizer
-
Get the current locale.
- getLocaleData(String) - Method in class org.javarosa.core.services.locale.Localizer
-
Get the set of mappings for a locale.
- getLocaleMap(String) - Method in class org.javarosa.core.services.locale.Localizer
-
Get the mappings for a locale, but throw an exception if locale is not defined.
- getLocaleMissingKey() - Method in exception org.javarosa.core.util.NoLocalizedTextException
-
- getLocalIndex() - Method in class org.javarosa.core.model.FormIndex
-
- getLocalizedText() - Method in class org.javarosa.core.reference.ReferenceDataSource
-
- getLocalizedText() - Method in interface org.javarosa.core.services.locale.LocaleDataSource
-
- getLocalizedText(String) - Method in class org.javarosa.core.services.locale.Localizer
-
Retrieve localized text for a text handle in the current locale.
- getLocalizedText() - Method in class org.javarosa.core.services.locale.ResourceFileDataSource
-
- getLocalizedText() - Method in class org.javarosa.core.services.locale.TableLocaleSource
-
- getLocalizer() - Method in class org.javarosa.core.model.FormDef
-
- getLocalReference() - Method in class org.javarosa.core.model.FormIndex
-
- getLocalURI() - Method in interface org.javarosa.core.reference.Reference
-
- getLocalURI() - Method in class org.javarosa.core.reference.ResourceReference
-
- getLongText() - Method in class org.javarosa.form.api.FormEntryCaption
-
Convenience method
Get longText form of text for THIS element (if available)
!!Falls back to default form if 'long' form does not exist.!!
Use getSpecialFormQuestionText() if you want short form only.
- getMainInstance() - Method in class org.javarosa.core.model.condition.EvaluationContext
-
- getMainInstance() - Method in class org.javarosa.core.model.FormDef
-
- getMax() - Method in class org.javarosa.core.model.condition.pivot.RangeHint
-
- getMediaType() - Method in class org.javarosa.core.model.SubmissionProfile
-
- getMessage() - Method in class org.javarosa.core.log.LogEntry
-
- getMessage() - Method in class org.javarosa.debug.Event
-
- getMessage() - Method in exception org.javarosa.xform.parse.XFormParseException
-
Deprecated.
- getMessage() - Method in exception org.javarosa.xpath.XPathException
-
- getMetaData() - Method in class org.javarosa.core.model.FormDef
-
- getMetaData(String) - Method in class org.javarosa.core.model.FormDef
-
- getMetaData() - Method in class org.javarosa.core.model.instance.FormInstance
-
- getMetaData(String) - Method in class org.javarosa.core.model.instance.FormInstance
-
- getMetaData() - Method in class org.javarosa.core.services.properties.Property
-
- getMetaData(String) - Method in class org.javarosa.core.services.properties.Property
-
- getMetaData() - Method in class org.javarosa.core.services.storage.FauxIndexedPersistable
-
- getMetaData(String) - Method in class org.javarosa.core.services.storage.FauxIndexedPersistable
-
- getMetaData() - Method in interface org.javarosa.core.services.storage.IMetaData
-
- getMetaData(String) - Method in interface org.javarosa.core.services.storage.IMetaData
-
- getMetaData() - Method in class org.javarosa.core.services.storage.MetaDataWrapper
-
- getMetaData(String) - Method in class org.javarosa.core.services.storage.MetaDataWrapper
-
- getMetaDataFields() - Method in class org.javarosa.core.model.FormDef
-
- getMetaDataFields() - Method in class org.javarosa.core.model.instance.FormInstance
-
- getMetaDataFields() - Method in class org.javarosa.core.services.properties.Property
-
- getMetaDataFields() - Method in class org.javarosa.core.services.storage.FauxIndexedPersistable
-
- getMetaDataFields() - Method in interface org.javarosa.core.services.storage.IMetaData
-
- getMetaDataFields() - Method in class org.javarosa.core.services.storage.MetaDataWrapper
-
- getMethod() - Method in class org.javarosa.core.model.SubmissionProfile
-
- getMin() - Method in class org.javarosa.core.model.condition.pivot.RangeHint
-
- getMissingKeyNames() - Method in exception org.javarosa.core.util.NoLocalizedTextException
-
- getModel() - Method in class org.javarosa.form.api.FormEntryController
-
- getModelAttributes() - Method in class org.javarosa.entities.internal.EntityFormParseProcessor
-
- getModelAttributes() - Method in interface org.javarosa.xform.parse.XFormParser.ModelAttributeProcessor
-
- getMonthsDifference(Date, Date) - Static method in class org.javarosa.core.model.utils.DateUtils
-
Gets the number of months separating the two dates.
- getMult() - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- getMult() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getMultiplicity() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getMultiplicity(int) - Method in class org.javarosa.core.model.instance.TreeReference
-
- getMultiplicity() - Method in class org.javarosa.core.model.instance.TreeReferenceLevel
-
- getMultiplicity() - Method in class org.javarosa.form.api.FormEntryCaption
-
- getMultLast() - Method in class org.javarosa.core.model.instance.TreeReference
-
- getName() - Method in class org.javarosa.core.model.actions.Action
-
- getName() - Method in interface org.javarosa.core.model.condition.IFunctionHandler
-
- getName() - Method in class org.javarosa.core.model.FormDef
-
- getName() - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- getName() - Method in class org.javarosa.core.model.instance.DataInstance
-
- getName() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getName(int) - Method in class org.javarosa.core.model.instance.TreeReference
-
- getName() - Method in class org.javarosa.core.model.instance.TreeReferenceLevel
-
- getName() - Method in exception org.javarosa.xform.parse.XFormParser.MissingModelAttributeException
-
- getName() - Method in class org.javarosa.xform.util.InterningKXmlParser
-
- getNameLast() - Method in class org.javarosa.core.model.instance.TreeReference
-
- getNamespace() - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- getNamespace() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getNamespace() - Method in exception org.javarosa.xform.parse.XFormParser.MissingModelAttributeException
-
- getNamespace(String) - Method in class org.javarosa.xform.util.InterningKXmlParser
-
- getNamespacePrefix() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getNamespacePrefixes() - Method in class org.javarosa.core.model.instance.FormInstance
-
- getNamespaceURI(String) - Method in class org.javarosa.core.model.instance.FormInstance
-
- getNamespaceUri(int) - Method in class org.javarosa.xform.util.InterningKXmlParser
-
- getNextLevel() - Method in class org.javarosa.core.model.FormIndex
-
- getNextLocale() - Method in class org.javarosa.core.services.locale.Localizer
-
Return the next locale in order, for cycling through locales.
- getNonEmptySize() - Method in class org.javarosa.xpath.XPathNodeset
-
- getNonMainInstance(String) - Method in class org.javarosa.core.model.FormDef
-
Get an instance based on a name
- getNonMainInstances() - Method in class org.javarosa.core.model.FormDef
-
- getNumChildren() - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- getNumChildren() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getNumChoices() - Method in class org.javarosa.core.model.QuestionDef
-
- getNumQuestions() - Method in class org.javarosa.form.api.FormEntryModel
-
- getNumRecords() - Method in interface org.javarosa.core.services.storage.IStorageUtility
-
Return the number of records in the store
- getNumRecords() - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- getNumRecords() - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- getNumRepetitions(FormIndex) - Method in class org.javarosa.core.model.FormDef
-
- getNumRepetitions() - Method in class org.javarosa.form.api.FormEntryCaption
-
- getOdkCoordinates() - Method in class org.javarosa.core.model.instance.geojson.GeojsonGeometry
-
- getOp() - Method in class org.javarosa.core.model.condition.pivot.CmpPivot
-
- getOriginalContext() - Method in class org.javarosa.core.model.condition.EvaluationContext
-
- getOriginalContext() - Method in class org.javarosa.core.model.condition.Triggerable
-
- getOriginalContext() - Method in class org.javarosa.core.model.QuickTriggerable
-
- getOsmTags() - Method in class org.javarosa.core.model.QuestionDef
-
- getOutcome() - Method in class org.javarosa.core.model.condition.pivot.CmpPivot
-
- getOutputFragments() - Method in class org.javarosa.core.model.FormDef
-
- getOutputStream() - Method in interface org.javarosa.core.reference.Reference
-
- getOutputStream() - Method in class org.javarosa.core.reference.ResourceReference
-
- getOutputTextForm() - Method in class org.javarosa.core.model.condition.EvaluationContext
-
- getParent() - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- getParent() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getParentRef() - Method in class org.javarosa.core.model.instance.TreeReference
-
- getParseErrors() - Method in class org.javarosa.core.model.FormDef
-
- getParseWarnings() - Method in class org.javarosa.core.model.FormDef
-
- getPart(int) - Method in class org.javarosa.core.model.data.GeoPointData
-
- getPastPeriodDate(Date, String, String, boolean, boolean, int) - Static method in class org.javarosa.core.model.utils.DateUtils
-
Creates a Date object representing the amount of time between the
reference date, and the given parameters.
- getPathExpr(String) - Static method in class org.javarosa.model.xform.XPathReference
-
- getPayloadBytes() - Method in class org.javarosa.core.services.transport.payload.ByteArrayPayload
-
- getPayloadId() - Method in class org.javarosa.core.model.instance.utils.ModelReferencePayload
-
- getPayloadId() - Method in class org.javarosa.core.services.transport.payload.ByteArrayPayload
-
- getPayloadId() - Method in class org.javarosa.core.services.transport.payload.DataPointerPayload
-
- getPayloadId() - Method in interface org.javarosa.core.services.transport.payload.IDataPayload
-
- getPayloadId() - Method in class org.javarosa.core.services.transport.payload.MultiMessagePayload
-
- getPayloads() - Method in class org.javarosa.core.services.transport.payload.MultiMessagePayload
-
- getPayloadStream() - Method in class org.javarosa.core.model.instance.utils.ModelReferencePayload
-
- getPayloadStream() - Method in class org.javarosa.core.services.transport.payload.ByteArrayPayload
-
- getPayloadStream() - Method in class org.javarosa.core.services.transport.payload.DataPointerPayload
-
- getPayloadStream() - Method in interface org.javarosa.core.services.transport.payload.IDataPayload
-
Gets the stream for this payload.
- getPayloadStream() - Method in class org.javarosa.core.services.transport.payload.MultiMessagePayload
-
- getPayloadType() - Method in class org.javarosa.core.model.instance.utils.ModelReferencePayload
-
- getPayloadType() - Method in class org.javarosa.core.services.transport.payload.ByteArrayPayload
-
- getPayloadType() - Method in class org.javarosa.core.services.transport.payload.DataPointerPayload
-
- getPayloadType() - Method in interface org.javarosa.core.services.transport.payload.IDataPayload
-
- getPayloadType() - Method in class org.javarosa.core.services.transport.payload.MultiMessagePayload
-
- getPredicate(int) - Method in class org.javarosa.core.model.instance.TreeReference
-
- getPredicates() - Method in class org.javarosa.core.model.instance.TreeReferenceLevel
-
- getPreload() - Method in class org.javarosa.core.model.DataBinding
-
- getPreloader() - Method in class org.javarosa.core.model.FormDef
-
- getPreloadHandler() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getPreloadParams() - Method in class org.javarosa.core.model.DataBinding
-
- getPreloadParams() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getPreviousLevel() - Method in class org.javarosa.core.model.FormIndex
-
- getPromptAttributes() - Method in class org.javarosa.form.api.FormEntryPrompt
-
- getProperty(String) - Method in interface org.javarosa.core.services.IPropertyManager
-
- getProperty(String) - Method in class org.javarosa.core.services.PropertyManager
-
Retrieves the property specified, as long as it exists in one of the current rulesets
- getPrototypes() - Method in interface org.javarosa.core.model.condition.IFunctionHandler
-
- getPrototypes() - Static method in class org.javarosa.core.services.PrototypeManager
-
- getQuestion() - Method in class org.javarosa.form.api.FormEntryPrompt
-
- getQuestionPreload(String, String) - Method in class org.javarosa.core.model.utils.QuestionPreloader
-
Returns the IAnswerData preload value for the given preload type and parameters
- getQuestionPrompt(FormIndex) - Method in class org.javarosa.form.api.FormEntryModel
-
- getQuestionPrompt() - Method in class org.javarosa.form.api.FormEntryModel
-
- getQuestionText(String) - Method in class org.javarosa.form.api.FormEntryCaption
-
Attempts to return question text for this element.
- getQuestionText() - Method in class org.javarosa.form.api.FormEntryCaption
-
Same as getQuestionText(String textID), but for the current element textID;
- getRand() - Static method in class org.javarosa.core.util.MathUtils
-
- getRangeEnd() - Method in class org.javarosa.core.model.RangeQuestion
-
- getRangeStart() - Method in class org.javarosa.core.model.RangeQuestion
-
- getRangeStep() - Method in class org.javarosa.core.model.RangeQuestion
-
- getRawText(String, String) - Method in class org.javarosa.core.services.locale.Localizer
-
Get text for locale and exact text ID only, not using any fallbacks.
- getRecordAudioListener() - Static method in class org.javarosa.core.model.actions.recordaudio.RecordAudioActions
-
- getRecordForValue(String, Object) - Method in interface org.javarosa.core.services.storage.IStorageUtilityIndexed
-
Retrieves a Externalizable object from the storage which is reference by the unique index fieldName.
- getRecordForValue(String, Object) - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- getRecordForValue(String, Object) - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- getRecordSize(int) - Method in interface org.javarosa.core.services.storage.IStorageUtility
-
Get the size of a record
- getRecordSize(int) - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- getRecordSize(int) - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- getRef() - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- getRef() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getRef() - Method in class org.javarosa.core.model.SubmissionProfile
-
- getRefAt(int) - Method in class org.javarosa.xpath.XPathLazyNodeset
-
- getRefAt(int) - Method in class org.javarosa.xpath.XPathNodeset
-
- getReference() - Method in class org.javarosa.core.model.DataBinding
-
- getReference() - Method in class org.javarosa.core.model.FormIndex
-
- getReference() - Method in interface org.javarosa.core.model.IDataReference
-
- getReference() - Method in class org.javarosa.model.xform.XPathReference
-
- getReference() - Method in class org.javarosa.xpath.expr.XPathPathExpr
-
translate an xpath path reference into a TreeReference
TreeReferences only support a subset of true xpath paths; restrictions are:
simple child name tests 'child::name', '.', and '..' allowed only
no predicates
all '..' steps must come before anything else
- getReferences() - Method in class org.javarosa.xpath.XPathLazyNodeset
-
- getReferences() - Method in class org.javarosa.xpath.XPathNodeset
-
- getReferenceString() - Method in exception org.javarosa.core.reference.InvalidReferenceException
-
- getRefLevel() - Method in class org.javarosa.core.model.instance.TreeReference
-
- getRefValue(DataInstance, EvaluationContext, TreeReference) - Static method in class org.javarosa.xpath.expr.XPathPathExpr
-
- getRelativeValue() - Method in class org.javarosa.core.model.ItemsetBinding
-
- getRelevanceForRepeat(TreeReference) - Method in class org.javarosa.core.model.TriggerableDag
-
- getRepeat() - Method in class org.javarosa.core.model.GroupDef
-
- getRepeatOptions() - Method in class org.javarosa.form.api.FormEntryCaption
-
- getRepeatStructure() - Method in class org.javarosa.form.api.FormEntryModel
-
- getRepeatText(String) - Method in class org.javarosa.form.api.FormEntryCaption
-
- getRepetitionsText() - Method in class org.javarosa.form.api.FormEntryCaption
-
- getRepetitionText(boolean) - Method in class org.javarosa.form.api.FormEntryCaption
-
- getRequiredVersionString() - Method in exception org.javarosa.xml.util.UnfullfilledRequirementsException
-
- getRequirementCode() - Method in exception org.javarosa.xml.util.UnfullfilledRequirementsException
-
- getRestorableType() - Method in interface org.javarosa.core.model.util.restorable.Restorable
-
- getRoot() - Method in class org.javarosa.core.model.instance.DataInstance
-
- getRoot() - Method in class org.javarosa.core.model.instance.ExternalDataInstance
-
- getRoot() - Method in class org.javarosa.core.model.instance.FormInstance
-
Get this instance's document root which is the root's first child.
- getRules() - Method in interface org.javarosa.core.services.IPropertyManager
-
- getRules() - Method in class org.javarosa.core.services.PropertyManager
-
Retrieves the set of rules being used by this property manager if any exist.
- getSaveTos() - Method in class org.javarosa.entities.internal.EntityFormExtra
-
- getSelectChoices() - Method in class org.javarosa.form.api.FormEntryPrompt
-
- getSelectChoiceText(SelectChoice) - Method in class org.javarosa.form.api.FormEntryPrompt
-
- getSelectItemText(Selection) - Method in class org.javarosa.form.api.FormEntryPrompt
-
Attempts to return the specified item text from a select or select1.
- getSetGeopointAction() - Method in class org.javarosa.core.model.actions.setgeopoint.SetGeopointActionHandler
-
Returns an implementation for the odk:setgeopoint action.
- getSetGeopointAction() - Method in class org.javarosa.core.model.actions.setgeopoint.StubSetGeopointActionHandler
-
- getSeverity() - Method in exception org.javarosa.xml.util.UnfullfilledRequirementsException
-
- getShortStringValue(Date) - Static method in class org.javarosa.core.model.utils.DateUtils
-
- getShortText() - Method in class org.javarosa.form.api.FormEntryCaption
-
Convenience method
Get shortText form of text for THIS element (if available)
!!Falls back to default form if 'short' form does not exist.!!
Use getSpecialFormQuestionText() if you want short form only.
- getSingularProperty(String) - Method in interface org.javarosa.core.services.IPropertyManager
-
- getSingularProperty(String) - Method in class org.javarosa.core.services.PropertyManager
-
Retrieves the singular property specified, as long as it exists in one of the current rulesets
- getSize(Object) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- getSource() - Method in exception org.javarosa.xpath.XPathException
-
- getSpecialFormQuestionText(String, String) - Method in class org.javarosa.form.api.FormEntryCaption
-
This method is generally used to retrieve special forms of a
textID, e.g.
- getSpecialFormQuestionText(String) - Method in class org.javarosa.form.api.FormEntryCaption
-
Same as getSpecialFormQuestionText(String textID,String form) except that the
textID defaults to the textID of the current element.
- getSpecialFormSelectChoiceText(SelectChoice, String) - Method in class org.javarosa.form.api.FormEntryPrompt
-
- getSpecialFormSelectItemText(Selection, String) - Method in class org.javarosa.form.api.FormEntryPrompt
-
This method is generally used to retrieve special forms for a
(select or 1select) item, e.g.
- getStateToReturnTo() - Static method in class org.javarosa.core.api.StateMachine
-
- getStep() - Method in class org.javarosa.xpath.parser.ast.ASTNodePathStep
-
- getStorage(String) - Static method in class org.javarosa.core.services.storage.StorageManager
-
- getStream() - Method in interface org.javarosa.core.reference.Reference
-
- getStream() - Method in class org.javarosa.core.reference.ResourceReference
-
- getStream(Document) - Static method in class org.javarosa.xform.util.XFormSerializer
-
- getString() - Method in class org.javarosa.core.model.data.UncastData
-
- getString(Document) - Static method in class org.javarosa.xform.util.XFormSerializer
-
- getSubmissionProfile() - Method in class org.javarosa.core.model.FormDef
-
- getSubReference(int) - Method in class org.javarosa.core.model.instance.TreeReference
-
Returns the subreference of this reference up to the level specified.
- getTargetReference() - Method in class org.javarosa.core.model.actions.setgeopoint.SetGeopointAction
-
- getTargets() - Method in class org.javarosa.core.model.condition.Triggerable
-
- getTemplate(TreeReference) - Method in class org.javarosa.core.model.instance.DataInstance
-
- getTemplateInstance(int) - Method in class org.javarosa.core.model.instance.utils.CachingInstanceTemplateManager
-
Return the template model for the given form type.
- getTemplateInstance(int) - Method in interface org.javarosa.core.model.instance.utils.InstanceTemplateManager
-
return FormInstance for the FormDef with the given form ID
- getTemplatePath(TreeReference) - Method in class org.javarosa.core.model.instance.DataInstance
-
- getTerminal() - Method in class org.javarosa.core.model.FormIndex
-
- getText(String) - Method in class org.javarosa.core.services.locale.Localizer
-
Retrieve the localized text for a text handle in the current locale.
- getText(String, String[]) - Method in class org.javarosa.core.services.locale.Localizer
-
Retrieve the localized text for a text handle in the current locale.
- getText(String, HashMap<String, String>) - Method in class org.javarosa.core.services.locale.Localizer
-
Retrieve the localized text for a text handle in the current locale.
- getText(String, String) - Method in class org.javarosa.core.services.locale.Localizer
-
Retrieve the localized text for a text handle in the given locale.
- getText() - Method in class org.javarosa.xform.util.InterningKXmlParser
-
- getTextID() - Method in class org.javarosa.core.model.FormDef
-
Not applicable
- getTextID() - Method in class org.javarosa.core.model.GroupDef
-
- getTextID() - Method in interface org.javarosa.core.model.IFormElement
-
get the TextID for this element used for localization purposes
- getTextID() - Method in class org.javarosa.core.model.QuestionDef
-
- getTextID() - Method in class org.javarosa.core.model.SelectChoice
-
- getTextID() - Method in class org.javarosa.form.api.FormEntryCaption
-
- getTime() - Method in class org.javarosa.core.log.LogEntry
-
- getTitle() - Method in class org.javarosa.core.model.FormDef
-
- getToken(int) - Method in class org.javarosa.xpath.parser.ast.ASTNodeAbstractExpr
-
- getTokenType(int) - Method in class org.javarosa.xpath.parser.ast.ASTNodeAbstractExpr
-
- getTotalRelevantQuestionCount() - Method in class org.javarosa.form.api.FormEntryModel
-
Not yet implemented
- getTotalSize() - Method in interface org.javarosa.core.services.storage.IStorageUtility
-
Return total size of device storage consumed by this StorageUtility
- getTotalSize() - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- getTotalSize() - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- getTransportId() - Method in class org.javarosa.core.model.instance.utils.ModelReferencePayload
-
- getTransportId() - Method in class org.javarosa.core.services.transport.payload.ByteArrayPayload
-
- getTransportId() - Method in class org.javarosa.core.services.transport.payload.DataPointerPayload
-
- getTransportId() - Method in interface org.javarosa.core.services.transport.payload.IDataPayload
-
- getTransportId() - Method in class org.javarosa.core.services.transport.payload.MultiMessagePayload
-
- getTreeElement(FormIndex) - Method in class org.javarosa.form.api.FormEntryModel
-
- getTriggerable() - Method in class org.javarosa.core.model.QuickTriggerable
-
- getTriggers(TreeReference) - Method in interface org.javarosa.core.model.condition.IConditionExpr
-
Provides a list of all of the references that this expression's value depends upon
directly.
- getTriggers() - Method in class org.javarosa.core.model.condition.Triggerable
-
- getTriggers(TreeReference) - Method in class org.javarosa.xpath.XPathConditional
-
- getType() - Method in class org.javarosa.core.log.LogEntry
-
- getType(int) - Method in class org.javarosa.xpath.parser.ast.ASTNodeAbstractExpr
-
- getUncastStandin() - Method in exception org.javarosa.core.model.data.helper.InvalidDataException
-
- getUnusedAttributes(Element, List<String>) - Static method in class org.javarosa.xform.util.XFormUtils
-
- getURI() - Method in interface org.javarosa.core.reference.Reference
-
- getURI() - Method in class org.javarosa.core.reference.ResourceReference
-
- getUtfBytes(Document) - Static method in class org.javarosa.xform.util.XFormSerializer
-
- getVagueLocation(Element) - Static method in class org.javarosa.xform.parse.XFormParser
-
- getVal() - Method in class org.javarosa.core.model.condition.pivot.CmpPivot
-
- getValAt(int) - Method in class org.javarosa.xpath.XPathLazyNodeset
-
- getValAt(int) - Method in class org.javarosa.xpath.XPathNodeset
-
- getValidEventNames(String) - Static method in class org.javarosa.xform.parse.XFormParser
-
- getValue() - Method in class org.javarosa.core.model.data.BooleanData
-
- getValue() - Method in class org.javarosa.core.model.data.DateData
-
- getValue() - Method in class org.javarosa.core.model.data.DateTimeData
-
- getValue() - Method in class org.javarosa.core.model.data.DecimalData
-
- getValue() - Method in class org.javarosa.core.model.data.GeoPointData
-
- getValue() - Method in class org.javarosa.core.model.data.GeoShapeData
-
- getValue() - Method in class org.javarosa.core.model.data.GeoTraceData
-
- getValue() - Method in class org.javarosa.core.model.data.helper.Selection
-
- getValue() - Method in interface org.javarosa.core.model.data.IAnswerData
-
- getValue() - Method in class org.javarosa.core.model.data.IntegerData
-
- getValue() - Method in class org.javarosa.core.model.data.LongData
-
- getValue() - Method in class org.javarosa.core.model.data.MultipleItemsData
-
- getValue() - Method in class org.javarosa.core.model.data.MultiPointerAnswerData
-
- getValue() - Method in class org.javarosa.core.model.data.PointerAnswerData
-
- getValue() - Method in class org.javarosa.core.model.data.SelectOneData
-
- getValue() - Method in class org.javarosa.core.model.data.StringData
-
- getValue() - Method in class org.javarosa.core.model.data.TimeData
-
- getValue() - Method in class org.javarosa.core.model.data.UncastData
-
- getValue() - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- getValue() - Method in class org.javarosa.core.model.instance.TreeElement
-
- getValue() - Method in class org.javarosa.core.model.SelectChoice
-
- getValue(String, FormInstance) - Static method in class org.javarosa.core.model.util.restorable.RestoreUtils
-
- getValue(String, TreeReference, FormInstance) - Static method in class org.javarosa.core.model.util.restorable.RestoreUtils
-
- getValue(String) - Method in class org.javarosa.core.services.PropertyManager
-
- getValue() - Method in class org.javarosa.debug.EvaluationResult
-
- getVariable(String) - Method in class org.javarosa.core.model.condition.EvaluationContext
-
- getVerb() - Method in enum org.javarosa.core.model.condition.ConditionAction
-
- getXFormParser(Reader) - Method in class org.javarosa.entities.EntityXFormParserFactory
-
- getXFormParser(Document) - Method in class org.javarosa.entities.EntityXFormParserFactory
-
- getXFormParser(Reader, Reader) - Method in class org.javarosa.entities.EntityXFormParserFactory
-
- getXFormParser(Document, Document) - Method in class org.javarosa.entities.EntityXFormParserFactory
-
- getXFormParser(Reader) - Method in interface org.javarosa.xform.parse.IXFormParserFactory
-
- getXFormParser(Document) - Method in interface org.javarosa.xform.parse.IXFormParserFactory
-
- getXFormParser(Reader, Reader) - Method in interface org.javarosa.xform.parse.IXFormParserFactory
-
- getXFormParser(Document, Document) - Method in interface org.javarosa.xform.parse.IXFormParserFactory
-
- getXFormParser(Reader) - Method in class org.javarosa.xform.parse.XFormParserFactory
-
- getXFormParser(Document) - Method in class org.javarosa.xform.parse.XFormParserFactory
-
- getXFormParser(Reader, Reader) - Method in class org.javarosa.xform.parse.XFormParserFactory
-
- getXFormParser(Document, Document) - Method in class org.javarosa.xform.parse.XFormParserFactory
-
- getXMLDocument(Reader) - Static method in class org.javarosa.xform.parse.XFormParser
-
- getXMLDocument(Reader, CacheTable<String>) - Static method in class org.javarosa.xform.parse.XFormParser
-
- getXMLStringValue(Date) - Static method in class org.javarosa.core.model.utils.DateUtils
-
- getXMLText(Node, boolean) - Static method in class org.javarosa.xform.parse.XFormParser
-
- getXMLText(Node, int, boolean) - Static method in class org.javarosa.xform.parse.XFormParser
-
reads all subsequent text nodes and returns the combined string
needed because escape sequences are parsed into consecutive text nodes
e.g.
- ghettoGetQuestionDef(int, FormDef, TreeReference) - Static method in class org.javarosa.xform.parse.XFormParser
-
Finds a questiondef that binds to ref, if the data type is a 'select' question type
- GroupDef - Class in org.javarosa.core.model
-
The definition of a group in a form or questionaire.
- GroupDef() - Constructor for class org.javarosa.core.model.GroupDef
-
- GroupDef(int, List<IFormElement>, boolean) - Constructor for class org.javarosa.core.model.GroupDef
-
- GT - Static variable in class org.javarosa.xpath.expr.XPathCmpExpr
-
- GT - Static variable in class org.javarosa.xpath.parser.Token
-
- GTE - Static variable in class org.javarosa.xpath.expr.XPathCmpExpr
-
- GTE - Static variable in class org.javarosa.xpath.parser.Token
-
- IAnswerData - Interface in org.javarosa.core.model.data
-
An IAnswerData object represents an answer to a question
posed to a user.
- IAnswerDataSerializer - Interface in org.javarosa.core.model
-
An IAnswerDataSerializer returns an object that can be serialized
into some external storage format, IE: XForm, from an AnswerData
object.
- IAnswerResolver - Interface in org.javarosa.core.model.instance.utils
-
This is an interface that can be implemented by Collect to support dynamic select choices.
- IConditionExpr - Interface in org.javarosa.core.model.condition
-
A condition expression is an expression which is evaluated against the current
model and produces a value.
- id - Variable in class org.javarosa.xpath.expr.XPathFuncExpr
-
- id - Variable in class org.javarosa.xpath.expr.XPathVariableReference
-
- IDataPayload - Interface in org.javarosa.core.services.transport.payload
-
IDataPayload is an interface that specifies a piece of data
that will be transmitted over the wire to
- IDataPayloadVisitor<T> - Interface in org.javarosa.core.services.transport.payload
-
- IDataPointer - Interface in org.javarosa.core.data
-
A data pointer representing a pointer to a (usually) larger object in memory.
- IDataReference - Interface in org.javarosa.core.model
-
An IDataReference is a reference to a value in a data
model.
- IElementHandler - Interface in org.javarosa.xform.parse
-
An IElementHandler is responsible for handling the parsing of a particular
XForms node.
- IExprDataType - Interface in org.javarosa.xpath
-
- IFallbackFunctionHandler - Interface in org.javarosa.core.model.condition
-
- IFormElement - Interface in org.javarosa.core.model
-
An IFormDataElement is an element of the physical interaction for
a form, an example of an implementing element would be the definition
of a Question.
- ifThenElse(DataInstance, EvaluationContext, XPathExpression[], Object[]) - Static method in class org.javarosa.xpath.expr.XPathFuncExpr
-
- IFullLogSerializer<T> - Interface in org.javarosa.core.log
-
- IFunctionHandler - Interface in org.javarosa.core.model.condition
-
- IInstanceProcessor - Interface in org.javarosa.core.model.utils
-
An interface for classes which are capable of parsing and performing actions
on Data Model objects.
- IInstanceSerializingVisitor - Interface in org.javarosa.core.model.utils
-
An IInstanceSerializingVisitor serializes a DataModel
- IInstanceVisitor - Interface in org.javarosa.core.model.utils
-
An IInstanceVisitor visits every element in a DataModel
following the visitor design pattern.
- ILogger - Interface in org.javarosa.core.api
-
- IMetaData - Interface in org.javarosa.core.services.storage
-
- IModule - Interface in org.javarosa.core.api
-
The Module Interface represents an integration point
for an extensible set of JavaRosa code.
- importData(FormInstance) - Method in interface org.javarosa.core.model.util.restorable.Restorable
-
- importRMS(FormInstance, IStorageUtility, Class, String) - Static method in class org.javarosa.core.model.util.restorable.RestoreUtils
-
- incrementIndex(FormIndex) - Method in class org.javarosa.form.api.FormEntryModel
-
- incrementIndex(FormIndex, boolean) - Method in class org.javarosa.form.api.FormEntryModel
-
- incrementRefLevel() - Method in class org.javarosa.core.model.instance.TreeReference
-
- index - Variable in class org.javarosa.core.model.data.helper.Selection
-
- INDEX_ATTRIBUTE - Static variable in class org.javarosa.core.model.instance.TreeReference
-
Multiplicity flag for an attribute
- INDEX_REPEAT_JUNCTURE - Static variable in class org.javarosa.core.model.instance.TreeReference
-
- INDEX_TEMPLATE - Static variable in class org.javarosa.core.model.instance.TreeReference
-
'repeats' (sections of a form that can multiply themselves) are populated with a
template that never exists in the form (IE: If you serialized the form to XML
it wouldn't be there) but provides the xml structure that should be replicated
when a 'repeat' is added
- INDEX_UNBOUND - Static variable in class org.javarosa.core.model.instance.TreeReference
-
Refers to all instances of an element, e.g.
- indexedRepeat(DataInstance, EvaluationContext, XPathExpression[], Object[]) - Static method in class org.javarosa.xpath.expr.XPathFuncExpr
-
This provides a method of indexing fields stored in prior repeat groups.
- indexOf(int, boolean) - Method in class org.javarosa.core.util.SortedIntSet
-
- indexOfBalanced(int, int, int, int) - Method in class org.javarosa.xpath.parser.ast.ASTNodeAbstractExpr
-
- indexOfKey(K) - Method in class org.javarosa.core.util.Map
-
- init(EvaluationContext, IConditionExpr, FormInstance) - Method in interface org.javarosa.core.model.condition.pivot.ConstraintHint
-
- init(EvaluationContext, IConditionExpr, FormInstance) - Method in class org.javarosa.core.model.condition.pivot.RangeHint
-
- init(boolean) - Static method in class org.javarosa.core.services.locale.Localization
-
- init_context - Variable in class org.javarosa.xpath.expr.XPathPathExpr
-
- INIT_CONTEXT_EXPR - Static variable in class org.javarosa.xpath.expr.XPathPathExpr
-
- INIT_CONTEXT_RELATIVE - Static variable in class org.javarosa.xpath.expr.XPathPathExpr
-
- INIT_CONTEXT_ROOT - Static variable in class org.javarosa.xpath.expr.XPathPathExpr
-
- initDefaultPropertyManager() - Static method in class org.javarosa.core.services.PropertyManager
-
- initialize(boolean, InstanceInitializationFactory) - Method in class org.javarosa.core.model.FormDef
-
meant to be called after deserialization and initialization of handlers
- initialize(InstanceInitializationFactory, String) - Method in class org.javarosa.core.model.instance.DataInstance
-
- initialize(InstanceInitializationFactory, String) - Method in class org.javarosa.core.model.instance.ExternalDataInstance
-
- initialize(InstanceInitializationFactory, String) - Method in class org.javarosa.core.model.instance.FormInstance
-
- initializeProperty(String, String) - Static method in class org.javarosa.core.util.PropertyUtils
-
- initReferences(QuestionDef) - Method in class org.javarosa.core.model.ItemsetBinding
-
- InputIOException(IOException) - Constructor for exception org.javarosa.core.io.StreamsUtil.InputIOException
-
Deprecated.
- instance() - Static method in class org.javarosa.core.reference.ReferenceManager
-
- instance - Variable in class org.javarosa.xpath.XPathNodeset
-
- InstanceInitializationFactory - Class in org.javarosa.core.model.instance
-
- InstanceInitializationFactory() - Constructor for class org.javarosa.core.model.instance.InstanceInitializationFactory
-
- InstanceTemplateManager - Interface in org.javarosa.core.model.instance.utils
-
Used by CompactInstanceWrapper to retrieve the template FormInstances (from the original FormDef)
necessary to unambiguously deserialize the compact models
- instantiateParser(InputStream) - Static method in class org.javarosa.xml.ElementParser
-
Prepares a parser that will be used by the element parser, configuring relevant
parameters and setting it to the appropriate point in the document.
- integer(int) - Static method in class org.javarosa.core.util.DataUtil
-
- IntegerData - Class in org.javarosa.core.model.data
-
A response to a question requesting an Integer Value
- IntegerData() - Constructor for class org.javarosa.core.model.data.IntegerData
-
Empty Constructor, necessary for dynamic construction during deserialization.
- IntegerData(int) - Constructor for class org.javarosa.core.model.data.IntegerData
-
- IntegerData(Integer) - Constructor for class org.javarosa.core.model.data.IntegerData
-
- IntegerRangeHint - Class in org.javarosa.core.model.condition.pivot
-
- IntegerRangeHint() - Constructor for class org.javarosa.core.model.condition.pivot.IntegerRangeHint
-
- intern() - Method in class org.javarosa.core.model.instance.TreeReferenceLevel
-
- intern(K) - Method in class org.javarosa.core.util.CacheTable
-
- intern() - Method in class org.javarosa.xpath.expr.XPathStep
-
- InternalDataInstanceParser - Class in org.javarosa.xml
-
- InternalDataInstanceParser() - Constructor for class org.javarosa.xml.InternalDataInstanceParser
-
- interning - Static variable in class org.javarosa.core.util.externalizable.ExtUtil
-
- InterningKXmlParser - Class in org.javarosa.xform.util
-
- InterningKXmlParser(CacheTable<String>) - Constructor for class org.javarosa.xform.util.InterningKXmlParser
-
- intersect(TreeReference) - Method in class org.javarosa.core.model.instance.TreeReference
-
Intersect this tree reference with another, returning a new tree reference
which contains all of the common elements, starting with the root element.
- intersectContextWith(Triggerable) - Method in class org.javarosa.core.model.condition.Triggerable
-
- intPad(int, int) - Static method in class org.javarosa.core.model.utils.DateUtils
-
Converts an integer to a string, ensuring that the string
contains a certain number of digits
- InvalidDataException - Exception in org.javarosa.core.model.data.helper
-
- InvalidDataException(String, UncastData) - Constructor for exception org.javarosa.core.model.data.helper.InvalidDataException
-
- InvalidIndexException - Exception in org.javarosa.core.util
-
Thrown when an index used contains an invalid value
- InvalidIndexException(String, String) - Constructor for exception org.javarosa.core.util.InvalidIndexException
-
- InvalidReferenceException - Exception in org.javarosa.core.model.instance
-
An Invalid Reference exception is thrown whenever
a valid TreeReference is expected by an operation.
- InvalidReferenceException(String, TreeReference) - Constructor for exception org.javarosa.core.model.instance.InvalidReferenceException
-
- InvalidReferenceException - Exception in org.javarosa.core.reference
-
An invalid reference exception is thrown whenever
a URI string cannot be resolved to a reference in
the current environment.
- InvalidReferenceException(String, String) - Constructor for exception org.javarosa.core.reference.InvalidReferenceException
-
A new exception implying that a URI could not be resolved to
a reference.
- InvalidStructureException - Exception in org.javarosa.xml.util
-
Invalid Structure Exceptions are thrown when an invalid
definition is found while parsing XML defining CommCare
Models.
- InvalidStructureException(String, KXmlParser) - Constructor for exception org.javarosa.xml.util.InvalidStructureException
-
- InvalidStructureException(String, String, KXmlParser) - Constructor for exception org.javarosa.xml.util.InvalidStructureException
-
- InvalidStructureException(String) - Constructor for exception org.javarosa.xml.util.InvalidStructureException
-
- IPreloadHandler - Interface in org.javarosa.core.model.utils
-
An IPreloadHandler is capable of taking in a set of parameters
for a question's preloaded value, and returning an IAnswerData
object that should be preloaded for a question.
- IPropertyManager - Interface in org.javarosa.core.services
-
An IProperty Manager is responsible for setting and retrieving name/value pairs
- IPropertyRules - Interface in org.javarosa.core.services.properties
-
The IPropertyRules interface is used to describe a set of rules for what properties are allowed for a given
property manager, and what values are are acceptable for a given property.
- IQuestionWidget - Interface in org.javarosa.formmanager.view
-
- IRecordFilter - Interface in org.javarosa.core.model.util.restorable
-
- isAbsolute() - Method in class org.javarosa.core.model.instance.TreeReference
-
- isAbsolute() - Method in class org.javarosa.xpath.parser.ast.ASTNodeLocPath
-
- isAmbiguous() - Method in class org.javarosa.core.model.instance.TreeReference
-
- isAncestorOf(TreeReference, boolean) - Method in class org.javarosa.core.model.instance.TreeReference
-
- isAttribute() - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- isAttribute() - Method in class org.javarosa.core.model.instance.TreeElement
-
- isBeginningOfFormIndex() - Method in class org.javarosa.core.model.FormIndex
-
- isCascading() - Method in enum org.javarosa.core.model.condition.ConditionAction
-
- isCascadingToChildren() - Method in class org.javarosa.core.model.condition.Condition
-
- isCascadingToChildren() - Method in class org.javarosa.core.model.condition.Recalculate
-
- isCascadingToChildren() - Method in class org.javarosa.core.model.condition.Triggerable
-
- isCheckAddChild - Variable in class org.javarosa.core.model.condition.EvaluationContext
-
- isChildable() - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- isChildable() - Method in class org.javarosa.core.model.instance.TreeElement
-
- isComplex() - Method in class org.javarosa.core.model.QuestionDef
-
true if the answer to this question yields xml tree data, not a simple string value
- isCondition() - Method in class org.javarosa.core.model.QuickTriggerable
-
- isConstraint - Variable in class org.javarosa.core.model.condition.EvaluationContext
-
- isDuplicateException() - Method in exception org.javarosa.xml.util.UnfullfilledRequirementsException
-
- isEmpty() - Method in class org.javarosa.core.model.instance.utils.TreeElementChildrenList
-
- isEmpty() - Method in interface org.javarosa.core.services.storage.IStorageUtility
-
Return whether the store is empty
- isEmpty() - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- isEmpty() - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- isEmpty() - Method in class org.javarosa.core.util.externalizable.ExternalizableWrapper
-
- isEmpty() - Method in class org.javarosa.core.util.Map
-
- isEnabled() - Method in class org.javarosa.core.model.instance.TreeElement
-
- isEndOfFormIndex() - Method in class org.javarosa.core.model.FormIndex
-
- isHomogeneous(TreeElement, TreeElement) - Static method in class org.javarosa.core.model.instance.FormInstance
-
- isIndexCompoundContainer() - Method in class org.javarosa.form.api.FormEntryModel
-
- isIndexCompoundContainer(FormIndex) - Method in class org.javarosa.form.api.FormEntryModel
-
- isIndexCompoundElement() - Method in class org.javarosa.form.api.FormEntryModel
-
- isIndexCompoundElement(FormIndex) - Method in class org.javarosa.form.api.FormEntryModel
-
- isIndexReadonly(FormIndex) - Method in class org.javarosa.form.api.FormEntryModel
-
- isIndexReadonly() - Method in class org.javarosa.form.api.FormEntryModel
-
- isIndexRelevant(FormIndex) - Method in class org.javarosa.form.api.FormEntryModel
-
Determine if the current FormIndex is relevant.
- isIndexRelevant() - Method in class org.javarosa.form.api.FormEntryModel
-
Determine if the current FormIndex is relevant.
- isInForm() - Method in class org.javarosa.core.model.FormIndex
-
- isInstanceLoadEvent(String) - Static method in class org.javarosa.core.model.actions.Actions
-
- isLeaf() - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- isLeaf() - Method in class org.javarosa.core.model.instance.TreeElement
-
- isLeap(int) - Static method in class org.javarosa.core.model.utils.DateUtils
-
Determines whether a year is a leap year in the
proleptic Gregorian calendar.
- isLocalizable() - Method in class org.javarosa.core.model.SelectChoice
-
- isLoggingEnabled() - Static method in class org.javarosa.core.services.Logger
-
Deprecated.
- isMaxInclusive() - Method in class org.javarosa.core.model.condition.pivot.RangeHint
-
- isMinInclusive() - Method in class org.javarosa.core.model.condition.pivot.RangeHint
-
- isNormalized() - Method in class org.javarosa.xpath.parser.ast.ASTNodeAbstractExpr
-
- isNull(Object) - Static method in class org.javarosa.xpath.expr.XPathFuncExpr
-
HANDLERS FOR BUILT-IN FUNCTIONS ********
the functions below are the handlers for the built-in xpath function suite
if you add a function to the suite, it should adhere to the following pattern:
* the function takes in its arguments as objects (DO NOT cast the arguments when calling
the handler up in eval() (i.e., return stringLength((String)argVals[0]) <--- NO!)
* the function converts the generic argument(s) to the desired type using the built-in
xpath type conversion functions (toBoolean(), toNumeric(), toString(), toDate())
* the function MUST return an object of type Boolean, Double, String, or Date; it may
never return null (instead return the empty string or NaN)
* the function may throw exceptions, but should try as hard as possible not to, and if
it must, strive to make it an XPathException
- isOutput(Element) - Static method in class org.javarosa.xform.util.XFormUtils
-
Is this element an Output tag?
- isParentOf(TreeReference, boolean) - Method in class org.javarosa.core.model.instance.TreeReference
-
- isReadOnly() - Method in interface org.javarosa.core.reference.Reference
-
- isReadOnly() - Method in class org.javarosa.core.reference.ResourceReference
-
- isReadOnly() - Method in class org.javarosa.form.api.FormEntryPrompt
-
- isRelative(String) - Static method in class org.javarosa.core.reference.ReferenceManager
-
- isRelevant() - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- isRelevant() - Method in class org.javarosa.core.model.instance.TreeElement
-
- isRepeatable() - Method in interface org.javarosa.core.model.instance.AbstractTreeElement
-
- isRepeatable() - Method in class org.javarosa.core.model.instance.TreeElement
-
- isRepeatRelevant(TreeReference) - Method in class org.javarosa.core.model.FormDef
-
- isRequired() - Method in class org.javarosa.core.model.instance.TreeElement
-
- isRequired() - Method in class org.javarosa.form.api.FormEntryPrompt
-
- isRuntimeEvaluated() - Method in class org.javarosa.core.model.instance.DataInstance
-
Whether the structure of this instance is only available at runtime.
- isSubElement(FormIndex, FormIndex) - Static method in class org.javarosa.core.model.FormIndex
-
- isSubIndex(FormIndex, FormIndex) - Static method in class org.javarosa.core.model.FormIndex
-
- isTerminal() - Method in class org.javarosa.core.model.FormIndex
-
Identifies whether this is a terminal index, in other words whether this
index references with more specificity than the current context
- isTerminal() - Method in class org.javarosa.xpath.parser.ast.ASTNodeAbstractExpr
-
- isTopLevelEvent(String) - Static method in class org.javarosa.core.model.actions.Actions
-
- IStorageFactory - Interface in org.javarosa.core.services.storage
-
- IStorageIterator<E extends Externalizable> - Interface in org.javarosa.core.services.storage
-
Interface for iterating through a set of records from an IStorageUtility
- IStorageUtility<E extends Externalizable> - Interface in org.javarosa.core.services.storage
-
IStorageUtility
Implementations of this interface provide persistent records-based storage in which records are stored
and retrieved using record IDs.
- IStorageUtilityIndexed<E extends Externalizable> - Interface in org.javarosa.core.services.storage
-
- isUsingPlaceholder() - Method in class org.javarosa.core.model.instance.ExternalDataInstance
-
- isValidEvent(String) - Static method in class org.javarosa.core.model.actions.Actions
-
- items - Variable in class org.javarosa.core.model.osm.OSMTag
-
- ItemsetBinding - Class in org.javarosa.core.model
-
- ItemsetBinding() - Constructor for class org.javarosa.core.model.ItemsetBinding
-
- iterate() - Method in interface org.javarosa.core.services.storage.IStorageUtility
-
Return an iterator to iterate through all records in this store
- iterate() - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- iterate() - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- iterator() - Method in class org.javarosa.core.model.instance.utils.TreeElementChildrenList
-
- Iterator<E> - Interface in org.javarosa.core.util
-
Interface for iterating through a set of records from an IStorageUtility
- ITEXT_CLOSE - Static variable in class org.javarosa.xform.parse.XFormParser
-
- ITEXT_OPEN - Static variable in class org.javarosa.xform.parse.XFormParser
-
- ITreeVisitor - Interface in org.javarosa.core.model.instance.utils
-
ITreeVisitor is a visitor interface for the elements of the
FormInstance tree elements.
- IXFormParserFactory - Interface in org.javarosa.xform.parse
-
Interface for class factory for creating an XFormParser.
- IXFormParserFunctions - Interface in org.javarosa.xform.parse
-
Provides functions from XFormParser to classes split off from it, to avoid a cyclical dependency.
- IXFormyFactory - Interface in org.javarosa.core.model.util.restorable
-
- panic() - Method in interface org.javarosa.core.api.ILogger
-
- parent(TreeReference) - Method in class org.javarosa.core.model.instance.TreeReference
-
Builds and returns a new reference that is this reference anchored to a passed-in base reference.
- parse(String, String) - Static method in class org.javarosa.core.model.instance.CsvExternalInstance
-
- parse(String, String) - Static method in class org.javarosa.core.model.instance.geojson.GeoJsonExternalInstance
-
- parse(String, String) - Static method in class org.javarosa.core.model.instance.XmlExternalInstance
-
- parse(String) - Method in class org.javarosa.xform.parse.XFormParser
-
- parse() - Method in class org.javarosa.xform.parse.XFormParser
-
- parse(String, String) - Method in class org.javarosa.xform.parse.XFormParser
-
- parse() - Method in class org.javarosa.xml.ElementParser
-
Parses the XML document at the current level, returning the datatype
described by the document.
- parse() - Method in class org.javarosa.xml.TreeElementParser
-
- parse(Vector<Token>) - Static method in class org.javarosa.xpath.parser.Parser
-
- parseData(String, int, TreeReference, FormDef) - Method in interface org.javarosa.core.model.util.restorable.IXFormyFactory
-
- parseDate(String) - Static method in class org.javarosa.core.model.utils.DateUtils
-
- parseDateTime(String) - Static method in class org.javarosa.core.model.utils.DateUtils
-
- ParseException() - Constructor for exception org.javarosa.xform.parse.XFormParser.ParseException
-
- ParseException(String) - Constructor for exception org.javarosa.xform.parse.XFormParser.ParseException
-
- parseFirstDatasetToCreate(FormInstance) - Static method in class org.javarosa.entities.internal.EntityFormParser
-
- parseInternalSecondaryInstances() - Method in class org.javarosa.xml.TreeElementParser
-
Parses the internal instances from an XForm (excluding the main instance)
- parseLocaleInput(InputStream) - Static method in class org.javarosa.core.services.locale.LocalizationUtils
-
- parser - Variable in class org.javarosa.xml.ElementParser
-
- Parser - Class in org.javarosa.xpath.parser
-
- Parser() - Constructor for class org.javarosa.xpath.parser.Parser
-
- parseRestore(byte[], Class) - Method in interface org.javarosa.core.model.util.restorable.IXFormyFactory
-
- parseSetValueAction(ActionController, Element) - Method in class org.javarosa.xform.parse.XFormParser
-
- parseSubmission(String, String, IDataReference, Element) - Method in class org.javarosa.xform.parse.SubmissionParser
-
- parseTime(String) - Static method in class org.javarosa.core.model.utils.DateUtils
-
- parseTimeWithFixedDate(String, DateUtils.DateFields) - Static method in class org.javarosa.core.model.utils.DateUtils
-
- parseUpload(IFormElement, Element, int) - Method in class org.javarosa.xform.parse.XFormParser
-
- parseXPath(String) - Static method in class org.javarosa.xpath.XPathParseTool
-
- partition(int[], int, int) - Method in class org.javarosa.xpath.parser.ast.ASTNodeAbstractExpr
-
- Partition() - Constructor for class org.javarosa.xpath.parser.ast.ASTNodeAbstractExpr.Partition
-
- partitionBalanced(int, int, int, int) - Method in class org.javarosa.xpath.parser.ast.ASTNodeAbstractExpr
-
- PAYLOAD_TYPE_HEADER - Static variable in interface org.javarosa.core.services.transport.payload.IDataPayload
-
- PAYLOAD_TYPE_JPG - Static variable in interface org.javarosa.core.services.transport.payload.IDataPayload
-
- PAYLOAD_TYPE_MULTI - Static variable in interface org.javarosa.core.services.transport.payload.IDataPayload
-
- PAYLOAD_TYPE_SMS - Static variable in interface org.javarosa.core.services.transport.payload.IDataPayload
-
- PAYLOAD_TYPE_TEXT - Static variable in interface org.javarosa.core.services.transport.payload.IDataPayload
-
Data payload codes
- PAYLOAD_TYPE_XML - Static variable in interface org.javarosa.core.services.transport.payload.IDataPayload
-
- peekID() - Method in class org.javarosa.core.services.storage.util.DummyStorageIterator
-
- peekID() - Method in interface org.javarosa.core.util.Iterator
-
Return the ID of the next record in the set without advancing the iterator.
- Persistable - Interface in org.javarosa.core.services.storage
-
A modest extension to Externalizable which identifies objects that have the concept of an internal 'record ID'
- pieces - Variable in class org.javarosa.xpath.parser.ast.ASTNodeAbstractExpr.Partition
-
- pivot(DataInstance, EvaluationContext) - Method in interface org.javarosa.core.model.condition.IConditionExpr
-
Provide a list of Pivots around which this Condition Expression depends.
- Pivot - Interface in org.javarosa.core.model.condition.pivot
-
- pivot(DataInstance, EvaluationContext, List<Object>, Object) - Method in class org.javarosa.xpath.expr.XPathBinaryOpExpr
-
- pivot(DataInstance, EvaluationContext, List<Object>, Object) - Method in class org.javarosa.xpath.expr.XPathCmpExpr
-
- pivot(DataInstance, EvaluationContext) - Method in class org.javarosa.xpath.expr.XPathExpression
-
- pivot(DataInstance, EvaluationContext, List<Object>, Object) - Method in class org.javarosa.xpath.expr.XPathExpression
-
Pivot this expression, returning values if appropriate, and adding any pivots to the list.
- pivot(DataInstance, EvaluationContext, List<Object>, Object) - Method in class org.javarosa.xpath.expr.XPathFilterExpr
-
- pivot(DataInstance, EvaluationContext, List<Object>, Object) - Method in class org.javarosa.xpath.expr.XPathFuncExpr
-
- pivot(DataInstance, EvaluationContext, List<Object>, Object) - Method in class org.javarosa.xpath.expr.XPathPathExpr
-
- pivot(DataInstance, EvaluationContext) - Method in class org.javarosa.xpath.XPathConditional
-
- PLACEHOLDER_ROOT - Static variable in class org.javarosa.core.model.instance.ExternalDataInstance
-
- PLUS - Static variable in class org.javarosa.xpath.parser.Token
-
- PointerAnswerData - Class in org.javarosa.core.model.data
-
Answer data representing a pointer object.
- PointerAnswerData() - Constructor for class org.javarosa.core.model.data.PointerAnswerData
-
NOTE: Only for serialization/deserialization
- PointerAnswerData(IDataPointer) - Constructor for class org.javarosa.core.model.data.PointerAnswerData
-
- points - Variable in class org.javarosa.core.model.data.GeoShapeData.GeoShape
-
- points - Variable in class org.javarosa.core.model.data.GeoShapeData
-
- points - Variable in class org.javarosa.core.model.data.GeoTraceData.GeoTrace
-
- points - Variable in class org.javarosa.core.model.data.GeoTraceData
-
- populate(TreeElement, FormDef) - Method in class org.javarosa.core.model.instance.TreeElement
-
- populateTemplate(TreeElement, FormDef) - Method in class org.javarosa.core.model.instance.TreeElement
-
- postProcessInstance() - Method in class org.javarosa.core.model.FormDef
-
- predicates - Variable in class org.javarosa.xpath.expr.XPathFilterExpr
-
- predicates - Variable in class org.javarosa.xpath.expr.XPathStep
-
- predicates - Variable in class org.javarosa.xpath.parser.ast.ASTNodeFilterExpr
-
- predicates - Variable in class org.javarosa.xpath.parser.ast.ASTNodePathStep
-
- preFilter(int, HashMap<String, Object>) - Method in class org.javarosa.core.services.storage.EntityFilter
-
filter based just on ID and metadata (metadata not supported yet!! will always be 'null', currently)
- PREFILTER_EXCLUDE - Static variable in class org.javarosa.core.services.storage.EntityFilter
-
- PREFILTER_FILTER - Static variable in class org.javarosa.core.services.storage.EntityFilter
-
- PREFILTER_INCLUDE - Static variable in class org.javarosa.core.services.storage.EntityFilter
-
- prefix - Variable in class org.javarosa.core.reference.RootTranslator
-
- PrefixedRootFactory - Class in org.javarosa.core.reference
-
PrefixedRootFactory provides a clean way to implement
the vast majority of behavior for a reference factory.
- PrefixedRootFactory(String[]) - Constructor for class org.javarosa.core.reference.PrefixedRootFactory
-
Construct a PrefixedRootFactory which handles the roots
provided.
- preloadHandled() - Method in interface org.javarosa.core.model.utils.IPreloadHandler
-
- preloadInstance(TreeElement) - Method in class org.javarosa.core.model.FormDef
-
Preloads the Data Model with the preload values that are enumerated in the
data bindings.
- PreloadUtils - Class in org.javarosa.core.model.utils
-
- PreloadUtils() - Constructor for class org.javarosa.core.model.utils.PreloadUtils
-
- prepare() - Method in class org.javarosa.core.util.MultiInputStream
-
Finalize the stream and allow it to be read
from.
- print(Object) - Method in class org.javarosa.xpath.expr.XPathExpression
-
- print() - Method in class org.javarosa.xpath.parser.ast.ASTNode
-
- print(Object) - Method in class org.javarosa.xpath.parser.ast.ASTNode
-
- printBytes(byte[]) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- printException(Exception) - Static method in exception org.javarosa.core.log.WrappedException
-
- printMemoryTest() - Static method in class org.javarosa.core.util.MemoryUtils
-
Prints a memory test debug statement to stdout.
- printMemoryTest(String) - Static method in class org.javarosa.core.util.MemoryUtils
-
Prints a memory test debug statement to stdout
with a tag to reference
Requires memory printing to be enabled, otherwise
is a no-op
- printMemoryTest(String, int) - Static method in class org.javarosa.core.util.MemoryUtils
-
Prints a memory test debug statement to stdout
with a tag to reference.
- printParseTree() - Method in class org.javarosa.xpath.expr.XPathExpression
-
- printStack(Throwable) - Static method in class org.javarosa.core.io.Std
-
- probeAlternativeReferences() - Method in interface org.javarosa.core.reference.Reference
-
Determines any platform-specific and reference-type specific
alternatives versions of this reference which may exist.
- probeAlternativeReferences() - Method in class org.javarosa.core.reference.ResourceReference
-
- processAction(FormDef, TreeReference) - Method in class org.javarosa.core.model.actions.Action
-
Process actions that were triggered in the form.
- processAction(FormDef, TreeReference) - Method in class org.javarosa.core.model.actions.recordaudio.RecordAudioAction
-
- processAction(FormDef, TreeReference) - Method in class org.javarosa.core.model.actions.setgeopoint.SetGeopointAction
-
- processAction(FormDef, TreeReference) - Method in class org.javarosa.core.model.actions.SetValueAction
-
- processArguments(String, HashMap<String, String>) - Static method in class org.javarosa.core.services.locale.Localizer
-
- processArguments(String, String[]) - Static method in class org.javarosa.core.services.locale.Localizer
-
- processArguments(String, String[], int) - Static method in class org.javarosa.core.services.locale.Localizer
-
- processBindAttribute(String, String, DataBinding) - Method in class org.javarosa.entities.internal.EntityFormParseProcessor
-
- processBindAttribute(String, String, DataBinding) - Method in interface org.javarosa.xform.parse.XFormParser.BindAttributeProcessor
-
- processForm(FormEntryModel) - Method in class org.javarosa.entities.EntityFormFinalizationProcessor
-
- processForm(FormEntryModel) - Method in interface org.javarosa.form.api.FormEntryFinalizationProcessor
-
- processFormDef(FormDef) - Method in class org.javarosa.entities.internal.EntityFormParseProcessor
-
- processFormDef(FormDef) - Method in interface org.javarosa.xform.parse.XFormParser.FormDefProcessor
-
- processInstance(FormInstance) - Method in interface org.javarosa.core.model.utils.IInstanceProcessor
-
Processes the provided data model.
- processModelAttribute(String, String) - Method in class org.javarosa.entities.internal.EntityFormParseProcessor
-
- processModelAttribute(String, String) - Method in interface org.javarosa.xform.parse.XFormParser.ModelAttributeProcessor
-
- processResultOfAction(TreeReference, String) - Method in interface org.javarosa.core.model.actions.ActionController.ActionResultProcessor
-
- processResultOfAction(TreeReference, String) - Method in class org.javarosa.core.model.FormDef
-
- processSaved(FormInstance, FormDef) - Method in class org.javarosa.core.model.instance.FormInstance
-
- profileMemory() - Static method in class org.javarosa.core.util.MemoryUtils
-
Experimental.
- ProgramFlow - Class in org.javarosa.core.services
-
- ProgramFlow() - Constructor for class org.javarosa.core.services.ProgramFlow
-
- properties - Variable in class org.javarosa.entities.Entity
-
- Property - Class in org.javarosa.core.services.properties
-
Property is an encapsulation of a record containing a property in the J2ME
RMS persistent storage system.
- Property() - Constructor for class org.javarosa.core.services.properties.Property
-
- PROPERTY_MANAGER - Static variable in class org.javarosa.core.api.Constants
-
- PropertyManager - Class in org.javarosa.core.services
-
PropertyManager is a class that is used to set and retrieve name/value pairs
from persistent storage.
- PropertyManager() - Constructor for class org.javarosa.core.services.PropertyManager
-
Constructor for this PropertyManager
- PropertyUtils - Class in org.javarosa.core.util
-
- PropertyUtils() - Constructor for class org.javarosa.core.util.PropertyUtils
-
- PrototypeFactory - Class in org.javarosa.core.util.externalizable
-
- PrototypeFactory() - Constructor for class org.javarosa.core.util.externalizable.PrototypeFactory
-
- PrototypeFactory(List<String>) - Constructor for class org.javarosa.core.util.externalizable.PrototypeFactory
-
- PrototypeManager - Class in org.javarosa.core.services
-
- PrototypeManager() - Constructor for class org.javarosa.core.services.PrototypeManager
-
- publishEvent(Event) - Method in interface org.javarosa.debug.EventNotifier
-
- publishEvent(Event) - Method in class org.javarosa.debug.EventNotifierSilent
-
- purge() - Method in class org.javarosa.core.log.StreamLogSerializer
-
- purge(SortedIntSet) - Method in interface org.javarosa.core.log.StreamLogSerializer.Purger
-
- put(T) - Method in class org.javarosa.core.util.Extras
-
- put(K, V) - Method in class org.javarosa.core.util.Map
-
Places the key/value pair in this map.
- randHex(int) - Static method in class org.javarosa.core.util.PropertyUtils
-
- randomize - Variable in class org.javarosa.core.model.ItemsetBinding
-
- RandomizeHelper - Class in org.javarosa.xform.parse
-
This class contains all the code needed to implement the xform randomize()
function.
- RandomizeHelper() - Constructor for class org.javarosa.xform.parse.RandomizeHelper
-
- randomSeedNumericExpr - Variable in class org.javarosa.core.model.ItemsetBinding
-
- randomSeedPathExpr - Variable in class org.javarosa.core.model.ItemsetBinding
-
- RangeHint<T extends IAnswerData> - Class in org.javarosa.core.model.condition.pivot
-
- RangeHint() - Constructor for class org.javarosa.core.model.condition.pivot.RangeHint
-
- RangeParser - Class in org.javarosa.xform.parse
-
Features for parsing the range element
- RangeParser() - Constructor for class org.javarosa.xform.parse.RangeParser
-
- RangeQuestion - Class in org.javarosa.core.model
-
A Range-type question, with information pulled from attributes of the range form element
- RangeQuestion() - Constructor for class org.javarosa.core.model.RangeQuestion
-
- rawArgs() - Method in interface org.javarosa.core.model.condition.IFunctionHandler
-
- RBRACK - Static variable in class org.javarosa.xpath.parser.Token
-
- read(byte[], int, int) - Method in class org.javarosa.core.io.BufferedInputStream
-
- read(byte[]) - Method in class org.javarosa.core.io.BufferedInputStream
-
- read() - Method in class org.javarosa.core.io.BufferedInputStream
-
- read(int) - Method in interface org.javarosa.core.services.storage.IStorageUtility
-
Read and return the record corresponding to 'id'.
- read(int) - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- read(int) - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- read(DataInputStream, Class) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- read(DataInputStream, Class, PrototypeFactory) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- read(DataInputStream, ExternalizableWrapper) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- read(DataInputStream, ExternalizableWrapper, PrototypeFactory) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- read() - Method in class org.javarosa.core.util.MultiInputStream
-
- readableInvalidStructureException(String, KXmlParser) - Static method in exception org.javarosa.xml.util.InvalidStructureException
-
- readAttributes(DataInputStream, TreeElement) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- readBool(DataInputStream) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- readByte(DataInputStream) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- readBytes(int) - Method in interface org.javarosa.core.services.storage.IStorageUtility
-
Read and return the raw bytes for the record corresponding to 'id'.
- readBytes(int) - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- readBytes(int) - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- readBytes(DataInputStream) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- readChar(DataInputStream) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- readDate(DataInputStream) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- readDecimal(DataInputStream) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.log.LogEntry
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.actions.Action
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.actions.ActionController
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.actions.recordaudio.RecordAudioAction
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.actions.setgeopoint.SetGeopointAction
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.actions.SetValueAction
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.condition.Condition
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.condition.Constraint
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.condition.Recalculate
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.condition.Triggerable
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.BooleanData
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.DateData
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.DateTimeData
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.DecimalData
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.GeoPointData
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.GeoShapeData
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.GeoTraceData
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.helper.BasicDataPointer
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.helper.Selection
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.IntegerData
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.LongData
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.MultipleItemsData
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.MultiPointerAnswerData
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.PointerAnswerData
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.SelectOneData
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.StringData
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.TimeData
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.data.UncastData
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.DataBinding
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.FormDef
-
Reads the form definition object from the supplied stream.
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.GroupDef
-
Reads a group definition object from the supplied stream.
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.instance.DataInstance
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.instance.ExternalDataInstance
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.instance.FormInstance
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.instance.TreeElement
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.instance.TreeReference
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.instance.TreeReferenceLevel
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.instance.utils.CompactInstanceWrapper
-
deserialize a compact instance.
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.instance.utils.ModelReferencePayload
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.ItemsetBinding
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.osm.OSMTag
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.osm.OSMTagItem
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.QuestionDef
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.RangeQuestion
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.SelectChoice
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.model.SubmissionProfile
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.reference.ReferenceDataSource
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.reference.RootTranslator
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.services.locale.Localizer
-
Reads the object from a stream.
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.services.locale.ResourceFileDataSource
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.services.locale.TableLocaleSource
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.services.properties.Property
-
(non-Javadoc)
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.services.storage.FauxIndexedPersistable
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.services.storage.TaggedSerializationWrapper
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.services.transport.payload.ByteArrayPayload
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.services.transport.payload.DataPointerPayload
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.services.transport.payload.MultiMessagePayload
-
- readExternal(DataInputStream, PrototypeFactory) - Method in interface org.javarosa.core.util.externalizable.Externalizable
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.util.externalizable.ExternalizableExtras
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.util.externalizable.ExternalizableWrapper
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.util.externalizable.ExtWrapBase
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.util.externalizable.ExtWrapExternalizable
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.util.externalizable.ExtWrapIntEncodingSmall
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.util.externalizable.ExtWrapIntEncodingUniform
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.util.externalizable.ExtWrapList
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.util.externalizable.ExtWrapListPoly
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.util.externalizable.ExtWrapMap
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.util.externalizable.ExtWrapMapPoly
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.util.externalizable.ExtWrapNullable
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.util.externalizable.ExtWrapTagged
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.core.util.SortedIntSet
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.entities.internal.EntityFormExtra
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.model.xform.XPathReference
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.xpath.expr.XPathArithExpr
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.xpath.expr.XPathBinaryOpExpr
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.xpath.expr.XPathBoolExpr
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.xpath.expr.XPathCmpExpr
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.xpath.expr.XPathEqExpr
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.xpath.expr.XPathFilterExpr
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.xpath.expr.XPathFuncExpr
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.xpath.expr.XPathNumericLiteral
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.xpath.expr.XPathNumNegExpr
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.xpath.expr.XPathPathExpr
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.xpath.expr.XPathQName
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.xpath.expr.XPathStep
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.xpath.expr.XPathStringLiteral
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.xpath.expr.XPathUnaryOpExpr
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.xpath.expr.XPathUnionExpr
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.xpath.expr.XPathVariableReference
-
- readExternal(DataInputStream, PrototypeFactory) - Method in class org.javarosa.xpath.XPathConditional
-
- readFromStream(InputStream, int) - Static method in class org.javarosa.core.io.StreamsUtil
-
Deprecated.
- readFromStream(InputStream, int) - Static method in class org.javarosa.core.util.StreamsUtil
-
Deprecated.
- readInt(DataInputStream) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- readInts(DataInputStream) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- readNumeric(DataInputStream) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- readNumeric(DataInputStream, ExtWrapIntEncoding) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- readonlyAbsolute - Variable in class org.javarosa.core.model.DataBinding
-
- readonlyCondition - Variable in class org.javarosa.core.model.DataBinding
-
- readShort(DataInputStream) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- readString(DataInputStream) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- readTag(DataInputStream, PrototypeFactory) - Static method in class org.javarosa.core.util.externalizable.ExtWrapTagged
-
- realTime() - Method in interface org.javarosa.core.model.condition.IFunctionHandler
-
- Recalculate - Class in org.javarosa.core.model.condition
-
- Recalculate() - Constructor for class org.javarosa.core.model.condition.Recalculate
-
Constructor required for deserialization
- recalculate(XPathConditional, TreeReference) - Static method in class org.javarosa.core.model.condition.Triggerable
-
- receive(byte[], Class) - Static method in class org.javarosa.core.model.util.restorable.RestoreUtils
-
- RECORD_ID_TAG - Static variable in class org.javarosa.core.model.util.restorable.RestoreUtils
-
- RecordAudioAction - Class in org.javarosa.core.model.actions.recordaudio
-
- RecordAudioAction(TreeReference, String) - Constructor for class org.javarosa.core.model.actions.recordaudio.RecordAudioAction
-
- RecordAudioAction() - Constructor for class org.javarosa.core.model.actions.recordaudio.RecordAudioAction
-
- RecordAudioActionHandler - Class in org.javarosa.core.model.actions.recordaudio
-
- RecordAudioActionHandler() - Constructor for class org.javarosa.core.model.actions.recordaudio.RecordAudioActionHandler
-
- RecordAudioActionListener - Interface in org.javarosa.core.model.actions.recordaudio
-
- RecordAudioActions - Class in org.javarosa.core.model.actions.recordaudio
-
- recordAudioTriggered(TreeReference, String) - Method in interface org.javarosa.core.model.actions.recordaudio.RecordAudioActionListener
-
- recordId - Variable in class org.javarosa.core.services.properties.Property
-
- recordInstanceFunctionCall(String) - Static method in class org.javarosa.xform.parse.XFormParser
-
Records that the given instance ID was used as the argument to an instance() function call.
- ref(String) - Method in interface org.javarosa.core.model.util.restorable.IXFormyFactory
-
- ref(String) - Static method in class org.javarosa.core.model.util.restorable.RestoreUtils
-
- REF_ABSOLUTE - Static variable in class org.javarosa.core.model.instance.TreeReference
-
- Reference - Interface in org.javarosa.core.reference
-
A Reference is essentially a pointer to interact in a limited
fashion with an external resource of some kind (images, xforms,
etc).
- ReferenceDataSource - Class in org.javarosa.core.reference
-
The ReferenceDataSource is a source of locale data which
is located at a location which is defined by a ReferenceURI.
- ReferenceDataSource() - Constructor for class org.javarosa.core.reference.ReferenceDataSource
-
NOTE: FOR SERIALIZATION ONLY!
- ReferenceDataSource(String) - Constructor for class org.javarosa.core.reference.ReferenceDataSource
-
Creates a new Data Source for Locale data with the given resource URI.
- ReferenceFactory - Interface in org.javarosa.core.reference
-
A ReferenceFactory is responsible for knowing how to derive a
reference for a range of URI's.
- ReferenceManager - Class in org.javarosa.core.reference
-
The reference manager is a singleton class which is responsible for deriving reference URI's into
references at runtime.
- refreshWidget(int) - Method in interface org.javarosa.formmanager.view.IQuestionWidget
-
- refToPathExpr(TreeReference) - Method in interface org.javarosa.core.model.util.restorable.IXFormyFactory
-
- regex(Object, Object) - Static method in class org.javarosa.xpath.expr.XPathFuncExpr
-
determine if a string matches a regular expression.
- register(int, K) - Method in class org.javarosa.core.util.CacheTable
-
- register(IQuestionWidget) - Method in class org.javarosa.form.api.FormEntryCaption
-
- register(IQuestionWidget) - Method in class org.javarosa.form.api.FormEntryPrompt
-
- registerAction(String) - Method in class org.javarosa.core.model.FormDef
-
Records that the form definition includes an action of the given name.
- registerActionHandler(String, IElementHandler) - Static method in class org.javarosa.xform.parse.XFormParser
-
Let the parser know how to handle a given action -- All actions are first parsed by the
generic parseAction() method, which is passed another handler to invoke after the generic
handler is done
- registerActionTarget(TreeReference) - Method in class org.javarosa.xform.parse.XFormParser
-
Notify parser about a node that will later be relevant to an action.
- registerAnswerSerializer(IAnswerDataSerializer) - Method in interface org.javarosa.core.model.IAnswerDataSerializer
-
Extends the serializing capabilities of this serializer
by registering another, and allowing this serializer
to operate on all of the data types that the argument
can.
- registerAnswerSerializer(IAnswerDataSerializer) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- registerElementWithActionTriggeredByToplevelEvent(IFormElement) - Method in class org.javarosa.core.model.FormDef
-
Records that this question or group has a nested action triggered by a top-level event so that the action can be
triggered without having to traverse all elements.
- registerEventListener(String, Action) - Method in class org.javarosa.core.model.actions.ActionController
-
- registerEventListener(List<String>, Action) - Method in class org.javarosa.core.model.actions.ActionController
-
Register an action to be triggered by the specified event(s).
- registerIndex(String) - Method in interface org.javarosa.core.services.storage.IStorageUtilityIndexed
-
Optional.
- registerIndex(String) - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- registerIndex(String) - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- registerLanguageFile(String, String) - Static method in class org.javarosa.core.services.locale.Localization
-
- registerLanguageReference(String, String) - Static method in class org.javarosa.core.services.locale.Localization
-
- registerLocaleResource(String, LocaleDataSource) - Method in class org.javarosa.core.services.locale.Localizer
-
Registers a resource file as a source of locale data for the specified
locale.
- registerLocalizable(Localizable) - Method in class org.javarosa.core.services.locale.Localizer
-
Register a Localizable to receive updates when the locale is changed.
- registerLogger(ILogger) - Static method in class org.javarosa.core.services.Logger
-
- registerModule() - Method in interface org.javarosa.core.api.IModule
-
Register Module should identify all configuration that
needs to occur for the elements that are contained within
a module, and perform that configuration and registration
with the current application.
- registerModule() - Method in class org.javarosa.core.model.CoreModelModule
-
- registerModule() - Method in class org.javarosa.core.util.JavaRosaCoreModule
-
- registerModule() - Method in class org.javarosa.formmanager.FormModule
-
- registerModule() - Method in class org.javarosa.model.xform.XFormsModule
-
- registerPrototype(String) - Static method in class org.javarosa.core.services.PrototypeManager
-
- registerPrototypes(String[]) - Static method in class org.javarosa.core.services.PrototypeManager
-
- registerStateObserver(FormElementStateListener) - Method in class org.javarosa.core.model.FormDef
-
- registerStateObserver(FormElementStateListener) - Method in class org.javarosa.core.model.GroupDef
-
- registerStateObserver(FormElementStateListener) - Method in interface org.javarosa.core.model.IFormElement
-
Registers a state observer for this element.
- registerStateObserver(FormElementStateListener) - Method in class org.javarosa.core.model.instance.TreeElement
-
- registerStateObserver(FormElementStateListener) - Method in class org.javarosa.core.model.QuestionDef
-
- registerStorage(String, Class) - Static method in class org.javarosa.core.services.storage.StorageManager
-
- registerStorage(String, String, Class) - Static method in class org.javarosa.core.services.storage.StorageManager
-
- registerStorage(String, IStorageUtility<? extends Externalizable>) - Static method in class org.javarosa.core.services.storage.StorageManager
-
It is strongly, strongly advised that you do not register storage in this way.
- registerWrappedStorage(String, String, WrappingStorageUtility.SerializationWrapper) - Static method in class org.javarosa.core.services.storage.StorageManager
-
- relativize(TreeReference) - Method in class org.javarosa.core.model.instance.TreeReference
-
- release() - Method in class org.javarosa.xform.util.InterningKXmlParser
-
- relevancyCondition - Variable in class org.javarosa.core.model.DataBinding
-
- relevantAbsolute - Variable in class org.javarosa.core.model.DataBinding
-
- remove(int) - Method in class org.javarosa.core.model.instance.utils.TreeElementChildrenList
-
Removes a child at the specified index
- remove(TreeElement) - Method in class org.javarosa.core.model.instance.utils.TreeElementChildrenList
-
Removes a specific child
- remove(String, int) - Method in class org.javarosa.core.model.instance.utils.TreeElementChildrenList
-
Removes the first child with the given name and multiplicity, if one exists
- remove() - Method in interface org.javarosa.core.reference.Reference
-
Removes the binary data located by this reference.
- remove() - Method in class org.javarosa.core.reference.ResourceReference
-
- remove(int) - Method in interface org.javarosa.core.services.storage.IStorageUtility
-
Remove record with the given ID from the store.
- remove(Persistable) - Method in interface org.javarosa.core.services.storage.IStorageUtility
-
Remove object from the store
- remove(int) - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- remove(Persistable) - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- remove(int) - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- remove(Persistable) - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- remove(Object) - Method in class org.javarosa.core.util.Map
-
Removes any mapping from the given key
- remove(int) - Method in class org.javarosa.core.util.SortedIntSet
-
- removeAll(String) - Method in class org.javarosa.core.model.instance.utils.TreeElementChildrenList
-
- removeAll() - Method in interface org.javarosa.core.services.storage.IStorageUtility
-
- removeAll(EntityFilter) - Method in interface org.javarosa.core.services.storage.IStorageUtility
-
- removeAll() - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- removeAll(EntityFilter) - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- removeAll() - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- removeAll(EntityFilter) - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- removeAt(int) - Method in class org.javarosa.core.util.Map
-
- removeChild(TreeElement) - Method in class org.javarosa.core.model.instance.TreeElement
-
- removeChild(String, int) - Method in class org.javarosa.core.model.instance.TreeElement
-
- removeChildAt(int) - Method in class org.javarosa.core.model.instance.TreeElement
-
- removeChildren(String) - Method in class org.javarosa.core.model.instance.TreeElement
-
- removeLastLevel() - Method in class org.javarosa.core.model.instance.TreeReference
-
- removePredicates() - Method in class org.javarosa.core.model.instance.TreeReference
-
- removePredicates(int) - Method in class org.javarosa.core.model.instance.TreeReference
-
- removeReferenceFactory(ReferenceFactory) - Method in class org.javarosa.core.reference.ReferenceManager
-
- removeSelectChoice(SelectChoice) - Method in class org.javarosa.core.model.QuestionDef
-
- repack() - Method in interface org.javarosa.core.services.storage.IStorageUtility
-
Perform any clean-up/consolidation of the StorageUtility's underlying datastructures that is too expensive to do during
normal usage (e.g., if all the records are scattered among 10 half-empty RMSes, repack them into 5 full RMSes)
- repack() - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- repack() - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- repair() - Method in interface org.javarosa.core.services.storage.IStorageUtility
-
If the StorageUtility has been left in a corrupt/inconsistent state, restore it to a non-corrupt state, even if it results
in data loss.
- repair() - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- repair() - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- repairAll() - Static method in class org.javarosa.core.services.storage.StorageManager
-
- REPEAT_STRUCTURE_LINEAR - Static variable in class org.javarosa.form.api.FormEntryModel
-
Repeats should be a prompted linear set of questions, either
with a fixed set of repetitions, or a prompt for creating a
new one.
- REPEAT_STRUCTURE_NON_LINEAR - Static variable in class org.javarosa.form.api.FormEntryModel
-
Repeats should be a custom juncture point with centralized
"Create/Remove/Interact" hub.
- RepeatOptions() - Constructor for class org.javarosa.form.api.FormEntryCaption.RepeatOptions
-
- repeats() - Method in class org.javarosa.form.api.FormEntryCaption
-
- reportDependencyCycles() - Method in class org.javarosa.core.model.FormDef
-
Reports any dependency cycles based upon the triggerIndex array.
- requestConstraintHint(ConstraintHint) - Method in class org.javarosa.form.api.FormEntryPrompt
-
- requestLocationUpdates() - Method in class org.javarosa.core.model.actions.setgeopoint.SetGeopointAction
-
Client-specific location request.
- requestLocationUpdates() - Method in class org.javarosa.core.model.actions.setgeopoint.StubSetGeopointAction
-
- REQUIRED_ARRAY_SIZE - Static variable in class org.javarosa.core.model.data.GeoPointData
-
- requiredAbsolute - Variable in class org.javarosa.core.model.DataBinding
-
- requiredCondition - Variable in class org.javarosa.core.model.DataBinding
-
- reset() - Method in class org.javarosa.core.io.BufferedInputStream
-
- reset() - Method in class org.javarosa.core.reference.ReferenceManager
-
- reset() - Method in class org.javarosa.core.util.Map
-
Removes all keys and values from this map.
- resetFormTypes() - Method in class org.javarosa.core.model.instance.utils.CachingInstanceTemplateManager
-
Empty the list of allowed form types
- resolveAnswer(String, TreeElement, FormDef) - Method in class org.javarosa.core.model.instance.utils.DefaultAnswerResolver
-
- resolveAnswer(String, TreeElement, FormDef) - Method in interface org.javarosa.core.model.instance.utils.IAnswerResolver
-
- resolveReference(TreeReference) - Method in class org.javarosa.core.model.condition.EvaluationContext
-
- resolveReference(TreeReference) - Method in class org.javarosa.core.model.instance.DataInstance
-
- resolveReference(IDataReference) - Method in class org.javarosa.core.model.instance.DataInstance
-
- ResourceFileDataSource - Class in org.javarosa.core.services.locale
-
- ResourceFileDataSource() - Constructor for class org.javarosa.core.services.locale.ResourceFileDataSource
-
NOTE: FOR SERIALIZATION ONLY!
- ResourceFileDataSource(String) - Constructor for class org.javarosa.core.services.locale.ResourceFileDataSource
-
Creates a new Data Source for Locale data with the given resource URI.
- ResourceReference - Class in org.javarosa.core.reference
-
A Resource Reference is a reference to a file which
is a Java Resource, which is accessible with the
'getResourceAsStream' method from the Java Classloader.
- ResourceReference(String) - Constructor for class org.javarosa.core.reference.ResourceReference
-
Creates a new resource reference with URI in the format
of a fully global resource URI, IE: "/path/file.ext".
- ResourceReferenceFactory - Class in org.javarosa.core.reference
-
A ResourceReferenceFactory is a Raw Reference Accessor
which provides a factory for references of the form
- ResourceReferenceFactory() - Constructor for class org.javarosa.core.reference.ResourceReferenceFactory
-
- Restorable - Interface in org.javarosa.core.model.util.restorable
-
- restoreDataModel(InputStream, Class) - Static method in class org.javarosa.xform.parse.XFormParser
-
- restoreDataModel(Document, Class) - Static method in class org.javarosa.xform.parse.XFormParser
-
- restoreDataModel(byte[], Class) - Static method in class org.javarosa.xform.parse.XFormParser
-
- RestoreUtils - Class in org.javarosa.core.model.util.restorable
-
- RestoreUtils() - Constructor for class org.javarosa.core.model.util.restorable.RestoreUtils
-
- retrieve(int) - Method in class org.javarosa.core.util.CacheTable
-
- retrieveExternalDataPointer(IAnswerData) - Method in interface org.javarosa.core.model.IAnswerDataSerializer
-
Retrieves a pointer to external data contained in the
provided answer data, if one exists.
- retrieveExternalDataPointer(IAnswerData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- RETURN_ARG_KEY - Static variable in class org.javarosa.core.api.Constants
-
- RETURN_ARG_TYPE_DATA_POINTER - Static variable in class org.javarosa.core.api.Constants
-
- RETURN_ARG_TYPE_DATA_POINTER_LIST - Static variable in class org.javarosa.core.api.Constants
-
- RETURN_ARG_TYPE_KEY - Static variable in class org.javarosa.core.api.Constants
-
- revertTerning() - Static method in class org.javarosa.core.util.MemoryUtils
-
- rootRef() - Static method in class org.javarosa.core.model.instance.TreeReference
-
- RootTranslator - Class in org.javarosa.core.reference
-
A Root Translator is a simple reference factory which doesn't
actually derive any specific references, but rather translates
references from one prefix to another.
- RootTranslator() - Constructor for class org.javarosa.core.reference.RootTranslator
-
Serialization only!
- RootTranslator(String, String) - Constructor for class org.javarosa.core.reference.RootTranslator
-
Creates a translator which will create references of the
type described by translatedPrefix whenever references of
the type prefix are being derived.
- roundDate(Date) - Static method in class org.javarosa.core.model.utils.DateUtils
-
- RPAREN - Static variable in class org.javarosa.xpath.parser.Token
-
- s - Variable in class org.javarosa.xpath.expr.XPathStringLiteral
-
- saveAnswer(FormIndex, IAnswerData, boolean) - Method in class org.javarosa.form.api.FormEntryController
-
saveAnswer attempts to save the current answer into the data model
without doing any constraint checking.
- saveAnswer(IAnswerData, boolean) - Method in class org.javarosa.form.api.FormEntryController
-
saveAnswer attempts to save the current answer into the data model
without doing any constraint checking.
- saveLocationValue(String) - Method in class org.javarosa.core.model.actions.setgeopoint.SetGeopointAction
-
Save the location to the model.
- schema - Variable in class org.javarosa.core.model.instance.FormInstance
-
- seal() - Method in class org.javarosa.core.model.FormDef
-
Frees all of the components of this form which are no longer needed once
it is completed.
- seal() - Method in class org.javarosa.core.util.Map
-
- second - Variable in class org.javarosa.core.model.utils.DateUtils.DateFields
-
- secTicks - Variable in class org.javarosa.core.model.utils.DateUtils.DateFields
-
- Secure - Interface in org.javarosa.core.services.storage
-
Tag interface for defining that models used in storage should be stored
in the most secure way possible.
- SelectChoice - Class in org.javarosa.core.model
-
- SelectChoice() - Constructor for class org.javarosa.core.model.SelectChoice
-
for deserialization only
- SelectChoice(String, String) - Constructor for class org.javarosa.core.model.SelectChoice
-
- SelectChoice(String, String, boolean) - Constructor for class org.javarosa.core.model.SelectChoice
-
- SelectChoice(String, String, String, boolean) - Constructor for class org.javarosa.core.model.SelectChoice
-
- SelectChoice(String, String, boolean, TreeElement, String) - Constructor for class org.javarosa.core.model.SelectChoice
-
- selectedAt(Object, Object) - Static method in class org.javarosa.xpath.expr.XPathFuncExpr
-
Get the Nth item in a selected list
- Selection - Class in org.javarosa.core.model.data.helper
-
A response to a question requesting a selection
from a list.
- Selection() - Constructor for class org.javarosa.core.model.data.helper.Selection
-
for deserialization only
- Selection(SelectChoice) - Constructor for class org.javarosa.core.model.data.helper.Selection
-
- Selection(String) - Constructor for class org.javarosa.core.model.data.helper.Selection
-
- Selection(int) - Constructor for class org.javarosa.core.model.data.helper.Selection
-
- selection() - Method in class org.javarosa.core.model.SelectChoice
-
- SelectMultiData - Class in org.javarosa.core.model.data
-
This class is only for providing backwards compatibility after renaming SelectMultiData.class to MultipleItemsData
- SelectMultiData() - Constructor for class org.javarosa.core.model.data.SelectMultiData
-
Empty Constructor, necessary for dynamic construction during deserialization.
- SelectMultiData(List<Selection>) - Constructor for class org.javarosa.core.model.data.SelectMultiData
-
- SelectOneData - Class in org.javarosa.core.model.data
-
A response to a question requesting a selection
of one and only one item from a list
- SelectOneData() - Constructor for class org.javarosa.core.model.data.SelectOneData
-
Empty Constructor, necessary for dynamic construction during deserialization.
- SelectOneData(Selection) - Constructor for class org.javarosa.core.model.data.SelectOneData
-
- selfRef() - Static method in class org.javarosa.core.model.instance.TreeReference
-
- separators - Variable in class org.javarosa.xpath.parser.ast.ASTNodeAbstractExpr.Partition
-
- separators - Variable in class org.javarosa.xpath.parser.ast.ASTNodeLocPath
-
- serialize(Object) - Static method in class org.javarosa.core.util.externalizable.ExtUtil
-
- serialize(DataInstance, TreeReference) - Method in class org.javarosa.model.xform.DataModelSerializer
-
- serializeAnswerData(IAnswerData, int) - Method in interface org.javarosa.core.model.IAnswerDataSerializer
-
Serializes the given data object into a format that can
be stored externally using the defined schemas
- serializeAnswerData(IAnswerData) - Method in interface org.javarosa.core.model.IAnswerDataSerializer
-
Serializes the given data object into a format that can
be stored externally.
- serializeAnswerData(UncastData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeAnswerData(StringData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeAnswerData(DateData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeAnswerData(DateTimeData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeAnswerData(TimeData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeAnswerData(PointerAnswerData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeAnswerData(MultiPointerAnswerData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeAnswerData(MultipleItemsData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeAnswerData(SelectOneData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeAnswerData(IntegerData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeAnswerData(LongData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeAnswerData(DecimalData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeAnswerData(GeoPointData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeAnswerData(GeoTraceData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeAnswerData(GeoShapeData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeAnswerData(BooleanData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeAnswerData(IAnswerData, int) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeAnswerData(IAnswerData) - Method in class org.javarosa.xform.util.XFormAnswerDataSerializer
-
- serializeData(IAnswerData) - Method in interface org.javarosa.core.model.util.restorable.IXFormyFactory
-
- serializeInstance(FormInstance) - Method in interface org.javarosa.core.model.util.restorable.IXFormyFactory
-
- serializeInstance(FormInstance, FormDef) - Method in interface org.javarosa.core.model.utils.IInstanceSerializingVisitor
-
- serializeInstance(FormInstance, IDataReference) - Method in interface org.javarosa.core.model.utils.IInstanceSerializingVisitor
-
- serializeInstance(FormInstance) - Method in interface org.javarosa.core.model.utils.IInstanceSerializingVisitor
-
- serializeInstance(FormInstance, FormDef) - Method in class org.javarosa.model.xform.CompactSerializingVisitor
-
- serializeInstance(FormInstance) - Method in class org.javarosa.model.xform.CompactSerializingVisitor
-
- serializeInstance(FormInstance, IDataReference) - Method in class org.javarosa.model.xform.CompactSerializingVisitor
-
- serializeInstance(FormInstance, FormDef) - Method in class org.javarosa.model.xform.SMSSerializingVisitor
-
Deprecated.
- serializeInstance(FormInstance) - Method in class org.javarosa.model.xform.SMSSerializingVisitor
-
Deprecated.
- serializeInstance(FormInstance, IDataReference) - Method in class org.javarosa.model.xform.SMSSerializingVisitor
-
Deprecated.
- serializeInstance(FormInstance, FormDef) - Method in class org.javarosa.model.xform.XFormSerializingVisitor
-
- serializeInstance(FormInstance) - Method in class org.javarosa.model.xform.XFormSerializingVisitor
-
- serializeInstance(FormInstance, IDataReference) - Method in class org.javarosa.model.xform.XFormSerializingVisitor
-
- serializeLog(int, LogEntry) - Method in class org.javarosa.core.log.StreamLogSerializer
-
- serializeLog(LogEntry) - Method in class org.javarosa.core.log.StreamLogSerializer
-
- serializeLogs(IFullLogSerializer<T>) - Method in interface org.javarosa.core.api.ILogger
-
- serializeLogs(StreamLogSerializer) - Method in interface org.javarosa.core.api.ILogger
-
- serializeLogs(StreamLogSerializer, int) - Method in interface org.javarosa.core.api.ILogger
-
- serializeLogs(LogEntry[]) - Method in class org.javarosa.core.log.FlatLogSerializer
-
- serializeLogs(LogEntry[]) - Method in interface org.javarosa.core.log.IFullLogSerializer
-
- serializeNode(TreeElement) - Method in class org.javarosa.model.xform.CompactSerializingVisitor
-
- serializeNode(AbstractTreeElement) - Method in class org.javarosa.model.xform.DataModelSerializer
-
- serializeNode(TreeElement) - Method in class org.javarosa.model.xform.SMSSerializingVisitor
-
Deprecated.
- serializeNode(TreeElement) - Method in class org.javarosa.model.xform.XFormSerializingVisitor
-
- setAdditionalAttribute(String, String, String) - Method in class org.javarosa.core.model.DataBinding
-
- setAdditionalAttribute(String, String, String) - Method in class org.javarosa.core.model.FormDef
-
- setAdditionalAttribute(String, String, String) - Method in class org.javarosa.core.model.GroupDef
-
- setAdditionalAttribute(String, String, String) - Method in interface org.javarosa.core.model.IFormElement
-
Capture additional attributes on a Question or Group
- setAdditionalAttribute(String, String, String) - Method in class org.javarosa.core.model.QuestionDef
-
- setAnswer(IAnswerData, TreeReference) - Method in class org.javarosa.core.model.FormDef
-
- setAnswer(IAnswerData, TreeElement) - Method in class org.javarosa.core.model.FormDef
-
- setAnswer(IAnswerData) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setAnswerDataSerializer(IAnswerDataSerializer) - Method in interface org.javarosa.core.model.utils.IInstanceSerializingVisitor
-
- setAnswerDataSerializer(IAnswerDataSerializer) - Method in class org.javarosa.model.xform.CompactSerializingVisitor
-
- setAnswerDataSerializer(IAnswerDataSerializer) - Method in class org.javarosa.model.xform.SMSSerializingVisitor
-
Deprecated.
- setAnswerDataSerializer(IAnswerDataSerializer) - Method in class org.javarosa.model.xform.XFormSerializingVisitor
-
- setAnswerResolver(IAnswerResolver) - Static method in class org.javarosa.xform.parse.XFormParser
-
- setAppearanceAttr(String) - Method in class org.javarosa.core.model.FormDef
-
Appearance isn't a valid attribute for form, but this method must be
included as a result of conforming to the IFormElement interface.
- setAppearanceAttr(String) - Method in class org.javarosa.core.model.GroupDef
-
- setAppearanceAttr(String) - Method in interface org.javarosa.core.model.IFormElement
-
- setAppearanceAttr(String) - Method in class org.javarosa.core.model.QuestionDef
-
- setAttribute(TreeElement, List<TreeElement>, String, String, String) - Static method in class org.javarosa.core.model.instance.TreeElement
-
- setAttribute(String, String, String) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setBind(IDataReference) - Method in class org.javarosa.core.model.GroupDef
-
- setBind(IDataReference) - Method in class org.javarosa.core.model.QuestionDef
-
- setBindAttribute(String, String, String) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setBindAttributes(List<TreeElement>) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setChildren(List<IFormElement>) - Method in class org.javarosa.core.model.FormDef
-
- setChildren(List<IFormElement>) - Method in class org.javarosa.core.model.GroupDef
-
- setChildren(List<IFormElement>) - Method in interface org.javarosa.core.model.IFormElement
-
- setChildren(List<IFormElement>) - Method in class org.javarosa.core.model.QuestionDef
-
- setConstraint(Constraint) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setContext(int) - Method in class org.javarosa.core.model.instance.TreeReference
-
- setContextType(int) - Method in class org.javarosa.core.model.instance.TreeReference
-
- setControlType(int) - Method in class org.javarosa.core.model.QuestionDef
-
- setData(Externalizable) - Method in class org.javarosa.core.model.instance.utils.CompactInstanceWrapper
-
- setData(Externalizable) - Method in class org.javarosa.core.services.storage.TaggedSerializationWrapper
-
- setData(Externalizable) - Method in interface org.javarosa.core.services.storage.WrappingStorageUtility.SerializationWrapper
-
set the underlying object (to be followed by a call to writeExternal)
- setDataType(int) - Method in class org.javarosa.core.model.DataBinding
-
- setDataType(int) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setDateSaved(Date) - Method in class org.javarosa.core.model.instance.FormInstance
-
- setDefaultLocale(String) - Static method in class org.javarosa.core.services.locale.Localization
-
- setDefaultLocale(String) - Method in class org.javarosa.core.services.locale.Localizer
-
Set the default locale.
- setDefaultSubmission(SubmissionProfile) - Method in class org.javarosa.core.model.FormDef
-
- setDestination(String) - Method in class org.javarosa.core.model.instance.utils.ModelReferencePayload
-
- setDynamicChoices(ItemsetBinding) - Method in class org.javarosa.core.model.QuestionDef
-
- setEnabled(boolean) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setEnabled(boolean, boolean) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setEnabled(boolean) - Static method in class org.javarosa.core.util.CodeTimer
-
- setErr(PrintStream) - Static method in class org.javarosa.core.io.Std
-
- setEventNotifier(EventNotifier) - Method in class org.javarosa.core.model.FormDef
-
- setFormId(int) - Method in class org.javarosa.core.model.instance.DataInstance
-
- setFormXmlPath(String) - Method in class org.javarosa.core.model.FormDef
-
- SetGeopointAction - Class in org.javarosa.core.model.actions.setgeopoint
-
Abstract implementation of odk:setgeopoint action.
- SetGeopointAction() - Constructor for class org.javarosa.core.model.actions.setgeopoint.SetGeopointAction
-
- SetGeopointAction(TreeReference) - Constructor for class org.javarosa.core.model.actions.setgeopoint.SetGeopointAction
-
- SetGeopointActionHandler - Class in org.javarosa.core.model.actions.setgeopoint
-
- SetGeopointActionHandler() - Constructor for class org.javarosa.core.model.actions.setgeopoint.SetGeopointActionHandler
-
- setHelpInnerText(String) - Method in class org.javarosa.core.model.QuestionDef
-
- setHelpText(String) - Method in class org.javarosa.core.model.QuestionDef
-
Only if there is no localizable version of the <hint>available should this method be used
- setHelpTextID(String) - Method in class org.javarosa.core.model.QuestionDef
-
- setId(String) - Method in class org.javarosa.core.model.DataBinding
-
- setID(int) - Method in class org.javarosa.core.model.FormDef
-
- setID(int) - Method in class org.javarosa.core.model.GroupDef
-
- setID(int) - Method in interface org.javarosa.core.model.IFormElement
-
- setID(int) - Method in class org.javarosa.core.model.instance.DataInstance
-
- setID(int) - Method in class org.javarosa.core.model.QuestionDef
-
- setID(int) - Method in class org.javarosa.core.services.properties.Property
-
(non-Javadoc)
- setID(int) - Method in class org.javarosa.core.services.storage.FauxIndexedPersistable
-
- setID(int) - Method in interface org.javarosa.core.services.storage.Persistable
-
- setImmediateCascades(Set<QuickTriggerable>) - Method in class org.javarosa.core.model.condition.Triggerable
-
- setIndex(int) - Method in class org.javarosa.core.model.SelectChoice
-
- setInstance(FormInstance) - Method in class org.javarosa.core.model.FormDef
-
- setInstanceId(String) - Method in class org.javarosa.core.model.instance.DataInstance
-
- setInstanceName(String) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setInstanceName(String) - Method in class org.javarosa.core.model.instance.TreeReference
-
- setLabelInnerText(String) - Method in class org.javarosa.core.model.GroupDef
-
- setLabelInnerText(String) - Method in class org.javarosa.core.model.QuestionDef
-
- setLanguage(String) - Method in class org.javarosa.form.api.FormEntryController
-
Sets the current language.
- setLanguage(String) - Method in class org.javarosa.form.api.FormEntryModel
-
- setLocale(String) - Static method in class org.javarosa.core.services.locale.Localization
-
- setLocale(String) - Method in class org.javarosa.core.services.locale.Localizer
-
Set the current locale.
- setLocaleMapping(String, String) - Method in class org.javarosa.core.services.locale.TableLocaleSource
-
Set a text mapping for a single text handle for a given locale.
- setLocalizable(boolean) - Method in class org.javarosa.core.model.SelectChoice
-
- setLocalizationData(Localizer) - Static method in class org.javarosa.core.services.locale.Localization
-
- setLocalizer(Localizer) - Method in class org.javarosa.core.model.FormDef
-
- setMult(int) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setMultiplicity(int, int) - Method in class org.javarosa.core.model.instance.TreeReference
-
- setMultiplicity(int) - Method in class org.javarosa.core.model.instance.TreeReferenceLevel
-
- setName(String) - Method in class org.javarosa.core.model.FormDef
-
- setName(String) - Method in class org.javarosa.core.model.instance.DataInstance
-
- setName(String) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setName(String) - Method in class org.javarosa.core.model.instance.TreeReferenceLevel
-
- setNamespace(String) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setNamespacePrefix(String) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setOriginalContext(TreeReference) - Method in class org.javarosa.core.model.condition.EvaluationContext
-
- setOsmTags(List<OSMTag>) - Method in class org.javarosa.core.model.QuestionDef
-
- setOut(PrintStream) - Static method in class org.javarosa.core.io.Std
-
- setOutcome(boolean) - Method in class org.javarosa.core.model.condition.pivot.CmpPivot
-
- setOutputFragments(List<IConditionExpr>) - Method in class org.javarosa.core.model.FormDef
-
- setOutputTextForm(String) - Method in class org.javarosa.core.model.condition.EvaluationContext
-
- setParent(AbstractTreeElement) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setPredicateProcessSet(int[]) - Method in class org.javarosa.core.model.condition.EvaluationContext
-
- setPredicates(List<XPathExpression>) - Method in class org.javarosa.core.model.instance.TreeReferenceLevel
-
- setPreload(String) - Method in class org.javarosa.core.model.DataBinding
-
- setPreloader(QuestionPreloader) - Method in class org.javarosa.core.model.FormDef
-
- setPreloadHandler(String) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setPreloadParams(String) - Method in class org.javarosa.core.model.DataBinding
-
- setPreloadParams(String) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setProperty(String, String) - Method in interface org.javarosa.core.services.IPropertyManager
-
- setProperty(String, List<String>) - Method in interface org.javarosa.core.services.IPropertyManager
-
- setProperty(String, String) - Method in class org.javarosa.core.services.PropertyManager
-
Sets the given property to the given string value, if both are allowed by any existing ruleset
- setProperty(String, List<String>) - Method in class org.javarosa.core.services.PropertyManager
-
Sets the given property to the given vector value, if both are allowed by any existing ruleset
- setPropertyManager(IPropertyManager) - Static method in class org.javarosa.core.services.PropertyManager
-
- setPurger(StreamLogSerializer.Purger) - Method in class org.javarosa.core.log.StreamLogSerializer
-
- setQuestionIndex(FormIndex) - Method in class org.javarosa.form.api.FormEntryModel
-
Set the FormIndex for the current question.
- setRangeEnd(BigDecimal) - Method in class org.javarosa.core.model.RangeQuestion
-
- setRangeStart(BigDecimal) - Method in class org.javarosa.core.model.RangeQuestion
-
- setRangeStep(BigDecimal) - Method in class org.javarosa.core.model.RangeQuestion
-
- setReadOnly() - Method in interface org.javarosa.core.services.storage.IStorageUtility
-
- setReadOnly() - Method in class org.javarosa.core.services.storage.util.DummyIndexedStorageUtility
-
- setReadOnly() - Method in class org.javarosa.core.services.storage.WrappingStorageUtility
-
- setRecordAudioListener(RecordAudioActionListener) - Static method in class org.javarosa.core.model.actions.recordaudio.RecordAudioActions
-
- setReference(IDataReference) - Method in class org.javarosa.core.model.DataBinding
-
- setReference(Object) - Method in interface org.javarosa.core.model.IDataReference
-
- setReference(Object) - Method in class org.javarosa.model.xform.XPathReference
-
- setReferences(List<TreeReference>) - Method in class org.javarosa.xpath.XPathNodeset
-
- setRefLevel(int) - Method in class org.javarosa.core.model.instance.TreeReference
-
- setRelevant(boolean) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setRepeat(boolean) - Method in class org.javarosa.core.model.GroupDef
-
- setRepeatable(boolean) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setRequired(boolean) - Method in class org.javarosa.core.model.instance.TreeElement
-
- setRoot(TreeElement) - Method in class org.javarosa.core.model.instance.FormInstance
-
Sets the root element of this instance's tree.
- setRules(IPropertyRules) - Method in class org.javarosa.core.services.PropertyManager
-
Sets the rules that should be used by this PropertyManager, removing any other
existing rules sets.
- setSerializer(IInstanceSerializingVisitor) - Method in class org.javarosa.core.model.instance.utils.ModelReferencePayload
-
- setSource(String) - Method in exception org.javarosa.xpath.XPathException
-
- setStateToReturnTo(State) - Static method in class org.javarosa.core.api.StateMachine
-
- setStorageFactory(IStorageFactory) - Static method in class org.javarosa.core.services.storage.StorageManager
-
Attempts to set the storage factory for the current environment.
- setStorageFactory(IStorageFactory, boolean) - Static method in class org.javarosa.core.services.storage.StorageManager
-
Attempts to set the storage factory for the current environment and fails and dies if there
is already a storage factory set if specified.
- setTargetReference(TreeReference) - Method in class org.javarosa.core.model.actions.setgeopoint.SetGeopointAction
-
- setTextID(String) - Method in class org.javarosa.core.model.FormDef
-
Not applicable
- setTextID(String) - Method in class org.javarosa.core.model.GroupDef
-
- setTextID(String) - Method in interface org.javarosa.core.model.IFormElement
-
Set the textID for this element for use with localization.
- setTextID(String) - Method in class org.javarosa.core.model.QuestionDef
-
- setTextID(String) - Method in class org.javarosa.core.model.SelectChoice
-
- setTitle(String) - Method in class org.javarosa.core.model.FormDef
-
- setToDefault() - Method in class org.javarosa.core.services.locale.Localizer
-
Set the current locale to the default locale.
- setValue(Object) - Method in class org.javarosa.core.model.data.BooleanData
-
- setValue(Object) - Method in class org.javarosa.core.model.data.DateData
-
- setValue(Object) - Method in class org.javarosa.core.model.data.DateTimeData
-
- setValue(Object) - Method in class org.javarosa.core.model.data.DecimalData
-
- setValue(Object) - Method in class org.javarosa.core.model.data.GeoPointData
-
- setValue(Object) - Method in class org.javarosa.core.model.data.GeoShapeData
-
- setValue(Object) - Method in class org.javarosa.core.model.data.GeoTraceData
-
- setValue(Object) - Method in interface org.javarosa.core.model.data.IAnswerData
-
- setValue(Object) - Method in class org.javarosa.core.model.data.IntegerData
-
- setValue(Object) - Method in class org.javarosa.core.model.data.LongData
-
- setValue(Object) - Method in class org.javarosa.core.model.data.MultipleItemsData
-
- setValue(Object) - Method in class org.javarosa.core.model.data.MultiPointerAnswerData
-
- setValue(Object) - Method in class org.javarosa.core.model.data.PointerAnswerData
-
- setValue(Object) - Method in class org.javarosa.core.model.data.SelectOneData
-
- setValue(Object) - Method in class org.javarosa.core.model.data.StringData
-
- setValue(Object) - Method in class org.javarosa.core.model.data.TimeData
-
- setValue(Object) - Method in class org.javarosa.core.model.data.UncastData
-
- setValue(IAnswerData, TreeReference, boolean) - Method in class org.javarosa.core.model.FormDef
-
- setValue(IAnswerData, TreeReference, TreeElement, boolean) - Method in class org.javarosa.core.model.FormDef
-
- setValue(IAnswerData) - Method in class org.javarosa.core.model.instance.TreeElement
-
- SetValueAction - Class in org.javarosa.core.model.actions
-
- SetValueAction() - Constructor for class org.javarosa.core.model.actions.SetValueAction
-
- SetValueAction(TreeReference, XPathExpression) - Constructor for class org.javarosa.core.model.actions.SetValueAction
-
- SetValueAction(TreeReference, String) - Constructor for class org.javarosa.core.model.actions.SetValueAction
-
- setVariable(String, Object) - Method in class org.javarosa.core.model.condition.EvaluationContext
-
- setVariables(HashMap<String, ?>) - Method in class org.javarosa.core.model.condition.EvaluationContext
-
- setXFormParserFactory(IXFormParserFactory) - Static method in class org.javarosa.xform.util.XFormUtils
-
- SHA1 - Class in org.javarosa.core.util
-
- SHA1() - Constructor for class org.javarosa.core.util.SHA1
-
- shallowCopy() - Method in class org.javarosa.core.model.instance.TreeElement
-
- shallowCopy() - Method in class org.javarosa.core.model.instance.TreeReferenceLevel
-
- showUnusedAttributeWarning(Element, List<String>) - Static method in class org.javarosa.xform.util.XFormUtils
-
- shuffle(List<T>) - Static method in class org.javarosa.xform.parse.FisherYates
-
Shuffle the input list of elements using a
Random Random
Number Generator instance to decide which positions get swapped
on each iteration.
- shuffle(List<T>, long) - Static method in class org.javarosa.xform.parse.FisherYates
-
Shuffle the input list of elements using a ParkMiller Random
Number Generator instance to decide which positions get swapped
on each iteration.
- shuffle(List<T>, Random) - Static method in class org.javarosa.xform.parse.FisherYates
-
Shuffle the input list of elements using a
Random Random
Number Generator instance to decide which positions get swapped
on each iteration.
- shuffle(List<T>) - Static method in class org.javarosa.xform.parse.RandomizeHelper
-
This method will return a new list with the same elements, randomly reordered.
- shuffle(List<T>, Long) - Static method in class org.javarosa.xform.parse.RandomizeHelper
-
This method will return a new list with the same elements, randomly reordered.
- shuffle(XPathNodeset) - Static method in class org.javarosa.xpath.XPathNodeset
-
Builds and returns a copy of a XPathNodeset with nodes in a randomized order.
- shuffle(XPathNodeset, long) - Static method in class org.javarosa.xpath.XPathNodeset
-
Builds and returns a copy of a XPathNodeset with nodes in a randomized order.
- size() - Method in class org.javarosa.core.model.instance.TreeReference
-
- size() - Method in class org.javarosa.core.model.instance.utils.TreeElementChildrenList
-
Returns the number of children
- size() - Method in class org.javarosa.core.util.Map
-
- size() - Method in class org.javarosa.core.util.SortedIntSet
-
- size() - Method in class org.javarosa.xpath.XPathLazyNodeset
-
- size() - Method in class org.javarosa.xpath.XPathNodeset
-
- skip(long) - Method in class org.javarosa.core.io.BufferedInputStream
-
- SLASH - Static variable in class org.javarosa.xpath.parser.Token
-
- SMSSerializingVisitor - Class in org.javarosa.model.xform
-
- SMSSerializingVisitor() - Constructor for class org.javarosa.model.xform.SMSSerializingVisitor
-
Deprecated.
- snip() - Method in class org.javarosa.core.model.FormIndex
-
- SortedIntSet - Class in org.javarosa.core.util
-
- SortedIntSet() - Constructor for class org.javarosa.core.util.SortedIntSet
-
- split(String, String, boolean) - Static method in class org.javarosa.core.model.utils.DateUtils
-
Tokenizes a string based on the given delimiter string
- start() - Method in interface org.javarosa.core.api.State
-
- start() - Static method in class org.javarosa.core.util.StopWatch
-
- State - Interface in org.javarosa.core.api
-
A state represents a particular state of the application.
- StateMachine - Class in org.javarosa.core.api
-
- StateMachine() - Constructor for class org.javarosa.core.api.StateMachine
-
- Std - Class in org.javarosa.core.io
-
- Std() - Constructor for class org.javarosa.core.io.Std
-
Deprecated.
- steps - Variable in class org.javarosa.xpath.expr.XPathPathExpr
-
- stepToNextEvent() - Method in class org.javarosa.form.api.FormEntryController
-
Navigates forward in the form.
- stepToPreviousEvent() - Method in class org.javarosa.form.api.FormEntryController
-
Navigates backward in the form.
- stopTerning() - Static method in class org.javarosa.core.util.MemoryUtils
-
- StopWatch - Class in org.javarosa.core.util
-
Helps with timing an operation and logging the time
- STORAGE_KEY - Static variable in class org.javarosa.core.log.LogEntry
-
- STORAGE_KEY - Static variable in class org.javarosa.core.model.FormDef
-
- STORAGE_KEY - Static variable in class org.javarosa.core.model.instance.FormInstance
-
- STORAGE_KEY - Static variable in class org.javarosa.core.services.PropertyManager
-
The name for the Persistent storage utility name
- StorageFullException - Exception in org.javarosa.core.services.storage
-
An exception thrown by a StorageUtility when the requested action cannot be completed because there is not enough
space in the underlying device storage.
- StorageFullException() - Constructor for exception org.javarosa.core.services.storage.StorageFullException
-
- StorageManager - Class in org.javarosa.core.services.storage
-
Manages StorageProviders for JavaRosa, which maintain persistent
data on a device.
- StorageManager() - Constructor for class org.javarosa.core.services.storage.StorageManager
-
- StorageModifiedException - Exception in org.javarosa.core.services.storage
-
- StorageModifiedException() - Constructor for exception org.javarosa.core.services.storage.StorageModifiedException
-
- StorageModifiedException(String) - Constructor for exception org.javarosa.core.services.storage.StorageModifiedException
-
- STR - Static variable in class org.javarosa.xpath.parser.Token
-
- StreamLogSerializer - Class in org.javarosa.core.log
-
- StreamLogSerializer() - Constructor for class org.javarosa.core.log.StreamLogSerializer
-
- StreamLogSerializer.Purger - Interface in org.javarosa.core.log
-
- StreamsUtil - Class in org.javarosa.core.io
-
Deprecated.
- StreamsUtil - Class in org.javarosa.core.util
-
Deprecated.
- StreamsUtil.InputIOException - Exception in org.javarosa.core.io
-
Deprecated.
- StreamsUtil.OutputIOException - Exception in org.javarosa.core.io
-
Deprecated.
- stringCache - Static variable in class org.javarosa.core.util.externalizable.ExtUtil
-
- stringContains(String, String) - Static method in class org.javarosa.core.model.utils.DateUtils
-
- StringData - Class in org.javarosa.core.model.data
-
A response to a question requesting a String Value
- StringData() - Constructor for class org.javarosa.core.model.data.StringData
-
Empty Constructor, necessary for dynamic construction during deserialization.
- StringData(String) - Constructor for class org.javarosa.core.model.data.StringData
-
- stringLength(Object) - Static method in class org.javarosa.xpath.expr.XPathFuncExpr
-
- StringLengthRangeHint - Class in org.javarosa.core.model.condition.pivot
-
- StringLengthRangeHint() - Constructor for class org.javarosa.core.model.condition.pivot.StringLengthRangeHint
-
- StubSetGeopointAction - Class in org.javarosa.core.model.actions.setgeopoint
-
An odk:setgeopoint implementation that immediately writes that no implementation is available when the action is
triggered.
- StubSetGeopointAction() - Constructor for class org.javarosa.core.model.actions.setgeopoint.StubSetGeopointAction
-
- StubSetGeopointAction(TreeReference) - Constructor for class org.javarosa.core.model.actions.setgeopoint.StubSetGeopointAction
-
- StubSetGeopointActionHandler - Class in org.javarosa.core.model.actions.setgeopoint
-
Registering this stub allows for clients that only read forms such as ODK Validate to recognize the action.
- StubSetGeopointActionHandler() - Constructor for class org.javarosa.core.model.actions.setgeopoint.StubSetGeopointActionHandler
-
- subDataModel(TreeElement) - Static method in class org.javarosa.core.model.util.restorable.RestoreUtils
-
- SubmissionParser - Class in org.javarosa.xform.parse
-
A Submission Profile
- SubmissionParser() - Constructor for class org.javarosa.xform.parse.SubmissionParser
-
- SubmissionProfile - Class in org.javarosa.core.model
-
A Submission Profile is a class which is responsible for
holding and processing the details of how a submission
should be handled.
- SubmissionProfile() - Constructor for class org.javarosa.core.model.SubmissionProfile
-
- SubmissionProfile(IDataReference, String, String, String) - Constructor for class org.javarosa.core.model.SubmissionProfile
-
- SubmissionProfile(IDataReference, String, String, String, HashMap<String, String>) - Constructor for class org.javarosa.core.model.SubmissionProfile
-
- substituteStringArgs(String) - Method in class org.javarosa.form.api.FormEntryCaption
-
- substring(Object, Object, Object) - Static method in class org.javarosa.xpath.expr.XPathFuncExpr
-
- SUBTRACT - Static variable in class org.javarosa.xpath.expr.XPathArithExpr
-
- sum(Object[]) - Static method in class org.javarosa.xpath.expr.XPathFuncExpr
-
sum the values in a nodeset; each element is coerced to a numeric value
- SUPPORTED_VERSION - Static variable in class org.javarosa.entities.internal.EntityFormParseProcessor
-