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) |
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()
protected Blob buildResponse(List<DocumentModel> users)
Copyright © 2018 Nuxeo. All rights reserved.