org.camunda.bpm.engine.impl.cmd
Class ExecuteFilterListPageCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractExecuteFilterCmd
org.camunda.bpm.engine.impl.cmd.ExecuteFilterListPageCmd
- All Implemented Interfaces:
- Serializable, Command<List<?>>
public class ExecuteFilterListPageCmd
- extends AbstractExecuteFilterCmd
- implements Command<List<?>>
- Author:
- Sebastian Menski
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
firstResult
protected int firstResult
maxResults
protected int maxResults
ExecuteFilterListPageCmd
public ExecuteFilterListPageCmd(String filterId,
int firstResult,
int maxResults)
ExecuteFilterListPageCmd
public ExecuteFilterListPageCmd(String filterId,
Query<?,?> extendingQuery,
int firstResult,
int maxResults)
execute
public List<?> execute(CommandContext commandContext)
- Specified by:
execute in interface Command<List<?>>
Copyright © 2015 camunda services GmbH. All rights reserved.