- tagReadTime(TaskInstance) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
-
如果该任务尚未阅读,标记任务读取时间。
- tagReadTime(String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
-
如果该任务尚未阅读,标记任务读取时间。
- tagReadTimeAllNotification(UserContext) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
-
阅读指定人的全部通知任务
- target(String) - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
-
执行人的历史任务,列出的历史任务范围已由该账户执行。
- target(String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskQueryAPI
-
执行人的任务,列出的任务范围由该账户执行
- TaskAPI - com.actionsoft.sdk.local.api中的接口
-
任务实例控制(Task Instance)接口。
- TaskCommentModel - com.actionsoft.bpms.bpmn.engine.model.run中的类
-
记录任务审批留言数据,构建流程的审批记录
- TaskCommentModel() - 类 的构造器com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
-
- TaskInstance - com.actionsoft.bpms.bpmn.engine.model.run.delegate中的接口
-
活动的任务实例对象
- TaskQueryAPI - com.actionsoft.sdk.local.api中的接口
-
任务实例查询(Task Query)接口,包括查询任务实例列表、详细
注意,类提供的方法不能满足查询时,可调用父类中的addQuery方法增加自定义的查询条件
查询列表数据需要调用父类中的list和listPage(分页)方法
- TaskRuntimeConst - com.actionsoft.bpms.bpmn.constant中的接口
-
(公共抽象,例如UserTask、ServiceTask)任务实例,运行时刻常量定义
- taskState(int) - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
-
指定的任务类型,如传阅、加签、待办
- taskState(int) - 接口 中的方法com.actionsoft.sdk.local.api.TaskQueryAPI
-
指定的任务类型,如传阅、加签、待办
- TeamMemberModel - com.actionsoft.bpms.org.model中的接口
-
AWS小组成员
- TeamModel - com.actionsoft.bpms.org.model中的接口
-
AWS小组
- terminate(ProcessInstance, UserContext) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
-
终止一个流程实例。
- terminateByBusinessKey(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
-
通过processBusinessKey终止一个流程实例。
- terminateByBusinessKey(String, String, Timestamp) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessDataLoaderAPI
-
通过processBusinessKey终止一个流程实例。
- terminateById(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
-
通过id终止一个流程实例。
- terminateById(String, String, Timestamp) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessDataLoaderAPI
-
通过id终止一个流程实例。
- terminatedProcess() - 接口 中的方法com.actionsoft.sdk.local.api.ProcessQueryAPI
-
已终止的流程实例
- terminatedTask() - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
-
已终止的历史任务
- TEXT() - 类 中的静态方法com.actionsoft.bpms.commons.wechat.bean.WechatOutMessage
-
获得文本消息builder
- textStyle(String, Object) - 类 中的方法com.actionsoft.bpms.commons.echarts.EChartsOption
-
全局的字体样式。
- ThreadStackTraceInfo - com.actionsoft.bpms.util中的类
-
跟踪线程运行堆栈信息
- ThreadStackTraceInfo() - 类 的构造器com.actionsoft.bpms.util.ThreadStackTraceInfo
-
- throwAlarm(String, String, int, String, String, double, String) - 接口 中的方法com.actionsoft.sdk.local.api.SLAAPI
-
生成一条告警信息
- throwAlarm(String, String, int, String, String, double, String, Object) - 接口 中的方法com.actionsoft.sdk.local.api.SLAAPI
-
生成一条告警信息
- timeFormat(Date) - 类 中的静态方法com.actionsoft.bpms.util.UtilDate
-
获得日期
- timeFormat(Date, boolean) - 类 中的静态方法com.actionsoft.bpms.util.UtilDate
-
获得日期
- timeFormat(Date, String) - 类 中的静态方法com.actionsoft.bpms.util.UtilDate
-
获得参数指定日期
- timeFormat(Date, String, boolean) - 类 中的静态方法com.actionsoft.bpms.util.UtilDate
-
获得参数指定日期
- timeline(String, Object) - 类 中的方法com.actionsoft.bpms.commons.echarts.EChartsOption
-
timeline 组件,提供了在多个 ECharts option 间进行切换、播放等操作的功能。
- TIMER_COST_POLICY_AUTO_TASK - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskDefinitionConst
-
超时策略:自动向下执行
- TIMER_COST_POLICY_CLAZZ - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ActivityDefinitionConst
-
触发一个Java事件
- TIMER_COST_POLICY_END_PROCESS - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskDefinitionConst
-
超时策略:结束流程
- TIMER_COST_POLICY_EVENT - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskDefinitionConst
-
超时策略:触发一个自定义事件
- TIMER_COST_POLICY_JUMP_TASK_NODE - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskDefinitionConst
-
超时策略:跳转指定节点
- TIMER_COST_POLICY_NORMAL - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskDefinitionConst
-
超时策略:无动作,只记录超时日志
- TIMER_COST_POLICY_ROLLBACK - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskDefinitionConst
-
超时策略:自动退回到上个节点
- TIMER_COST_POLICY_SHORT_MESSAGE - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskDefinitionConst
-
超时策略:给办理者发送超时短信提醒
- TIMER_COST_POLICY_SQL_EXCUTE - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskDefinitionConst
-
超时策略:触发SQL
- TIMER_COST_POLICY_TASK_MAIL - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskDefinitionConst
-
超时策略:给办理者发送超时邮件提醒
- timeToIdleSeconds(long) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.CachePluginProfile
-
设置一个时间指示对象空闲多久后失效,默认不失效
- timeToLiveSeconds(long) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.CachePluginProfile
-
设置一个时间指示对象缓存多久后失效,默认不失效
- title(String, Object) - 类 中的方法com.actionsoft.bpms.commons.echarts.EChartsOption
-
标题组件,包含主标题和副标题。
- title(String) - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
-
任务标题等于特定内容的历史任务
- title(String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessQueryAPI
-
标题等于特定值的流程实例
- title(String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskQueryAPI
-
任务标题等于特定内容的任务
- titleLike(String) - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
-
任务标题包含特定内容的历史任务
- titleLike(String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessQueryAPI
-
标题包含特定值的流程实例
- titleLike(String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskQueryAPI
-
任务标题包含特定内容的任务
- TLS - 接口 中的静态变量com.actionsoft.sdk.local.api.cc.HttpAPI
-
- toDataString() - 类 中的方法com.actionsoft.bpms.commons.mvc.view.ResponseObject
-
仅将ResponseObject的data对象转换成JSON串
- toDigest(String) - 类 中的方法com.actionsoft.bpms.util.MD5
-
- toDigest(String, String) - 类 中的方法com.actionsoft.bpms.util.MD5
-
重载方法:获得一个哈西摘要串
- toDigest(String, String) - 类 中的静态方法com.actionsoft.bpms.util.SHA256
-
使用HmacSHA256消息摘要算法计算消息摘要,返回十六进制的明文字符串
- toDigest(String, byte[]) - 类 中的静态方法com.actionsoft.bpms.util.SHA256
-
使用HmacSHA256消息摘要算法计算消息摘要,返回十六进制的明文字符串
- toDigestUTF8(String) - 类 中的静态方法com.actionsoft.bpms.util.MD5
-
摘要信息utf8编码
- toEAITask() - 接口 中的方法com.actionsoft.bpms.bpmn.engine.model.run.delegate.TaskInstance
-
将当前任务实例转换成EAI任务实例
- toFixMoney(String, int) - 类 中的静态方法com.actionsoft.bpms.util.UtilNumber
-
千分位货币
- toFixMoney(double, int) - 类 中的静态方法com.actionsoft.bpms.util.UtilNumber
-
千分位货币
- toJson() - 接口 中的方法com.actionsoft.bpms.commons.mvc.model.IModelBean
-
将当前对象转换成json串
- toJson() - 类 中的方法com.actionsoft.bpms.commons.mvc.model.ModelBean
-
将当前对象转换成json串
- toJson() - 类 中的方法com.actionsoft.bpms.server.fs.dc.DCMessage
-
获得符合AWS平台ResponseObject标准的JSON串
- toJson() - 类 中的方法com.actionsoft.bpms.server.fs.DCContext
-
转换成简单json格式,用在需要参数化上下文的场景,如上传微信号多媒体文件
- toJsonObject() - 类 中的方法com.actionsoft.bpms.bo.engine.BO
-
- toJSONObject() - 类 中的方法com.actionsoft.bpms.bo.engine.BO
-
获取全部数据的JSON结构对象
- toJsonObject() - 接口 中的方法com.actionsoft.bpms.commons.mvc.model.IModelBean
-
- toJSONObject() - 接口 中的方法com.actionsoft.bpms.commons.mvc.model.IModelBean
-
将当前对象转换成json处理对象
- toJSONObject() - 类 中的方法com.actionsoft.bpms.commons.mvc.model.ModelBean
-
将当前对象转换成json处理对象
- toJsonObject() - 类 中的方法com.actionsoft.bpms.commons.mvc.model.ModelBean
-
- toJsonObject() - 类 中的方法com.actionsoft.bpms.commons.mvc.view.ResponseObject
-
- toJSONObject() - 类 中的方法com.actionsoft.bpms.commons.mvc.view.ResponseObject
-
将ResponseObject转换成JSON对象
- toName() - 接口 中的方法com.actionsoft.bpms.org.model.RoleModel
-
返回界面上使用名称
- toNameI18N() - 接口 中的方法com.actionsoft.bpms.org.model.RoleModel
-
返回界面上使用名称
- toolbox(String, Object) - 类 中的方法com.actionsoft.bpms.commons.echarts.EChartsOption
-
工具栏。
- tooltip(String, Object) - 类 中的方法com.actionsoft.bpms.commons.echarts.EChartsOption
-
提示框组件。
- topic(String) - 接口 中的方法com.actionsoft.sdk.local.api.cc.KafkaAPI
-
设置默认发送消息的topic
- topic - 接口 中的静态变量com.actionsoft.sdk.local.api.cc.RabbitmqAPI
-
- toRMB(String) - 类 中的静态方法com.actionsoft.bpms.util.UtilNumber
-
将数值字符串转换成人民币大写
- toRMB(double) - 类 中的静态方法com.actionsoft.bpms.util.UtilNumber
-
将数值转换成人民币大写
- toString() - 类 中的方法com.actionsoft.bpms.bo.engine.BO
-
toString()方法
- toString() - 类 中的方法com.actionsoft.bpms.bpmn.engine.listener.BizBeanImpl
-
重写,来自描述
- toString() - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
-
返回"节点名称->创建人->菜单名称->留言信息"
- toString() - 类 中的方法com.actionsoft.bpms.commons.mvc.view.ResponseObject
-
将ResponseObject转换成JSON串
- toString(SerializerFeature) - 类 中的方法com.actionsoft.bpms.commons.mvc.view.ResponseObject
-
- toString(SerializerFeature...) - 类 中的方法com.actionsoft.bpms.commons.mvc.view.ResponseObject
-
- toString() - 类 中的方法com.actionsoft.bpms.commons.wechat.bean.WechatInMessage
-
- toString() - 类 中的方法com.actionsoft.bpms.commons.wechat.bean.WechatOutMessage
-
- toString() - 接口 中的方法com.actionsoft.bpms.org.model.RoleModel
-
返回角色可识别的字符串,ID:角色组/角色名称
- toString() - 类 中的方法com.actionsoft.bpms.server.fs.dc.DCMessage
-
- toString() - 类 中的方法com.actionsoft.bpms.server.UserContext
-
- toString() - 类 中的方法com.actionsoft.bpms.util.UtilString
-
- toString() - 类 中的方法com.actionsoft.exception.BPMNError
-
- toString() - 接口 中的方法com.actionsoft.sdk.local.api.ProcessExecuteQuery
-
转换成简单说明信息
- toXML() - 接口 中的方法com.actionsoft.bpms.commons.mvc.model.IModelBean
-
将当前对象转化成XML片段
- toXML() - 类 中的方法com.actionsoft.bpms.commons.mvc.model.ModelBean
-
将当前对象转化成XML片段
- toXML() - 类 中的方法com.actionsoft.bpms.commons.mvc.view.ResponseObject
-
将ResponseObject转换成XML文档
- toXml() - 类 中的方法com.actionsoft.bpms.commons.wechat.bean.WechatOutMessage
-
返回企业号能识别的XML格式
- TPL_GROUP_JOB_NOTIFICATION - 接口 中的静态变量com.actionsoft.sdk.local.api.NotificationAPI
-
模板分类:定时器通知
- TPL_GROUP_SLA_ALARM - 接口 中的静态变量com.actionsoft.sdk.local.api.NotificationAPI
-
模板分类:SLA告警通知
- TPL_GROUP_SYSTEM_NOTIFICATION - 接口 中的静态变量com.actionsoft.sdk.local.api.NotificationAPI
-
模板分类:系统通知
- TPL_GROUP_TASK_COMPLETE_NOTIFICATION - 接口 中的静态变量com.actionsoft.sdk.local.api.NotificationAPI
-
模板分类:任务结束通知
- TPL_GROUP_TASK_RECEIVED_NOTIFICATION - 接口 中的静态变量com.actionsoft.sdk.local.api.NotificationAPI
-
模板分类:任务到达通知
- TPL_GROUP_TASK_REMIND - 接口 中的静态变量com.actionsoft.sdk.local.api.NotificationAPI
-
模板分类:任务催办提醒
- TPL_GROUP_TASK_TIMEOUT_NOTIFICATION - 接口 中的静态变量com.actionsoft.sdk.local.api.NotificationAPI
-
模板分类:任务超时提醒
- trace(String, Throwable) - 接口 中的方法com.actionsoft.sdk.local.api.Logger
-
trace级别输出日志信息
- type(String) - 接口 中的方法com.actionsoft.sdk.local.api.PALRepositoryQueryAPI
-
文件类型
- TYPE_IOBD - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.InstanceAdvanceExtendConst
-
该实例属于某类业务域,如电信的OSS、BSS、MSS
- TYPE_IOC - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.InstanceAdvanceExtendConst
-
这是一个开放的自定义项,可根据管理需要定义规则名称和规则项
- TYPE_IOR - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.InstanceAdvanceExtendConst
-
该实例属于某组织区域的业务数据,如中国大陆、东南亚、北美
- TYPE_IOS - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.InstanceAdvanceExtendConst
-
该实例属于某类系统依赖的流程,如营销系统、生产系统、OA系统
- types(List<String>) - 接口 中的方法com.actionsoft.sdk.local.api.PALRepositoryQueryAPI
-
文件类型集合