|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Search
Interface for retrieving registry beans by composing Predicate
objects.
Method Summary | |
---|---|
Search |
addOrder(Order order)
Add an ordering to the result. |
Search |
addPredicate(Predicate predicate)
Add predicate to constrain the results to be retrieved. |
java.util.List<? extends RegistryBean> |
result()
Executes the search and obtains the result as list. |
Method Detail |
---|
java.util.List<? extends RegistryBean> result() throws CSAppFrameworkException
CSAppFrameworkException
Search addPredicate(Predicate predicate) throws CSAppFrameworkException
predicate
-
CSAppFrameworkException
Search addOrder(Order order) throws CSAppFrameworkException
order
-
CSAppFrameworkException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |