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, getFilterQuerypublic ExecuteFilterListPageCmd(String filterId, int firstResult, int maxResults)
public List<?> execute(CommandContext commandContext)
Copyright © 2018 camunda services GmbH. All rights reserved.