Class TransactionLogSearch

All Implemented Interfaces:
Serializable, Cloneable, Map<TransactionLogSearch.SearchKeyEnum,Object>

This class is just a thin wrapper around a map of search parameters for Transaction Logs. Usage: TransactionLogSearch search = new TransactionLogSearch(); search.addSearchParameter(SOURCE_TRANSACTION_ID, "abc-123");
See Also: