| 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 |
InteractiveTransaction
Extended from Transaction for interactive handling of dulpicates.
|
| Modifier and Type | Field and Description |
|---|---|
Hashtable<String,Transaction> |
UserTransactionInfo.knownTransactionContexts
All known transactions of a user, mapped by the user-provided id.
|
| Modifier and Type | Method and Description |
|---|---|
static Transaction |
Transaction.createTransaction(UserTransactionInfo uti,
String id,
boolean commitOnClose,
long timeOut)
Create a Transaction.
|
static Transaction |
Transaction.createTransaction(UserTransactionInfo uti,
String id,
boolean commitOnClose,
long timeOut,
File reportFile,
Consultant consultant)
Create a Transaction.
|
static Transaction |
Transaction.openTransaction(UserTransactionInfo uti,
String id,
boolean commitOnClose)
Open previously created transaction.
|
| Modifier and Type | Method and Description |
|---|---|
List<TmpObject> |
SimilarObjectFinder.findSimilarObject(Transaction transaction,
TmpObject tmpObj)
Searches for similar object.
|
List<TmpObject> |
BasicFinder.findSimilarObject(Transaction transaction,
TmpObject tmpObj)
Searches for similar object.
|
List<TmpObject> |
SpecificObjectFinder.findSimilarObject(Transaction transaction,
TmpObject tmpObj)
Searches for similar object.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}