public interface GetSearchTermAssociationCmd extends BusinessObjectDocumentCmd
GetSearchTermAssociationType
object which contains the xpath request. It also defines a method to get the ShowSearchTermAssociationType
object
which contains the information used to compose the show business object document.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
ShowSearchTermAssociationType |
getShowSearchTermAssociation()
This method gets the
ShowSearchTermAssociationType business object document result. |
void |
setGetSearchTermAssociation(GetSearchTermAssociationType getSearchTermAssociation)
This method sets the
GetSearchTermAssociationType business object document that this command will process. |
getResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocument
static final java.lang.String COPYRIGHT
void setGetSearchTermAssociation(GetSearchTermAssociationType getSearchTermAssociation)
GetSearchTermAssociationType
business object document that this command will process.getSearchTermAssociation
- The GetSearchTermAssociationType
business object document.ShowSearchTermAssociationType getShowSearchTermAssociation()
ShowSearchTermAssociationType
business object document result.ShowSearchTermAssociationType
business object document result to the client.