public class FindActionInstancesCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<List<ActionInstance>>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
includeDeletedFromCache |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
| Constructor and Description |
|---|
FindActionInstancesCmd(String scopeType,
String scopeId,
String subScopeId,
boolean includeDeletedFromCache) |
| Modifier and Type | Method and Description |
|---|---|
List<ActionInstance> |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected String scopeType
protected String scopeId
protected String subScopeId
protected boolean includeDeletedFromCache
public List<ActionInstance> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<List<ActionInstance>>Copyright © 2019. All rights reserved.