public interface PropertyProvider
Modifier and Type | Method and Description |
---|---|
Set<String> |
checkPropertyIds(Set<String> propertyIds)
Check whether the set of given property ids is supported by this resource
provider.
|
Set<Resource> |
populateResources(Set<Resource> resources,
Request request,
Predicate predicate)
Populate the given set of resource with any properties that this property
provider can provide and return a populated set of resources.
|
Set<Resource> populateResources(Set<Resource> resources, Request request, Predicate predicate) throws SystemException
resources
- the resources to be populatedrequest
- the request object which defines the desired set of propertiespredicate
- the predicate object which filters which resources are returnedSystemException
- thrown if resources cannot be populatedSet<String> checkPropertyIds(Set<String> propertyIds)
Copyright © 2022 Apache Software Foundation. All rights reserved.