public interface IQLFacade
Modifier and Type | Method and Description |
---|---|
ObjectResultBean |
findObjects(int schemaId,
String iql,
int start,
int limit,
boolean asc,
Integer orderByAttrTypeId)
Find a limited set of objects based on an IQL to display on pagination pages
|
List<ObjectBean> |
findObjectsByIQLAndSchema(int schemaId,
String iql)
Find objects for an IQL
|
void |
validateIQL(int schemaId,
String iql)
Deprecated.
|
void |
validateIQL(String iql)
Validates IQL for an object schema
|
ObjectResultBean findObjects(int schemaId, String iql, int start, int limit, boolean asc, Integer orderByAttrTypeId) throws InsightException
schemaId
- iql
- start
- limit
- asc
- orderByAttrTypeId
- InsightException
List<ObjectBean> findObjectsByIQLAndSchema(int schemaId, String iql) throws InsightException
schemaId
- iql
- InsightException
@Deprecated void validateIQL(int schemaId, String iql) throws InsightException
schemaId
- iql
- InsightException
void validateIQL(String iql) throws InsightException
iql
- InsightException
Copyright © 2017 Riada Product Development. All rights reserved.