| Package | Description |
|---|---|
| org.javarosa.core.model | |
| org.javarosa.core.model.instance | |
| org.javarosa.core.model.utils | |
| org.javarosa.model.xform | |
| org.javarosa.xform.parse |
| Modifier and Type | Field and Description |
|---|---|
IDataReference |
GroupDef.count |
| Modifier and Type | Method and Description |
|---|---|
static IDataReference |
FormDef.getAbsRef(IDataReference ref,
TreeReference parentRef)
Takes a (possibly relative) reference, and makes it absolute based on its parent.
|
IDataReference |
FormDef.getBind() |
IDataReference |
IFormElement.getBind() |
IDataReference |
QuestionDef.getBind() |
IDataReference |
GroupDef.getBind() |
IDataReference |
GroupDef.getCountReference() |
IDataReference |
SubmissionProfile.getRef() |
IDataReference |
DataBinding.getReference() |
| Modifier and Type | Method and Description |
|---|---|
static IDataReference |
FormDef.getAbsRef(IDataReference ref,
TreeReference parentRef)
Takes a (possibly relative) reference, and makes it absolute based on its parent.
|
void |
QuestionDef.setBind(IDataReference binding) |
void |
GroupDef.setBind(IDataReference binding) |
void |
DataBinding.setReference(IDataReference ref) |
| Constructor and Description |
|---|
SubmissionProfile(IDataReference ref,
String method,
String action,
String mediatype) |
SubmissionProfile(IDataReference ref,
String method,
String action,
String mediatype,
HashMap<String,String> attributeMap) |
| Modifier and Type | Method and Description |
|---|---|
T |
DataInstance.resolveReference(IDataReference binding) |
static TreeReference |
DataInstance.unpackReference(IDataReference ref) |
| Modifier and Type | Method and Description |
|---|---|
IDataPayload |
IInstanceSerializingVisitor.createSerializedPayload(FormInstance model,
IDataReference ref) |
byte[] |
IInstanceSerializingVisitor.serializeInstance(FormInstance model,
IDataReference ref) |
| Modifier and Type | Class and Description |
|---|---|
class |
XPathReference |
| Modifier and Type | Method and Description |
|---|---|
IDataPayload |
SMSSerializingVisitor.createSerializedPayload(FormInstance model,
IDataReference ref)
Deprecated.
|
IDataPayload |
CompactSerializingVisitor.createSerializedPayload(FormInstance model,
IDataReference ref) |
IDataPayload |
XFormSerializingVisitor.createSerializedPayload(FormInstance model,
IDataReference ref) |
byte[] |
SMSSerializingVisitor.serializeInstance(FormInstance model,
IDataReference ref)
Deprecated.
|
byte[] |
CompactSerializingVisitor.serializeInstance(FormInstance model,
IDataReference ref) |
byte[] |
XFormSerializingVisitor.serializeInstance(FormInstance model,
IDataReference ref) |
| Modifier and Type | Method and Description |
|---|---|
IDataReference |
XFormParser.getAbsRef(IDataReference ref,
IFormElement parent) |
IDataReference |
IXFormParserFunctions.getAbsRef(IDataReference ref,
IFormElement parent) |
| Modifier and Type | Method and Description |
|---|---|
IDataReference |
XFormParser.getAbsRef(IDataReference ref,
IFormElement parent) |
IDataReference |
IXFormParserFunctions.getAbsRef(IDataReference ref,
IFormElement parent) |
SubmissionProfile |
SubmissionParser.parseSubmission(String method,
String action,
IDataReference ref,
org.kxml2.kdom.Element element) |
Copyright © 2024. All rights reserved.