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, runprotected 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 IfsCommandcontext - 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 CommandpopulateNestedCommands in class IfsCommandcommandInvoker - the command invokerIfsException - if the operation failsCommandInvokerpublic CommandContext createCommandContext() throws IfsException
createCommandContext in interface CommandcreateCommandContext in class IfsCommandIfsException - if the operation failsCommandContextCopyright © 2025. All rights reserved.