public class FindScopedActionDataCmd extends Object implements Command<ScopedObjectActionData>
Modifier and Type | Field and Description |
---|---|
protected ScopedObjectActionQuery |
scopedActionQuery |
Constructor and Description |
---|
FindScopedActionDataCmd(ScopedObjectActionQuery scopedActionQuery) |
Modifier and Type | Method and Description |
---|---|
ScopedObjectActionData |
execute(CommandContext commandContext) |
protected Set<String> |
filterResults(CommandContext commandContext,
ScopedObjectActionData result)
Returns removed action definitions
|
protected ActionDefinitionModel |
getActionDefinitionModel(CommandContext commandContext,
String actionDefinitionId) |
protected List<ActionDefinition> |
getActionDefinitions(CommandContext commandContext,
List<ActionInstance> actionInstances) |
protected List<ActionDefinition> |
getActionDefinitions(CommandContext commandContext,
String tenantId) |
protected List<ActionInstance> |
getActionInstances(CommandContext commandContext) |
protected List<ScopedObjectActionFilter> |
getFilters(CommandContext commandContext) |
protected ScopedObjectProvider<?,?> |
getScopedObjectProvider(CommandContext commandContext) |
protected ScopedObjectActionQuery scopedActionQuery
public FindScopedActionDataCmd(ScopedObjectActionQuery scopedActionQuery)
public ScopedObjectActionData execute(CommandContext commandContext)
execute
in interface Command<ScopedObjectActionData>
protected ScopedObjectProvider<?,?> getScopedObjectProvider(CommandContext commandContext)
protected List<ScopedObjectActionFilter> getFilters(CommandContext commandContext)
protected List<ActionDefinition> getActionDefinitions(CommandContext commandContext, String tenantId)
protected List<ActionInstance> getActionInstances(CommandContext commandContext)
protected List<ActionDefinition> getActionDefinitions(CommandContext commandContext, List<ActionInstance> actionInstances)
protected ActionDefinitionModel getActionDefinitionModel(CommandContext commandContext, String actionDefinitionId)
protected Set<String> filterResults(CommandContext commandContext, ScopedObjectActionData result)