public class FindBusinessByDiscoveryURLQuery
extends BusinessEntityQuery
Returns the list of business keys possessing the DiscoveryUrls in the passed DiscoveryUrl list.
Output is restricted by list of business keys passed in. If null, all businesses are searched.
Output is produced by building the appropriate JPA query based on input and find qualifiers.
From specification:
"This is a list of discoveryURL structures to be matched against the discoveryURL data associated with registered businessEntity
information. To search for URL without regard to useType attribute values, omit the useType attribute or pass it as an empty
attribute. If useType values are included, the match occurs only on registered information that matches both the useType and
URL value. The returned businessList contains businessInfo structures matching any of the URL's passed (logical OR)."
- Author:
- Jeff Faath