Uses of Class
com.avoka.tm.query.FormQuery
-
Uses of FormQuery in com.avoka.tm.query
Modifier and TypeMethodDescriptionFormQuery.addOrderByAsc
(String orderProperty) Add the sort order by ascending to the query.FormQuery.addOrderByDesc
(String orderProperty) Add the sort order by descending to the query.FormQuery.setCategoryName
(String categoryName) Set the category name parameter.FormQuery.setCategoryNames
(Set<String> categoryNames) Set the category name list parameter.FormQuery.setClientCode
(String clientCode) Set the form client code query parameter.FormQuery.setFetchLimit
(int fetchLimit) Set the query fetch limit to limit the maximum number of records returned.FormQuery.setFormCode
(String formCode) Set the form code parameter.Set the form id (PK) query parameter.FormQuery.setIncludeAllForms
(boolean includeAllForms) Set the includeAllForms parameter.Set the name parameter.FormQuery.setRequest
(jakarta.servlet.http.HttpServletRequest request) Set the request parameter.FormQuery.setSpaceName
(String spaceName) Set the SpaceName parameter.FormQuery.withSpaces()
Set the query to return the spaces associated with the form.