public abstract class AbstractExecuteFilterCmd extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Query<?,?> |
extendingQuery |
protected String |
filterId |
| Constructor and Description |
|---|
AbstractExecuteFilterCmd(String filterId) |
AbstractExecuteFilterCmd(String filterId,
Query<?,?> extendingQuery) |
| Modifier and Type | Method and Description |
|---|---|
protected Filter |
getFilter(CommandContext commandContext) |
protected Query<?,?> |
getFilterQuery(CommandContext commandContext) |
public AbstractExecuteFilterCmd(String filterId)
protected Filter getFilter(CommandContext commandContext)
protected Query<?,?> getFilterQuery(CommandContext commandContext)
Copyright © 2018 camunda services GmbH. All rights reserved.