public abstract class FetchConfigurationBaseCmdImpl extends AbstractFetchNounCmdImpl implements FetchConfigurationCmd
Constructor and Description |
---|
FetchConfigurationBaseCmdImpl()
Creates an instance of the fetch Configuration command.
|
Modifier and Type | Method and Description |
---|---|
protected void | createConfigurations(java.util.List lUniqueIds)
Creates the list of Configuration by calling the desired create configuration command implementation according to the list provided.
|
java.util.List | getConfigurations()
This method returns a list of Configuration objects from the fetch operation.
|
java.lang.String | getCreateCommandInterface()
This method will return the fetch command interface that has been specified on the command configuration.
|
java.util.List | getNouns()
This is a get method of returning a list of Configuration nouns.
|
void | reset()
This method resets the instance variables so the command can be reused.
|
protected java.lang.String | reviseKey(java.lang.String configKey)
Modifies the configuration key to be looked up.
|
protected void | setConfigurations(java.util.List configurations)
This method sets the list of Configuration objects from executing the fetch operation.
|
void | setCreateCommandInterface(java.lang.String createCommandInterface)
This method sets the create command interface that will be used to resolve the create command implementation.
|
public FetchConfigurationBaseCmdImpl()
public void reset()
public java.util.List getConfigurations()
protected void setConfigurations(java.util.List configurations)
public java.util.List getNouns()
protected java.lang.String reviseKey(java.lang.String configKey)
public void setCreateCommandInterface(java.lang.String createCommandInterface)
public java.lang.String getCreateCommandInterface()
protected void createConfigurations(java.util.List lUniqueIds) throws com.ibm.websphere.command.CommandException