public interface AbstractInsertMoreNounDataCmd
extends com.ibm.websphere.command.Command
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
void |
setGet(GetType getVerb)
This method sets the get expression to base the fetch operation on.
|
void |
setNouns(java.util.List nouns)
This method sets the original list of nouns that is returned as part of the
Get request.
|
void |
setSearchExpression(SearchExpression searchExpression)
This method sets the search expression to base the fetch operation on.
|
void |
setShow(ShowType show)
Sets the
ShowType object that is returned as part of the Show resposne. |
static final java.lang.String COPYRIGHT
void setGet(GetType getVerb)
getVerb
- The get expression to execute.void setSearchExpression(SearchExpression searchExpression)
searchExpression
- The selection expression to execute.void setNouns(java.util.List nouns)
nouns
- The list of nouns that is returned as a response to the get request.void setShow(ShowType show)
ShowType
object that is returned as part of the Show resposne.show
- The ShowType
object that is included as part of the show response.