T - The input of this actionpublic interface BulkAction<T>
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
BulkAction.Result<T>  | 
| Modifier and Type | Method and Description | 
|---|---|
BulkAction.Result<T> | 
process(BulkExecutionContext context,
       T toBeProcessed)
Do logic for single item in bulk action 
 | 
BulkAction.Result<T> process(BulkExecutionContext context, T toBeProcessed) throws net.sf.hibernate.HibernateException
context - toBeProcessed - net.sf.hibernate.HibernateExceptionCopyright © 2003–2016 Atlassian. All rights reserved.