public interface SimilarObjectFinder
| Modifier and Type | Method and Description |
|---|---|
List<TmpObject> |
findSimilarObject(Transaction transaction,
TmpObject tmpObj)
Searches for similar object.
|
void |
init(HashMap<String,String> params)
Initialize this instance (called once per transaction).
|
void init(HashMap<String,String> params) throws TransactionHandlerException
params - The initialization parameters, provided as
name/value pairs (both String).TransactionHandlerException - if a failure occurred.List<TmpObject> findSimilarObject(Transaction transaction, TmpObject tmpObj) throws TransactionHandlerException
transaction - The transaction where the tmpObj belongs to.tmpObj - The object to search for.TransactionHandlerException - If a failure occurred.MMBase 1.9-SNAPSHOT - ${javadoctimestamp}