CONTEXT
- action processing contextTARGET
- The input of this actionpublic interface BulkAction<CONTEXT extends BulkExecutionContext,TARGET>
Modifier and Type | Interface and Description |
---|---|
static class |
BulkAction.Result<CONTEXT extends BulkExecutionContext,TARGET> |
Modifier and Type | Field and Description |
---|---|
static String |
LOCK_PREFIX |
Modifier and Type | Method and Description |
---|---|
@NonNull BulkAction.Result<CONTEXT,TARGET> |
process(CONTEXT context,
TARGET target)
Do logic for single item in bulk action
|
static final String LOCK_PREFIX
@NonNull BulkAction.Result<CONTEXT,TARGET> process(CONTEXT context, TARGET target) throws net.sf.hibernate.HibernateException
context
- target
- net.sf.hibernate.HibernateException
Copyright © 2003–2019 Atlassian. All rights reserved.