org.camunda.bpm.engine.impl.cmd
Class ExecuteFilterListCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractExecuteFilterCmd
org.camunda.bpm.engine.impl.cmd.ExecuteFilterListCmd
- All Implemented Interfaces:
- Serializable, Command<List<?>>
public class ExecuteFilterListCmd
- 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 |
ExecuteFilterListCmd
public ExecuteFilterListCmd(String filterId)
ExecuteFilterListCmd
public ExecuteFilterListCmd(String filterId,
Query<?,?> extendingQuery)
execute
public List<?> execute(CommandContext commandContext)
- Specified by:
execute in interface Command<List<?>>
Copyright © 2017 camunda services GmbH. All rights reserved.