| Package | Description |
|---|---|
| org.mmbase.applications.xmlimporter |
Provides classes and interfaces for importing a Temporary Cloud of Objects (TCP) into the permanent MMBase Persistent Cloud of Objects (PCO).
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicMerger
This is a basic implementation of ObjectMerger.
|
| Modifier and Type | Method and Description |
|---|---|
protected TmpObject |
Transaction.caculateMerge(TmpObject tempObj1,
TmpObject tempObj2,
ObjectMerger merger)
Calculates the fields that would result from merging two
temporary objects in this transaction.
|
protected boolean |
Transaction.handleDuplicates(TmpObject tempObj,
List<TmpObject> similarObjects,
ObjectMerger merger)
Handles sitiuations where more then one similar objects are found to
merge with.
|
protected boolean |
InteractiveTransaction.handleDuplicates(TmpObject tempObj,
List<TmpObject> similarObjects,
ObjectMerger merger)
Handles sitiuations where more then one similar objects are found to
merge with.
|
void |
Transaction.merge(TmpObject tempObj1,
TmpObject tempObj2,
ObjectMerger merger)
Merges two temporary objects in this transaction.
|
void |
Transaction.mergeObjects(String objectType,
SimilarObjectFinder finder,
ObjectMerger merger)
Merges all objects in this transaction of a given type.
|
static void |
SpecificObjectFinder.mergePersistentObjects(int mmbaseId1,
int mmbaseId2,
ObjectMerger merger)
Merge two objects in the persistent cloud (the database).
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}