org.sakaiproject.search.transaction.api
Interface IndexItemsTransaction

All Superinterfaces:
IndexTransaction
All Known Implementing Classes:
IndexItemsTransactionImpl, IndexMergeTransactionImpl, IndexUpdateTransactionImpl

public interface IndexItemsTransaction
extends IndexTransaction

A transaction with associated items

Author:
ieb

Field Summary
 
Fields inherited from interface org.sakaiproject.search.transaction.api.IndexTransaction
STATUS_ACTIVE, STATUS_COMMITTED, STATUS_COMMITTING, STATUS_MARKED_ROLLBACK, STATUS_NO_TRANSACTION, STATUS_PREPARED, STATUS_PREPARING, STATUS_ROLLEDBACK, STATUS_ROLLING_BACK, STATUS_UNKNOWN, TRANSACTION_ACTIVE, TRANSACTION_STATUS
 
Method Summary
 List<SearchBuilderItem> getItems()
           
 void setItems(List<SearchBuilderItem> items)
           
 
Methods inherited from interface org.sakaiproject.search.transaction.api.IndexTransaction
clear, close, commit, get, getStatus, getTransactionId, open, prepare, put, rollback
 

Method Detail

setItems

void setItems(List<SearchBuilderItem> items)
              throws IndexTransactionException
Parameters:
items -
Throws:
IndexTransactionException

getItems

List<SearchBuilderItem> getItems()
Returns:


Copyright © 2003-2012 Sakai Project. All Rights Reserved.