public class ExecuteFilterListPageCmd extends AbstractExecuteFilterCmd implements Command<List<?>>
| Modifier and Type | Field and Description |
|---|---|
protected int |
firstResult |
protected int |
maxResults |
extendingQuery, filterId| Constructor and Description |
|---|
ExecuteFilterListPageCmd(String filterId,
int firstResult,
int maxResults) |
ExecuteFilterListPageCmd(String filterId,
Query<?,?> extendingQuery,
int firstResult,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
List<?> |
execute(CommandContext commandContext) |
getFilter, getFilterQueryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisRetryablepublic ExecuteFilterListPageCmd(String filterId, int firstResult, int maxResults)
public List<?> execute(CommandContext commandContext)
Copyright © 2013–2021 camunda services GmbH. All rights reserved.