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
EolRuntimeException
Object findOne(Variable iterator, AST ast, IEolContext context) throws EolRuntimeException
EolRuntimeException
Copyright © 2016. All rights reserved.