跳过导航链接
AWS PaaS(V6.4.GA)
Java SDK API Reference for AWS PaaS
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

Q

QUALITY_TREND_HIGH - 接口 中的静态变量com.actionsoft.bpms.commons.log.sla.constant.SLAConst
值越高越好
QUALITY_TREND_LOW - 接口 中的静态变量com.actionsoft.bpms.commons.log.sla.constant.SLAConst
值越低越好
QUALITY_TREND_NONE - 接口 中的静态变量com.actionsoft.bpms.commons.log.sla.constant.SLAConst
不适用
query() - 类 中的方法com.actionsoft.bpms.commons.mvc.dao.DaoObject
 
query(String, Object...) - 类 中的方法com.actionsoft.bpms.commons.mvc.dao.DaoObject
 
query(Connection, String, Object...) - 类 中的方法com.actionsoft.bpms.commons.mvc.dao.DaoObject
 
query() - 接口 中的方法com.actionsoft.bpms.commons.mvc.dao.IDaoObject
查询全部结果集
query(String, Object...) - 接口 中的方法com.actionsoft.bpms.commons.mvc.dao.IDaoObject
查询指定条件的结果集
Query<Q extends Query<?,?>,M> - com.actionsoft.bpms.commons.query中的接口
基本查询接口
query(String, RowMapper<T>, Object...) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
执行查询结果为List,长度是查询记录数,每条记录是一个T类型
query(String, Map<String, Object>, RowMapper<T>) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
执行查询结果为List,长度是查询记录数,每条记录是一个T类型
query(String, RowCallbackHandler, Object...) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
查询数据库,使用rch处理数据集中每条记录
query(String, ResultSetExtractor<T>, Object...) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
查询数据库,使用rse处理结果数据集,返回T对象
query(String, Map<String, Object>, ResultSetExtractor<T>) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
查询数据库,使用rse处理结果数据集,返回T对象
query(Connection, String, RowMapper<T>, Object...) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
执行查询结果为List,长度是查询记录数,每条记录是一个T类型
query(Connection, String, Map<String, Object>, RowMapper<T>) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
查询数据库,使用rse处理结果数据集,返回T对象
query(String, Map<String, Object>, RowCallbackHandler) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
查询数据库,使用rch处理数据集中每条记录
query(Connection, String, RowCallbackHandler, Object...) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
查询数据库,使用rch处理数据集中每条记录
query(String, ResultSetHandler, Object...) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
查询数据库,使用rh处理结果数据集,不返回值
query(Connection, String, ResultSetHandler, Object...) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
查询数据库,使用rh处理结果数据集,不返回值
query(Connection, String, Map<String, Object>, ResultSetExtractor<T>) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
查询数据库,使用rse处理结果数据集,有返回值
query(Connection, String, Map<String, Object>, ResultSetHandler) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
 
query(String) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
获得该BO的查询对象,该方法默认不加载大文本类型字段值。
query(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
获得该BO的查询对象
query(String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
获得该BO的查询对象,该方法允许指定是否加载大文本类型字段值。
query(BOQueryAPI) - 接口 中的方法com.actionsoft.sdk.local.api.BOCopyAPI
给定要复制的源记录
query(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HttpAPI
为当前http请求新增一个参数,查询参数将拼接到uri中?
query(String[][]) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HttpAPI
增加多个查询参数
query(String, RowMapper<T>, Object...) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RDSAPI
查询sql,针对数据集每一条数据转换为目标对象
query(String, Map<String, Object>, RowMapper<T>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RDSAPI
 
query(String, ResultSetExtractor<T>, Object...) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RDSAPI
查询sql,使用rh处理结果数据集,并返回值
query(String, ResultSetHandler, Object...) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RDSAPI
查询sql,使用rh处理结果数据集,不返回值
query() - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
获得一个流程实例查询
query() - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
获得一个任务查询器
queryAlarmData(int, int) - 接口 中的方法com.actionsoft.sdk.local.api.SLAAPI
查询前N条告警记录
queryAlarmData(String, int, int) - 接口 中的方法com.actionsoft.sdk.local.api.SLAAPI
查询前N条告警记录
queryAlarmDataByMetricId(String, int, int) - 接口 中的方法com.actionsoft.sdk.local.api.SLAAPI
查询一个指标的前N条告警记录
queryAlarmDataByMetricId(String, String, int, int) - 接口 中的方法com.actionsoft.sdk.local.api.SLAAPI
查询一个指标的前N条告警记录
queryBy(String, Object...) - 类 中的方法com.actionsoft.bpms.commons.mvc.dao.DaoObject
 
queryBy(Connection, String, Object...) - 类 中的方法com.actionsoft.bpms.commons.mvc.dao.DaoObject
 
queryBy(String, Object...) - 接口 中的方法com.actionsoft.bpms.commons.mvc.dao.IDaoObject
根据自定义查询条件返回一条记录
queryById(Object) - 类 中的方法com.actionsoft.bpms.commons.mvc.dao.DaoObject
 
queryById(Connection, Object) - 类 中的方法com.actionsoft.bpms.commons.mvc.dao.DaoObject
 
queryById(Object) - 接口 中的方法com.actionsoft.bpms.commons.mvc.dao.IDaoObject
查询一条记录
queryDayDataByMetricId(String) - 接口 中的方法com.actionsoft.sdk.local.api.SLAAPI
查询一个SLA指标全部天维度的历史数据(只存储最近365天),可能多于365条
queryDayDataByMetricId(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.SLAAPI
查询一个SLA指标全部天维度的历史数据(只存储最近365天),可能多于365条
queryDayDataByTime(String) - 接口 中的方法com.actionsoft.sdk.local.api.SLAAPI
查找某时间点所有指标天单位的SLA指标值
queryHistory() - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
获得一个历史任务查询器
queryHistoryValueByProcessInstId(String) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
根据流程实例ID查询所有历史数据
queryHistoryValuePagation(String, int, int) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
根据流程实例ID分页查询历史数据
queryHourDataByMetricId(String) - 接口 中的方法com.actionsoft.sdk.local.api.SLAAPI
查询一个SLA指标全部小时维度的历史数据(只存储最近15天),可能多于360条
queryHourDataByMetricId(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.SLAAPI
查询一个SLA指标全部小时维度的历史数据(只存储最近15天),可能多于360条
queryHourDataByTime(String) - 接口 中的方法com.actionsoft.sdk.local.api.SLAAPI
查找某时间点所有指标1小时单位的SLA指标值
queryIdListBy(String, Object...) - 类 中的方法com.actionsoft.bpms.commons.mvc.dao.DaoObject
 
queryIdListBy(Connection, String, Object...) - 类 中的方法com.actionsoft.bpms.commons.mvc.dao.DaoObject
 
queryMinuteDataByMetricId(String) - 接口 中的方法com.actionsoft.sdk.local.api.SLAAPI
查询一个SLA指标全部分钟维度的历史数据(只存储最近24小时),可能多于288条
queryMinuteDataByMetricId(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.SLAAPI
查询一个SLA指标全部分钟维度的历史数据(只存储最近24小时),可能多于288条
queryMinuteDataByTime(String) - 接口 中的方法com.actionsoft.sdk.local.api.SLAAPI
查找某时间点所有指标5分钟单位的SLA指标值
queryNavList(UserContext, String) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
获得指定用户可访问的下一级功能菜单定义
queryNavListBySysId(UserContext, String) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
获取子系统导航下的所有功能菜单定义
queryNavTree(UserContext) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
获得指定用户可访问的导航树全部功能菜单定义
queryPartitionIdByBizKey(String) - 接口 中的方法com.actionsoft.sdk.local.api.SADAPI
查询外部业务主键所在分区ID
queryPartitionIdByProcessInstId(String) - 接口 中的方法com.actionsoft.sdk.local.api.SADAPI
查询流程实例所在分区ID
queryPartitionIndexByProcessInstId(String) - 接口 中的方法com.actionsoft.sdk.local.api.SADAPI
查询指定结束的流程实例归档在哪个分区索引
queryPartitionIndexByTaskInstId(String) - 接口 中的方法com.actionsoft.sdk.local.api.SADAPI
查询指定结束的任务实例归档在哪个分区索引
queryUserLoginLog(UserContext, int) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
获得当前用户前n条的登录日志
queryUserProfileSchema(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
获得用户自定义的参数结构
queryValue(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.DictAPI
获取指定字典的全部配置项
queryValues(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.DictAPI
已过时。
queue - 接口 中的静态变量com.actionsoft.sdk.local.api.cc.RabbitmqAPI
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
跳过导航链接
文档更新日期 : 20230525

Copyright © Actionsoft Co., Ltd. All Rights Reserved.