Interface IQLFacade
- All Known Implementing Classes:
IQLFacadeImpl
@PublicApi
public interface IQLFacade
Service interface to access and manage Assets objects by AQL
- Since:
- 4.6
- Author:
- Ola Melin
-
Method Summary
Modifier and TypeMethodDescriptionfindObjects
(int schemaId, String iql) Find objects for an AQLfindObjects
(int schemaId, String iql, int start, int limit, boolean asc, Integer orderByAttrTypeId) Deprecated.findObjects
(String iql) Find objects for an AQLfindObjects
(String iql, int start, int limit) Find a limited set of objects based on an AQL to display on pagination pagesfindObjectsByIQL
(String iql) Deprecated.findObjectsByIQLAndSchema
(int schemaId, String iql) Deprecated.void
validateIQL
(int schemaId, String iql) Validates AQL for an object schemavoid
validateIQL
(String iql) Validates AQL for an object schema
-
Method Details
-
findObjects
@Deprecated ObjectResultBean findObjects(int schemaId, String iql, int start, int limit, boolean asc, Integer orderByAttrTypeId) throws InsightException Deprecated.- Throws:
InsightException
-
findObjectsByIQL
Deprecated.- Throws:
InsightException
-
findObjectsByIQLAndSchema
@Deprecated List<ObjectBean> findObjectsByIQLAndSchema(int schemaId, String iql) throws InsightException Deprecated.- Throws:
InsightException
-
findObjects
Find objects for an AQL- Throws:
InsightException
-
findObjects
Find a limited set of objects based on an AQL to display on pagination pages- Throws:
InsightException
-
findObjects
Find objects for an AQL- Throws:
InsightException
-
validateIQL
Validates AQL for an object schema- Throws:
InsightException
-
validateIQL
Validates AQL for an object schema- Throws:
InsightException
-