public class QueryUsers extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected String | firstName | 
| static Set<String> | FULLTEXT_FIELDS | 
| static String | ID | 
| static String | JSON_COMPANY | 
| static String | JSON_EMAIL | 
| static String | JSON_FIRSTNAME | 
| static String | JSON_LASTNAME | 
| static String | JSON_TENANT_ID | 
| static String | JSON_USERNAME | 
| protected String | lastName | 
| protected String | pattern | 
| protected String | tenantId | 
| protected UserManager | userManager | 
| protected String | username | 
| Constructor and Description | 
|---|
| QueryUsers() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Blob | buildResponse(List<DocumentModel> users) | 
| protected void | putIfNotNull(Map<String,Object> map,
            String key,
            Object value) | 
| Blob | run() | 
public static final String ID
public static final Set<String> FULLTEXT_FIELDS
public static final String JSON_USERNAME
public static final String JSON_FIRSTNAME
public static final String JSON_LASTNAME
public static final String JSON_EMAIL
public static final String JSON_COMPANY
public static final String JSON_TENANT_ID
protected UserManager userManager
public QueryUsers()
public Blob run() throws IOException
IOExceptionprotected Blob buildResponse(List<DocumentModel> users) throws IOException
IOExceptionCopyright © 2019 Nuxeo. All rights reserved.