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