public abstract class UserResultHandler extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserResultHandler.ResultHandler |
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
UserResultHandler(UserExportParams params,
ExportResult result) |
| Modifier and Type | Method and Description |
|---|---|
static UserResultHandler |
create(UserResultHandler.ResultHandler exportImpl,
UserExportParams params,
ExportResult result) |
abstract void |
export(List<User> users) |
protected List<String> |
getAPICustomProperties() |
protected UserFilter.Builder |
getBaseFilterBuilder() |
abstract UserFilter |
getFilter() |
boolean |
hasError() |
public UserResultHandler(UserExportParams params, ExportResult result)
public static UserResultHandler create(UserResultHandler.ResultHandler exportImpl, UserExportParams params, ExportResult result) throws AppException
AppExceptionpublic abstract void export(List<User> users) throws AppException
AppExceptionpublic boolean hasError()
protected UserFilter.Builder getBaseFilterBuilder()
public abstract UserFilter getFilter() throws AppException
AppExceptionCopyright © 2020. All rights reserved.