public interface BusinessServiceSearchCriteria
Modifier and Type | Method and Description |
---|---|
List<BusinessService> |
apply(BusinessServiceManager businessServiceManager,
List<BusinessService> businessServices)
This will apply the criteria represented by an instance of this interface to a list of business services and will
return a subset of these business services.
|
List<BusinessService> apply(BusinessServiceManager businessServiceManager, List<BusinessService> businessServices)
businessServiceManager
- the business service manager (required to gather the operational status)businessServices
- the list of business servicesCopyright © 2021. All rights reserved.