use of org.activityinfo.model.form.RecordHistory in project activityinfo by bedatadriven.
the class MySqlHistoryTest method locationChange.
@Test
public void locationChange() throws SQLException {
MySqlRecordHistoryBuilder builder = new MySqlRecordHistoryBuilder(catalog);
RecordHistory array = builder.build(new RecordRef(CuidAdapter.activityFormClass(33), CuidAdapter.cuid(CuidAdapter.SITE_DOMAIN, 968196924)));
System.out.println(Json.stringify(Json.toJson(array), 2));
}
Aggregations