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