public interface AbstractFetchNounCmd
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 |
---|---|
java.util.List |
getNouns()
This method returns the list of nouns retrieved by the fetch implementation.
|
ShowType |
getShow()
Returns the show verb that represents the results returned.
|
void |
setGet(GetType getVerb)
This method sets the get expression to base the fetch operation on.
|
void |
setSearchExpression(SearchExpression searchExpression)
This method sets the search expression to base the fetch operation on.
|
static final java.lang.String COPYRIGHT
ShowType getShow()
void setGet(GetType getVerb)
getVerb
- The get expression to execute.void setSearchExpression(SearchExpression searchExpression)
searchExpression
- The search expression to execute.java.util.List getNouns()