| Package | Description |
|---|---|
| org.apache.syncope.common.reqres |
| Modifier and Type | Method and Description |
|---|---|
BulkActionResult.Status |
BulkActionResult.Result.getValue() |
static BulkActionResult.Status |
BulkActionResult.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkActionResult.Status[] |
BulkActionResult.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BulkActionResult.Status> |
BulkActionResult.getResultMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkActionResult.add(Object id,
BulkActionResult.Status status) |
List<String> |
BulkActionResult.getResultByStatus(BulkActionResult.Status status) |
void |
BulkActionResult.Result.setValue(BulkActionResult.Status value) |
| Constructor and Description |
|---|
BulkActionResult.Result(String key,
BulkActionResult.Status value) |
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.