public class BulkActionResult extends AbstractBaseBean
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkActionResult.Result |
static class |
BulkActionResult.Status |
| Constructor and Description |
|---|
BulkActionResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object id,
BulkActionResult.Status status) |
void |
add(Object id,
String status) |
List<BulkActionResult.Result> |
getResult() |
List<String> |
getResultByStatus(BulkActionResult.Status status) |
Map<String,BulkActionResult.Status> |
getResultMap() |
equals, hashCode, toStringpublic List<BulkActionResult.Result> getResult()
public void add(Object id, BulkActionResult.Status status)
public Map<String,BulkActionResult.Status> getResultMap()
public List<String> getResultByStatus(BulkActionResult.Status status)
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.