All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static TreeReference |
absRef(String refStr,
FormInstance dm) |
static void |
addData(FormInstance dm,
String xpath,
Object data) |
static void |
addData(FormInstance dm,
String xpath,
Object data,
int dataType) |
static void |
applyDataType(FormInstance dm,
String path,
TreeReference parent,
Class type) |
static void |
applyDataType(FormInstance dm,
String path,
TreeReference parent,
int dataType) |
static TreeReference |
childRef(String childPath,
TreeReference parentRef) |
static FormInstance |
createDataModel(Restorable r) |
static FormInstance |
createRootDataModel(Restorable r) |
static ByteArrayPayload |
dispatch(FormInstance dm) |
static void |
exportRMS(FormInstance parent,
Class type,
String grouperName,
IStorageUtility storage,
IRecordFilter filter) |
static FormInstance |
exportRMS(IStorageUtility storage,
Class type,
String parentTag,
IRecordFilter filter) |
static boolean |
getBoolean(Object o) |
static int |
getDataType(Class c) |
static int |
getDataType(Object o) |
static Object |
getValue(String xpath,
FormInstance tree) |
static Object |
getValue(String xpath,
TreeReference context,
FormInstance tree) |
static void |
importRMS(FormInstance dm,
IStorageUtility storage,
Class type,
String path) |
static void |
mergeDataModel(FormInstance parent,
FormInstance child,
String xpathParent) |
static void |
mergeDataModel(FormInstance parent,
FormInstance child,
TreeReference parentRef) |
static FormInstance |
receive(byte[] payload,
Class restorableType) |
static TreeReference |
ref(String refStr) |
static FormInstance |
subDataModel(TreeElement top) |
static void |
templateChild(FormInstance dm,
String prefixPath,
TreeReference parent,
Restorable r) |
static void |
templateData(Restorable r,
FormInstance dm,
TreeReference parent) |
static TreeReference |
topRef(FormInstance dm) |