public class FindActionInstancesCmd extends Object implements 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(CommandContext commandContext) |
protected String scopeType
protected String scopeId
protected String subScopeId
protected boolean includeDeletedFromCache
public List<ActionInstance> execute(CommandContext commandContext)
execute
in interface Command<List<ActionInstance>>