Uses of Class
com.sap.mdm.search.Search

Packages that use Search
com.sap.mdm.data.commands Provides commands for managing repository content such as searching records, creating attributes, modifying relationships, etc.  
com.sap.mdm.matching.commands Provides commands for MDM matching functionality.  
com.sap.mdm.matchingsets.commands Provides commands for MDM matching set functionality.  
com.sap.mdm.publishing.commands Provides commands for Publishing operating 
com.sap.mdm.publishing2.commands Provides commands for Publishing operating 
com.sap.mdm.search Provides interfaces and classes for setting up a search criteria.  
 

Uses of Search in com.sap.mdm.data.commands
 

Methods in com.sap.mdm.data.commands that return Search
 Search RetrieveLimitedRecordsCompoundCommand.getSearch()
          Returns the search criteria.
 Search RetrieveLimitedRecordsCommand.getSearch()
          Returns the search criteria.
 Search RetrieveLimitedQualifierValuesCommand.getSearch()
          Returns the search criteria.
 Search RetrieveLimitedHierTreeCommand.getSearch()
          Returns the search criteria.
 Search RetrieveLimitedHierChildrenCommand.getSearch()
          Returns the search criteria.
 Search RetrieveLimitedAttributesCommand.getSearch()
          Returns the search criteria.
 Search RetrieveLimitedAttributeValuesCommand.getSearch()
          Returns the search criteria.
 Search RestoreNamedSearchCommand.getSearch()
          Returns the search object that represents a named search.
 

Methods in com.sap.mdm.data.commands with parameters of type Search
 void RetrieveLimitedRecordsCompoundCommand.setSearch(Search search)
          Sets the search criteria (required).
 void RetrieveLimitedRecordsCommand.setSearch(Search search)
          Sets the search criteria (required).
 void RetrieveLimitedQualifierValuesCommand.setSearch(Search search)
          Sets the search criteria (required).
 void RetrieveLimitedHierTreeCommand.setSearch(Search search)
          Sets the search criteria (required).
 void RetrieveLimitedHierChildrenCommand.setSearch(Search search)
          Sets the search criteria (optional).
 void RetrieveLimitedAttributesCommand.setSearch(Search search)
          Sets the search criteria (required).
 void RetrieveLimitedAttributeValuesCommand.setSearch(Search search)
          Sets the search criteria (required).
 

Uses of Search in com.sap.mdm.matching.commands
 

Methods in com.sap.mdm.matching.commands that return Search
 Search RetrieveMatchingResultCommand.getSearch()
          Returns the source records in a form of a search object.
 

Methods in com.sap.mdm.matching.commands with parameters of type Search
 void RetrieveMatchingResultCommand.setSource(Search search)
          Sets the source records in a form of a search object (required*).
 void ExecuteMatchingStrategyForNewRecordValuesCommand.setTarget(Search search)
          Sets the target records in a form of a search object (required*).
 void ExecuteMatchingStrategyCommand.setSource(Search search)
          Sets the source records in a form of a search object (required*).
 void ExecuteMatchingStrategyCommand.setTarget(Search search)
          Sets the target records in a form of a search object (required*).
 

Uses of Search in com.sap.mdm.matchingsets.commands
 

Methods in com.sap.mdm.matchingsets.commands that return Search
 Search RetrieveMatchingSearchCommand.getSearch()
          Returns the search object.
 

Uses of Search in com.sap.mdm.publishing.commands
 

Methods in com.sap.mdm.publishing.commands with parameters of type Search
 void GetPublisherNodesMatchingSearchResultsCommand.setSearchParams(Search searchParams)
           
 

Uses of Search in com.sap.mdm.publishing2.commands
 

Methods in com.sap.mdm.publishing2.commands with parameters of type Search
 void GetPublisherNodesMatchingSearchResultsCommand.setSearchParams(Search searchParams)
           
 

Uses of Search in com.sap.mdm.search
 

Subclasses of Search in com.sap.mdm.search
 class TupleSearch
          A search object for specifying search criteria on tuple values.
 

Methods in com.sap.mdm.search that return Search
static Search TupleSearch.deserialize(String value)
          Deserialize the string into a tuple search object.
static Search Search.deserialize(String value)
          Deserialize the string into a search object.
 



Copyright 2004-2007 by SAP AG. All Rights Reserved.

SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.