public interface ISearchableModel
| Modifier and Type | Method and Description |
|---|---|
Collection<?> |
find(Variable iterator,
AST ast,
IEolContext context) |
Object |
findOne(Variable iterator,
AST ast,
IEolContext context) |
Collection<?> find(Variable iterator, AST ast, IEolContext context) throws EolRuntimeException
EolRuntimeExceptionObject findOne(Variable iterator, AST ast, IEolContext context) throws EolRuntimeException
EolRuntimeExceptionCopyright © 2016. All rights reserved.