public interface InsightService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ObjectBean> |
findObjects(java.lang.String iql,
int maxCount)
ObjectBean javadoc
|
java.util.List<ObjectSchemaBean> |
findObjectSchemaBeans()
ObjectSchemaBean javadoc
|
ObjectSchemaBean |
findObjectSchemaByKey(java.lang.String objectSchemaKey)
ObjectSchemaBean javadoc
|
ObjectSchemaBean |
findObjectSchemaByName(java.lang.String objectSchemaName)
ObjectSchemaBean javadoc
|
java.util.List<ObjectTypeAttributeBean> |
findObjectTypeAttributeBeans(int objectTypeId)
ObjectTypeAttributeBean javadoc
|
java.util.List<ObjectTypeBean> |
findObjectTypeBean(int objectSchemaId)
ObjectTypeBean javadoc
|
java.util.List<ObjectTypeBean> |
findObjectTypeBeans(int objectSchemaId)
ObjectTypeBean javadoc
|
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)
ObjectSchemaBean javadoc
|
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)