Class AccessCertificationHistoryQuery

    • Nested Class Summary

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

        org.activiti.engine.impl.AbstractQuery.NullHandlingOnOrder
    • Field Summary

      • Fields inherited from class org.activiti.engine.impl.AbstractQuery

        commandContext, commandExecutor, databaseType, nullHandlingOnOrder, orderBy, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESC
      • Fields inherited from class org.activiti.engine.impl.db.ListQueryParameterObject

        firstResult, maxResults, parameter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long executeCount​(org.activiti.engine.impl.interceptor.CommandContext commandContext)  
      List<AccessCertificationHistoryObject> executeList​(org.activiti.engine.impl.interceptor.CommandContext commandContext, org.activiti.engine.impl.Page page)  
      String getUserId()  
      void setUserId​(String userId)  
      • Methods inherited from class org.activiti.engine.impl.AbstractQuery

        addOrder, asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getDatabaseType, getOrderBy, getOrderByColumns, list, listPage, orderBy, orderBy, setCommandExecutor, setDatabaseType, singleResult
      • Methods inherited from class org.activiti.engine.impl.db.ListQueryParameterObject

        getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setFirstResult, setMaxResults, setParameter