Uses of Class
com.netgrif.application.engine.workflow.web.responsebodies.CountResponse
-
Packages that use CountResponse Package Description com.netgrif.application.engine.workflow.web com.netgrif.application.engine.workflow.web.responsebodies -
-
Uses of CountResponse in com.netgrif.application.engine.workflow.web
Methods in com.netgrif.application.engine.workflow.web that return CountResponse Modifier and Type Method Description CountResponseAbstractTaskController. count(SingleElasticTaskSearchRequestAsList query, MergeFilterOperation operation, org.springframework.security.core.Authentication auth, java.util.Locale locale)CountResponseTaskController. count(SingleElasticTaskSearchRequestAsList query, MergeFilterOperation operation, org.springframework.security.core.Authentication auth, java.util.Locale locale)CountResponseWorkflowController. count(SingleCaseSearchRequestAsList searchBody, MergeFilterOperation operation, org.springframework.security.core.Authentication auth, java.util.Locale locale) -
Uses of CountResponse in com.netgrif.application.engine.workflow.web.responsebodies
Methods in com.netgrif.application.engine.workflow.web.responsebodies that return CountResponse Modifier and Type Method Description static CountResponseCountResponse. caseCount(long count)static CountResponseCountResponse. taskCount(long count)
-