| Modifier and Type | Method and Description |
|---|---|
List<Tuple> |
ActionQueue.getToDelete() |
List<Tuple> |
ActionQueue.getToInsert() |
List<Tuple> |
ActionQueue.getToUpdate() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionQueue.toDelete(Tuple t) |
void |
ActionQueue.toInsert(Tuple t) |
void |
ActionQueue.toUpdate(Tuple t) |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
BundleHeader.getTuple() |
| Constructor and Description |
|---|
BundleHeader(long id,
int revision,
Date created,
Date updated,
String clob,
Tuple tuple) |
| Modifier and Type | Method and Description |
|---|---|
List<Tuple> |
TupleBatch.getTuples() |
| Modifier and Type | Method and Description |
|---|---|
void |
TupleBatch.add(Tuple tuple) |
void |
BatchGroup.add(Tuple tuple) |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
TopoGroup.get(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<Tuple> |
TopoGroup.get() |
Stream<Tuple> |
TopoGroup.stream() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopoGroup.add(Tuple t) |
| Modifier and Type | Method and Description |
|---|---|
void |
TopoGroup.addAll(Collection<Tuple> c) |
void |
TopoGroup.forEach(Consumer<Tuple> action) |
| Constructor and Description |
|---|
TopoSorter(List<Tuple> tuples) |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
DynamicRowMapper.mapRow(ResultSet rs,
int rowNum) |
| Modifier and Type | Method and Description |
|---|---|
List<Tuple> |
DynamicServiceImpl.fetchAllTuples(long id,
int revision,
List<TupleDef> tupleDefs) |
List<Tuple> |
DynamicService.fetchAllTuples(long id,
int revision,
List<TupleDef> tupleDefs) |
List<Tuple> |
DynamicDao.fetchTable(long id,
TupleDef def) |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,Tuple> |
BundleData.getTupleMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleData.add(Tuple t) |
| Modifier and Type | Method and Description |
|---|---|
static Bundle |
BundleHelper.merge(BundleDef def,
BundleHeader header,
LobData lob,
List<Tuple> tuples)
Reconstruct bundle from
- header fields [header]
- unmarshalled entity fragments [lob]
- unmarshalled root fragment [lob]
- refs [lob]
- database records [tuples]
|
Copyright © 2021. All rights reserved.