Class CronTenantQuery

  • All Implemented Interfaces:
    Serializable, org.camunda.bpm.engine.identity.TenantQuery, org.camunda.bpm.engine.impl.interceptor.Command<Object>, org.camunda.bpm.engine.query.Query<org.camunda.bpm.engine.identity.TenantQuery,​org.camunda.bpm.engine.identity.Tenant>

    public class CronTenantQuery
    extends org.camunda.bpm.engine.impl.TenantQueryImpl
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.AbstractQuery

        org.camunda.bpm.engine.impl.AbstractQuery.ResultType
    • Field Summary

      • Fields inherited from class org.camunda.bpm.engine.impl.TenantQueryImpl

        groupId, id, ids, includingGroups, name, nameLike, userId
      • Fields inherited from class org.camunda.bpm.engine.impl.AbstractQuery

        commandExecutor, expressions, resultType, SORTORDER_ASC, SORTORDER_DESC, validators
      • Fields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject

        authCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck
    • Constructor Summary

      Constructors 
      Constructor Description
      CronTenantQuery()  
      CronTenantQuery​(org.camunda.bpm.engine.impl.interceptor.CommandExecutor commandExecutor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long executeCount​(org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext)  
      List<org.camunda.bpm.engine.identity.Tenant> 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.TenantQueryImpl

        getGroupId, getId, getIds, getName, getNameLike, getUserId, groupMember, includingGroupsOfUser, isIncludingGroups, orderByTenantId, orderByTenantName, tenantId, tenantIdIn, tenantName, tenantNameLike, userMember
      • 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
      • Methods inherited from interface org.camunda.bpm.engine.query.Query

        asc, count, desc, list, listPage, singleResult
    • Constructor Detail

      • CronTenantQuery

        public CronTenantQuery()
      • CronTenantQuery

        public CronTenantQuery​(org.camunda.bpm.engine.impl.interceptor.CommandExecutor commandExecutor)
    • Method Detail

      • executeCount

        public long executeCount​(org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext)
        Specified by:
        executeCount in class org.camunda.bpm.engine.impl.AbstractQuery<org.camunda.bpm.engine.identity.TenantQuery,​org.camunda.bpm.engine.identity.Tenant>
      • executeList

        public List<org.camunda.bpm.engine.identity.Tenant> executeList​(org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext,
                                                                        org.camunda.bpm.engine.impl.Page page)
        Specified by:
        executeList in class org.camunda.bpm.engine.impl.AbstractQuery<org.camunda.bpm.engine.identity.TenantQuery,​org.camunda.bpm.engine.identity.Tenant>