public interface InsightService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ObjectBean> |
findObjects(java.lang.String iql,
int maxCount)
|
java.util.List<ObjectSchemaBean> |
findObjectSchemaBeans()
|
ObjectSchemaBean |
findObjectSchemaByKey(java.lang.String objectSchemaKey)
|
ObjectSchemaBean |
findObjectSchemaByName(java.lang.String objectSchemaName)
|
java.util.List<ObjectTypeAttributeBean> |
findObjectTypeAttributeBeans(int objectTypeId)
|
java.util.List<ObjectTypeBean> |
findObjectTypeBean(int objectSchemaId)
|
java.util.List<ObjectTypeBean> |
findObjectTypeBeans(int objectSchemaId)
|
java.lang.String |
getIQLAsTableHtml(java.lang.String iql,
int maxCount,
int... attributeIds) |
java.lang.String |
getIQLAsTableHtml(java.lang.String iql,
int maxCount,
java.lang.String... attributes) |
long |
getObjectsCountByIQL(java.lang.String iql) |
ObjectSchemaBean |
loadObjectSchema(int id)
|
java.util.List<ObjectBean> findObjects(java.lang.String iql,
int maxCount)
throws InsightException
InsightExceptionlong getObjectsCountByIQL(java.lang.String iql)
throws InsightException
InsightExceptionjava.util.List<ObjectTypeAttributeBean> findObjectTypeAttributeBeans(int objectTypeId)
throws InsightException
InsightExceptionjava.util.List<ObjectTypeBean> findObjectTypeBeans(int objectSchemaId)
throws InsightException
InsightExceptionjava.util.List<ObjectTypeBean> findObjectTypeBean(int objectSchemaId)
throws InsightException
InsightExceptionjava.util.List<ObjectSchemaBean> findObjectSchemaBeans()
throws InsightException
InsightExceptionObjectSchemaBean loadObjectSchema(int id)
throws InsightException
InsightExceptionObjectSchemaBean findObjectSchemaByKey(java.lang.String objectSchemaKey)
throws InsightException
InsightExceptionObjectSchemaBean findObjectSchemaByName(java.lang.String objectSchemaName)
throws InsightException
InsightExceptionjava.lang.String getIQLAsTableHtml(java.lang.String iql,
int maxCount,
java.lang.String... attributes)
java.lang.String getIQLAsTableHtml(java.lang.String iql,
int maxCount,
int... attributeIds)