Class CronUserQuery
- java.lang.Object
-
- org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
- org.camunda.bpm.engine.impl.AbstractQuery<org.camunda.bpm.engine.identity.UserQuery,org.camunda.bpm.engine.identity.User>
-
- org.camunda.bpm.engine.impl.UserQueryImpl
-
- io.cronapp.bpm.identity.plugin.support.query.CronUserQuery
-
- All Implemented Interfaces:
Serializable,org.camunda.bpm.engine.identity.UserQuery,org.camunda.bpm.engine.impl.interceptor.Command<Object>,org.camunda.bpm.engine.query.Query<org.camunda.bpm.engine.identity.UserQuery,org.camunda.bpm.engine.identity.User>
public class CronUserQuery extends org.camunda.bpm.engine.impl.UserQueryImpl- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.impl.UserQueryImpl
email, emailLike, firstName, firstNameLike, groupId, id, ids, lastName, lastNameLike, procDefId, tenantId
-
-
Constructor Summary
Constructors Constructor Description CronUserQuery(CronIdentityProvider identityProvider)CronUserQuery(org.camunda.bpm.engine.impl.interceptor.CommandExecutor commandExecutor, CronIdentityProvider identityProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longexecuteCount(org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext)List<org.camunda.bpm.engine.identity.User>executeList(org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext, org.camunda.bpm.engine.impl.Page page)-
Methods inherited from class org.camunda.bpm.engine.impl.UserQueryImpl
getEmail, getEmailLike, getFirstName, getFirstNameLike, getGroupId, getId, getIds, getLastName, getLastNameLike, getTenantId, memberOfGroup, memberOfTenant, orderByUserEmail, orderByUserFirstName, orderByUserId, orderByUserLastName, potentialStarter, userEmail, userEmailLike, userFirstName, userFirstNameLike, userId, userIdIn, userLastName, userLastNameLike
-
Methods inherited from class org.camunda.bpm.engine.impl.AbstractQuery
addExpression, addValidator, asc, checkQueryOk, count, desc, direction, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteIdsList, evaluateExpressionsAndExecuteList, execute, executeIdsList, executeSingleResult, extend, getExpressions, getMethod, hasExcludingConditions, list, listIds, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, singleResult, validate, validate
-
Methods inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
getAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getOrderingProperties, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderingProperties, setParameter, setTenantCheck
-
-
-
-
Constructor Detail
-
CronUserQuery
public CronUserQuery(CronIdentityProvider identityProvider)
-
CronUserQuery
public CronUserQuery(org.camunda.bpm.engine.impl.interceptor.CommandExecutor commandExecutor, CronIdentityProvider identityProvider)
-
-
Method Detail
-
executeCount
public long executeCount(org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeCountin classorg.camunda.bpm.engine.impl.AbstractQuery<org.camunda.bpm.engine.identity.UserQuery,org.camunda.bpm.engine.identity.User>
-
executeList
public List<org.camunda.bpm.engine.identity.User> executeList(org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext, org.camunda.bpm.engine.impl.Page page)
- Specified by:
executeListin classorg.camunda.bpm.engine.impl.AbstractQuery<org.camunda.bpm.engine.identity.UserQuery,org.camunda.bpm.engine.identity.User>
-
-