public class IfsInvokeSelectorAndListOutputCommand extends IfsCommand
Command specification for IfsInvokeSelectorAndListOutputCommand
Inputs:
Modifier and Type | Field and Description |
---|---|
protected IfsInvokeSelectorCommand |
m_InvokeSelectorCommand
Object that contains the logic for invoking selector.
|
protected CommandContextPool |
m_InvokeSelectorContextPool
Context pool for command contexts.
|
protected IfsStringListCommand |
m_StringListCommand
Object that contains the logic for Lisitng output.
|
protected CommandContextPool |
m_StringListContextPool
Context pool for command contexts.
|
Constructor and Description |
---|
IfsInvokeSelectorAndListOutputCommand()
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
CommandContext |
createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
protected void |
execute(CommandContext context)
Execute a CommandContext.
|
protected void |
execute(InvokeSelectorAndListOutputContext context)
Executes a InvokeSelectorAndListOutputContext.
|
void |
populateNestedCommands(CommandInvoker commandInvoker)
Populates the command and context pool for determining the Acl.
|
postExecute, preExecute, run
protected IfsInvokeSelectorCommand m_InvokeSelectorCommand
protected CommandContextPool m_InvokeSelectorContextPool
protected IfsStringListCommand m_StringListCommand
protected CommandContextPool m_StringListContextPool
public IfsInvokeSelectorAndListOutputCommand()
protected void execute(CommandContext context) throws IfsException
execute
in class IfsCommand
context
- context for this commandIfsException
- if the operation failsprotected void execute(InvokeSelectorAndListOutputContext context) throws IfsException
context
- context for this commandIfsException
- if the operation failspublic void populateNestedCommands(CommandInvoker commandInvoker) throws IfsException
populateNestedCommands
in interface Command
populateNestedCommands
in class IfsCommand
commandInvoker
- the command invokerIfsException
- if the operation failsCommandInvoker
public CommandContext createCommandContext() throws IfsException
createCommandContext
in interface Command
createCommandContext
in class IfsCommand
IfsException
- if the operation failsCommandContext
Copyright © 2023. All rights reserved.