public class FindBusinessByIdentifierQuery
extends Object
Returns the list of business keys possessing the keyedReferences in the passed identifier bag.
Output is restricted by list of business keys passed in. If null, all business entities are searched.
Output is produced by building the appropriate JPA query based on input and find qualifiers.
From specification:
"This is a list of business identifier references in the form of keyedReference elements. The returned
businessList contains businessInfo structures matching any of the identifiers passed (logical OR by default).
Specifying the appropriate findQualifiers can override this behavior"