public abstract class AbstractFetchNounCmdImpl extends com.ibm.websphere.command.CacheableCommandImpl implements AbstractFetchNounCmd
Constructor and Description |
---|
AbstractFetchNounCmdImpl()
Creates an instance of the abstract fetch command implementation.
|
Modifier and Type | Method and Description |
---|---|
ShowType |
getShow()
This method returns the show verb response that represent the
results of the fetch operation.
|
boolean |
isReadyToCallExecute()
This method returns whether the command has the get verb specified
so it is ready to execute.
|
void |
reset()
This method resets the instance variables so the command can be reused.
|
void |
setGet(GetType getVerb)
This method sets the get expression for the fetch operation.
|
void |
setSearchExpression(SearchExpression searchExpression)
This method sets the selection expression for the fetch operation.
|
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNouns
public AbstractFetchNounCmdImpl()
public boolean isReadyToCallExecute()
isReadyToCallExecute
in interface com.ibm.websphere.command.Command
isReadyToCallExecute
in class com.ibm.websphere.command.TargetableCommandImpl
Command.isReadyToCallExecute()
public void reset()
reset
in interface com.ibm.websphere.command.Command
reset
in class com.ibm.websphere.command.CacheableCommandImpl
Command.reset()
public ShowType getShow()
getShow
in interface AbstractFetchNounCmd
com.ibm.commerce.infastructure.facade.server.commands.FetchWorkspaceCmd#getShow()
public void setGet(GetType getVerb)
setGet
in interface AbstractFetchNounCmd
getVerb
- The get expression.com.ibm.commerce.infastructure.facade.server.commands.FetchWorkspaceCmd#setGet(com.ibm.commerce.oagis9.datatypes.GetType)
public void setSearchExpression(SearchExpression searchExpression)
setSearchExpression
in interface AbstractFetchNounCmd
searchExpression
- The search expression.