ProductType
- the type of objects produced by this resolverCriteriaType
- the type of criteria to process during resolutionpublic interface Resolver<ProductType,CriteriaType>
Modifier and Type | Method and Description |
---|---|
Iterable<ProductType> |
resolve(CriteriaType criteria)
Process the specified criteria and return the resulting instances the the product type
which satisfy the criteria.
|
ProductType |
resolveSingle(CriteriaType criteria)
Process the specified criteria and return a single instance of the product type
which satisfies the criteria.
|
Iterable<ProductType> resolve(CriteriaType criteria) throws SecurityException
criteria
- the criteria to evaluate or processSecurityException
- thrown if there is an error processing the specified criteriaProductType resolveSingle(CriteriaType criteria) throws SecurityException
criteria
- the criteria to evaluate or processSecurityException
- thrown if there is an error processing the specified criteriaCopyright © 2018 JBoss by Red Hat. All rights reserved.