Package 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:
java.io.Serializable
,Command<java.util.List<?>>
public class ExecuteFilterListPageCmd extends AbstractExecuteFilterCmd implements Command<java.util.List<?>>
- Author:
- Sebastian Menski
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected int
firstResult
protected int
maxResults
-
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractExecuteFilterCmd
extendingQuery, filterId
-
-
Constructor Summary
Constructors Constructor Description ExecuteFilterListPageCmd(java.lang.String filterId, int firstResult, int maxResults)
ExecuteFilterListPageCmd(java.lang.String filterId, Query<?,?> extendingQuery, int firstResult, int maxResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<?>
execute(CommandContext commandContext)
-
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractExecuteFilterCmd
getFilter, getFilterQuery
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Constructor Detail
-
ExecuteFilterListPageCmd
public ExecuteFilterListPageCmd(java.lang.String filterId, int firstResult, int maxResults)
-
ExecuteFilterListPageCmd
public ExecuteFilterListPageCmd(java.lang.String filterId, Query<?,?> extendingQuery, int firstResult, int maxResults)
-
-
Method Detail
-
execute
public java.util.List<?> execute(CommandContext commandContext)
-
-