跳过导航链接
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 _ 

C

Cache<K extends java.io.Serializable,V extends java.io.Serializable> - com.actionsoft.bpms.commons.cache中的类
AWS缓存接口,通过调用Cache.load()方法完成缓存初始化。
Cache(CachePluginProfile) - 类 的构造器com.actionsoft.bpms.commons.cache.Cache
构造方法,初始化一个新的缓存存储和缓存索引。
Cache() - 类 的构造器com.actionsoft.bpms.commons.cache.Cache
 
CachePluginProfile - com.actionsoft.apps.resource.plugin.profile中的类
缓存配置模型
CachePluginProfile(String, String) - 类 的构造器com.actionsoft.apps.resource.plugin.profile.CachePluginProfile
根据指定名称,cache类名创建一个默认配置
CachePluginProfile(Class<?>) - 类 的构造器com.actionsoft.apps.resource.plugin.profile.CachePluginProfile
根据cache子类类名创建一个默认配置
call(Map<String, Object>) - 接口 中的方法com.actionsoft.apps.resource.interop.aslp.ASLP
服务方法
call(String, TaskInstance, ProcessExecutionContext) - 类 中的方法com.actionsoft.bpms.bpmn.engine.listener.ProcessPubicListener
所有人工任务相关行为发生时被触发(见PublicEventConst常量)
callASLP(AppContext, String, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.AppAPI
同步调用一个ASLP服务地址
callBack(List<AccessControlModel>) - 类 中的方法com.actionsoft.bpms.commons.security.ac.model.ACCM
保存AC授权信息之后,程序会调用该方法,来执行一下授权时候的操作
cancel(ProcessInstance, UserContext) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
取消流程,终止并补偿一个流程实例。
CANCEL_PROCESS_EXCLUSIVE_RULE_ARRIVALS - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ProcessDefinitionConst
到达节点不允许撤销
CANCEL_PROCESS_EXCLUSIVE_RULE_PASS - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ProcessDefinitionConst
经过不允许撤销
cancelByBusinessKey(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
通过processBusinessKey取消流程,终止并补偿一个流程实例。
cancelById(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
通过id取消流程,终止并补偿一个流程实例。
cancelDepartmentManager(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
取消指定部门的管理者身份
canceledProcess() - 接口 中的方法com.actionsoft.sdk.local.api.ProcessQueryAPI
已取消的流程实例
canceledTask() - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
已取消的历史任务
cancelTask(TaskInstance, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
取消任务(如果该任务包含子流程一并取消),被取消的任务标记状态‘cancel’转移到H表。
cancelTaskAll(String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
取消节点的全部任务(如果该任务包含子流程一并取消),被取消的任务标记状态‘cancel’转移到H表。
CC_METRIC_ACCESS - 接口 中的静态变量com.actionsoft.bpms.commons.log.sla.constant.SLAConst
 
CC_METRIC_ACCESSCONTROL - 接口 中的静态变量com.actionsoft.bpms.commons.log.sla.constant.SLAConst
 
CC_METRIC_CIRCUITBREAKER - 接口 中的静态变量com.actionsoft.bpms.commons.log.sla.constant.SLAConst
 
CC_METRIC_EXECUTE - 接口 中的静态变量com.actionsoft.bpms.commons.log.sla.constant.SLAConst
 
CC_METRIC_FAILING - 接口 中的静态变量com.actionsoft.bpms.commons.log.sla.constant.SLAConst
 
CC_METRIC_FLOWCONTROL - 接口 中的静态变量com.actionsoft.bpms.commons.log.sla.constant.SLAConst
 
CC_METRIC_REQUEST - 接口 中的静态变量com.actionsoft.bpms.commons.log.sla.constant.SLAConst
 
CC_METRIC_RESPONSE - 接口 中的静态变量com.actionsoft.bpms.commons.log.sla.constant.SLAConst
 
CCAPI - com.actionsoft.sdk.local.api中的接口
CC连接中心接口。
changeDelegateUser(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.DelegationAPI
修改委托代理人账户列表
changeDelegateUser(String, String, String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.DelegationAPI
修改委托代理人账户列表
changeEndtime(String, Date) - 接口 中的方法com.actionsoft.sdk.local.api.DelegationAPI
修改委托代理人失效时间,如延期
changePasswd(UserContext, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
修改个人账户登录口令
changeUserLanguages(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
改变用户界面语言
changeUserPWD(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
修改账户密码
CHARTSET - 类 中的静态变量com.actionsoft.bpms.util.AES
 
checkAWSDB() - 类 中的静态方法com.actionsoft.bpms.util.DBSql
检查当前连接的是否是AWS数据库,运行AWS数据库操作的首次检查
checkExists(String) - 接口 中的方法com.actionsoft.sdk.local.api.cc.ZooKeeperAPI
判断zk节点是否存在
checkSession(String) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
检查session有效性,如果有效则刷新一次session,延长session生命周期
CLAIM_DEPARTMENT - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskRuntimeConst
Department,待认领给TARGET
CLAIM_NOT_FIND_PERFORMER - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskRuntimeConst
Administrator,待认领给TARGET
CLAIM_ROLE - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskRuntimeConst
Role,待认领给TARGET
CLAIM_TEAM - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskRuntimeConst
Team,待认领给TARGET
CLAIM_USER - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskRuntimeConst
常规,无需认领
claimTask(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
任务从(机构或角色)中认领,将共享任务变为私有任务。
claimToAdministrator() - 接口 中的方法com.actionsoft.sdk.local.api.TaskQueryAPI
任务没有参与者,暂时认领给管理员的异常任务
claimToDepartment(String) - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
由指定部门的人员认领的历史任务
claimToDepartment(String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskQueryAPI
由指定部门的人员认领的任务
claimToRole(String) - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
由指定角色的人员认领的历史任务
claimToRole(String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskQueryAPI
由指定角色的人员认领的任务
claimToTeam(String) - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
由指定小组的人员认领的历史任务
claimToTeam(String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskQueryAPI
由指定小组的人员认领的任务
ClaimTypeDepartment - com.actionsoft.bpms.bpmn.engine.performer中的接口
声明该路由方案返回一个部门ID,为该部门创建一个共享任务
ClaimTypeRole - com.actionsoft.bpms.bpmn.engine.performer中的接口
声明该路由方案返回一个角色ID,为该角色创建一个共享任务
ClaimTypeTeam - com.actionsoft.bpms.bpmn.engine.performer中的接口
声明该路由方案返回一个小组ID,为该小组创建一个共享任务
ClassReflect - com.actionsoft.bpms.util中的类
声明类构造器或创建新实例的反射工具
ClassReflect() - 类 的构造器com.actionsoft.bpms.util.ClassReflect
 
clone(TaskInstanceModel) - 接口 中的方法com.actionsoft.bpms.bpmn.engine.model.run.delegate.TaskInstance
将当前任务实例属性赋值给目标任务实例对象
clone() - 类 中的方法com.actionsoft.bpms.server.fs.DCContext
 
cloneInputStream(InputStream) - 类 中的静态方法com.actionsoft.bpms.server.fs.dc.DCUtil
克隆输入流
cloneProcessDefinition(String, boolean, boolean, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.RepositoryAPI
复制流程模型到指定应用
close(InputStream) - 类 中的静态方法com.actionsoft.bpms.server.fs.dc.DCUtil
 
close(Connection) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
释放Connection到连接池
close(Statement, ResultSet) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
关闭资源
close(Connection, Statement, ResultSet) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
释放Connection到连接池并关闭资源
close() - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
 
close() - 接口 中的方法com.actionsoft.sdk.local.api.cc.KafkaAPI
关闭资源
close(LdapContext) - 接口 中的方法com.actionsoft.sdk.local.api.cc.LDAPAPI
关闭上下文对象
close() - 接口 中的方法com.actionsoft.sdk.local.api.cc.MongoDBAPI
释放本连接占用的资源
close(Connection) - 接口 中的静态方法com.actionsoft.sdk.local.api.cc.RDSAPI
 
close(Connection, Statement, ResultSet) - 接口 中的静态方法com.actionsoft.sdk.local.api.cc.RDSAPI
 
close() - 接口 中的方法com.actionsoft.sdk.local.api.cc.RedisAPI
关闭相关连接资源
close() - 接口 中的方法com.actionsoft.sdk.local.api.cc.SOAPAPI
销毁调用资源
close() - 接口 中的方法com.actionsoft.sdk.local.api.cc.ZooKeeperAPI
关闭zk资源
closeCompany(String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
注销单位,注销后不再显示该单位及单位以下的部门和人员信息
closeDepartment(String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
注销部门,注销后不再显示该部门及子部门和人员信息
closeSession(String) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
注销一个会话
COE_LEAN_NON_VALUE - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
coe节点精益判断类型--非增值活动
COE_LEAN_VALUE - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
coe节点精益判断类型--增值活动
COE_PROCESS_LEAN_STANDARD - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ProcessDefinitionConst
 
COE_PROCESS_LEAN_STANDARD_UNIT - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ProcessDefinitionConst
 
COE_USER_CREATE_BY_COE - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ProcessDefinitionConst
从CoE端加入的CoE人员
COE_USER_CREATE_BY_CONSOLE - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ProcessDefinitionConst
从CONSOL端加入的CoE人员
COE_USER_ROLE_ADMIN - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ProcessDefinitionConst
CoE管理员身份
COE_USER_ROLE_MEMBER - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ProcessDefinitionConst
CoE普通组员
collectionExists(String) - 接口 中的方法com.actionsoft.sdk.local.api.cc.MongoDBAPI
Check to see if a collection with a given name exists.
color(String) - 类 中的方法com.actionsoft.bpms.commons.echarts.EChartsOption
调色盘颜色列表。
color(String) - 接口 中的方法com.actionsoft.sdk.local.api.PALRepositoryQueryAPI
标记颜色
com.actionsoft.apps.listener - 程序包 com.actionsoft.apps.listener
 
com.actionsoft.apps.resource - 程序包 com.actionsoft.apps.resource
 
com.actionsoft.apps.resource.interop.aslp - 程序包 com.actionsoft.apps.resource.interop.aslp
 
com.actionsoft.apps.resource.plugin.profile - 程序包 com.actionsoft.apps.resource.plugin.profile
 
com.actionsoft.bpms.bo.engine - 程序包 com.actionsoft.bpms.bo.engine
 
com.actionsoft.bpms.bpmn.constant - 程序包 com.actionsoft.bpms.bpmn.constant
 
com.actionsoft.bpms.bpmn.engine.core.delegate - 程序包 com.actionsoft.bpms.bpmn.engine.core.delegate
 
com.actionsoft.bpms.bpmn.engine.listener - 程序包 com.actionsoft.bpms.bpmn.engine.listener
 
com.actionsoft.bpms.bpmn.engine.model.def - 程序包 com.actionsoft.bpms.bpmn.engine.model.def
 
com.actionsoft.bpms.bpmn.engine.model.run - 程序包 com.actionsoft.bpms.bpmn.engine.model.run
 
com.actionsoft.bpms.bpmn.engine.model.run.delegate - 程序包 com.actionsoft.bpms.bpmn.engine.model.run.delegate
 
com.actionsoft.bpms.bpmn.engine.performer - 程序包 com.actionsoft.bpms.bpmn.engine.performer
 
com.actionsoft.bpms.bpmn.engine.servicetask - 程序包 com.actionsoft.bpms.bpmn.engine.servicetask
 
com.actionsoft.bpms.client.notification - 程序包 com.actionsoft.bpms.client.notification
 
com.actionsoft.bpms.commons.at - 程序包 com.actionsoft.bpms.commons.at
 
com.actionsoft.bpms.commons.cache - 程序包 com.actionsoft.bpms.commons.cache
 
com.actionsoft.bpms.commons.database - 程序包 com.actionsoft.bpms.commons.database
 
com.actionsoft.bpms.commons.echarts - 程序包 com.actionsoft.bpms.commons.echarts
 
com.actionsoft.bpms.commons.formfile.model - 程序包 com.actionsoft.bpms.commons.formfile.model
 
com.actionsoft.bpms.commons.log.sla.alarm - 程序包 com.actionsoft.bpms.commons.log.sla.alarm
 
com.actionsoft.bpms.commons.log.sla.constant - 程序包 com.actionsoft.bpms.commons.log.sla.constant
 
com.actionsoft.bpms.commons.log.sla.model - 程序包 com.actionsoft.bpms.commons.log.sla.model
 
com.actionsoft.bpms.commons.login.constant - 程序包 com.actionsoft.bpms.commons.login.constant
 
com.actionsoft.bpms.commons.mvc.dao - 程序包 com.actionsoft.bpms.commons.mvc.dao
 
com.actionsoft.bpms.commons.mvc.model - 程序包 com.actionsoft.bpms.commons.mvc.model
 
com.actionsoft.bpms.commons.mvc.view - 程序包 com.actionsoft.bpms.commons.mvc.view
 
com.actionsoft.bpms.commons.pagination - 程序包 com.actionsoft.bpms.commons.pagination
 
com.actionsoft.bpms.commons.portal.navigation.model - 程序包 com.actionsoft.bpms.commons.portal.navigation.model
 
com.actionsoft.bpms.commons.portal.skins - 程序包 com.actionsoft.bpms.commons.portal.skins
 
com.actionsoft.bpms.commons.query - 程序包 com.actionsoft.bpms.commons.query
 
com.actionsoft.bpms.commons.security.ac.constant - 程序包 com.actionsoft.bpms.commons.security.ac.constant
 
com.actionsoft.bpms.commons.security.ac.model - 程序包 com.actionsoft.bpms.commons.security.ac.model
 
com.actionsoft.bpms.commons.security.basic.constant - 程序包 com.actionsoft.bpms.commons.security.basic.constant
 
com.actionsoft.bpms.commons.security.delegation.model - 程序包 com.actionsoft.bpms.commons.security.delegation.model
 
com.actionsoft.bpms.commons.security.logging.model - 程序包 com.actionsoft.bpms.commons.security.logging.model
 
com.actionsoft.bpms.commons.session.constant - 程序包 com.actionsoft.bpms.commons.session.constant
 
com.actionsoft.bpms.commons.wechat - 程序包 com.actionsoft.bpms.commons.wechat
 
com.actionsoft.bpms.commons.wechat.bean - 程序包 com.actionsoft.bpms.commons.wechat.bean
 
com.actionsoft.bpms.org.model - 程序包 com.actionsoft.bpms.org.model
 
com.actionsoft.bpms.schedule - 程序包 com.actionsoft.bpms.schedule
 
com.actionsoft.bpms.server - 程序包 com.actionsoft.bpms.server
 
com.actionsoft.bpms.server.conf.sla - 程序包 com.actionsoft.bpms.server.conf.sla
 
com.actionsoft.bpms.server.fs - 程序包 com.actionsoft.bpms.server.fs
 
com.actionsoft.bpms.server.fs.dc - 程序包 com.actionsoft.bpms.server.fs.dc
 
com.actionsoft.bpms.util - 程序包 com.actionsoft.bpms.util
 
com.actionsoft.exception - 程序包 com.actionsoft.exception
 
com.actionsoft.sdk.local - 程序包 com.actionsoft.sdk.local
 
com.actionsoft.sdk.local.api - 程序包 com.actionsoft.sdk.local.api
 
com.actionsoft.sdk.local.api.cc - 程序包 com.actionsoft.sdk.local.api.cc
 
commitComment(TaskInstance, UserContext, String, String, String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
为任务提交一个审批留言到历史记录。
commitComment(TaskInstance, UserContext, String, String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
为任务提交一个审批留言到历史记录。
commitComment(String, String, String, String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
为任务提交一个审批留言到历史记录。
CompanyModel - com.actionsoft.bpms.org.model中的接口
AWS组织(政府机关、事业单位、公司、集团、法人组织...)
compareTo(ActivityModel) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ActivityModel
 
compensatedTask() - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
触发过补偿事件的历史任务
completedTask() - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
正常完成的历史任务
completeEAITask(String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
完成一个EAI任务
completeEAITask(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
完成一个EAI任务
completeTask(String, Map<String, Object>, String, Timestamp) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessDataLoaderAPI
提交流程变量数据,完成任务,任务类型可以是普通人工任务、服务任务、子流程任务及 加签这类的特殊任务。
completeTask(String, Map<String, Object>, String, boolean, Timestamp) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessDataLoaderAPI
提交流程变量数据,完成任务,任务类型可以是普通人工任务、服务任务、子流程任务及 加签这类的特殊任务。
completeTask(TaskInstance, Map<String, Object>, UserContext) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
提交流程变量数据,完成任务,任务类型可以是普通人工任务、服务任务、子流程任务及 加签这类的特殊任务。
completeTask(TaskInstance, Map<String, Object>, UserContext, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
提交流程变量数据,完成任务,任务类型可以是普通人工任务、服务任务、子流程任务及 加签这类的特殊任务。
completeTask(TaskInstance, UserContext) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
完成任务,任务类型可以是普通人工任务、服务任务、子流程任务及 加签这类的特殊任务。
completeTask(TaskInstance, UserContext, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
完成任务,任务类型可以是普通人工任务、服务任务、子流程任务及 加签这类的特殊任务。
completeTask(String, Map<String, Object>, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
提交流程变量数据,完成任务,任务类型可以是普通人工任务、服务任务、子流程任务及 加签这类的特殊任务。
completeTask(String, Map<String, Object>, String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
提交流程变量数据,完成任务,任务类型可以是普通人工任务、服务任务、子流程任务及 加签这类的特殊任务。
completeTask(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
通过Id完成任务,任务类型可以是普通人工任务、服务任务、子流程任务及 加签这类的特殊任务。
completeTask(String, String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
通过Id完成任务,任务类型可以是普通人工任务、服务任务、子流程任务及 加签这类的特殊任务。
completeTask(TaskInstance, Map<String, Object>, UserContext, boolean, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
提交流程变量数据,完成任务,任务类型可以是普通人工任务、服务任务、子流程任务及 加签这类的特殊任务。
completeTask(TaskInstance, UserContext, boolean, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
完成任务,任务类型可以是普通人工任务、服务任务、子流程任务及 加签这类的特殊任务。
completeTask(String, Map<String, Object>, String, boolean, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
提交流程变量数据,完成任务,任务类型可以是普通人工任务、服务任务、子流程任务及 加签这类的特殊任务。
completeTask(String, String, boolean, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
通过Id完成任务,任务类型可以是普通人工任务、服务任务、子流程任务及 加签这类的特殊任务。
completeTaskAll(ProcessInstance, String, Map<String, Object>, UserContext) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
提交流程变量数据,完成指定节点的所有任务,任务类型可以是普通人工任务、服务任务、子流程任务及加签这类的特殊任务。
completeTaskAll(ProcessInstance, String, Map<String, Object>, UserContext, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
提交流程变量数据,完成指定节点的所有任务,任务类型可以是普通人工任务、服务任务、子流程任务及加签这类的特殊任务。
completeTaskAll(ProcessInstance, String, UserContext, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
完成指定节点的所有任务,任务类型可以是普通人工任务、服务任务、子流程任务及加签这类的特殊任务。
completeTaskAll(String, String, Map<String, Object>, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
提交流程变量数据,完成指定节点的所有任务,任务类型可以是普通人工任务、服务任务、子流程任务及加签这类的特殊任务。
completeTaskAll(String, String, Map<String, Object>, String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
提交流程变量数据,完成指定节点的所有任务,任务类型可以是普通人工任务、服务任务、子流程任务及加签这类的特殊任务。
completeTaskAll(String, String, String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
完成指定节点的所有任务,任务类型可以是普通人工任务、服务任务、子流程任务及加签这类的特殊任务。
CONDITION_CONTEXT_AT_SCRIPT - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
条件上下文是一个@规则
CONDITION_CONTEXT_BO_DATA - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
条件上下文是BO数据集
CONDITION_CONTEXT_PROCESS_INST_DATA - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
条件上下文是与当前流程实例相关的运行时刻数据集
CONDITION_CONTEXT_PROCESS_VAR - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
条件上下文是流程变量
CONDITION_CONTEXT_TASK_INST_DATA - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
条件上下文是与当前任务实例相关的运行时刻数据集
CONDITION_CONTEXT_USER_COMMENTACTION - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
条件上下文是人工审核菜单
CONDITION_FIELD_MASTER - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是当前任务办理者是否为主管的判断值
CONDITION_FIELD_TAUIDT - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是上一个任务实例的办理者账户名
CONDITION_FIELD_TTITLE - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是当前任务实例的标题名称
CONDITION_FIELD_UCOMPANY - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是一个账户的单位名称
CONDITION_FIELD_UDEPART - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是一个账户的部门名称
CONDITION_FIELD_UEXTEND1 - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是一个账户的扩展信息1
CONDITION_FIELD_UEXTEND2 - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是一个账户的扩展信息2
CONDITION_FIELD_UEXTEND3 - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是一个账户的扩展信息3
CONDITION_FIELD_UEXTEND4 - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是一个账户的扩展信息4
CONDITION_FIELD_UEXTEND5 - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是一个账户的扩展信息5
CONDITION_FIELD_UID - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是一个登录人的账户
CONDITION_FIELD_UNAME - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是一个登录人的姓名
CONDITION_FIELD_UPOSITIONLAYERNAME - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是一个账户的岗位职等名
CONDITION_FIELD_UPOSITIONLAYERNO - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是一个账户的岗位职级序号
CONDITION_FIELD_UPOSITIONNAME - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是一个账户的岗位名称
CONDITION_FIELD_UROLE - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是一个账户的角色名称
CONDITION_FIELD_WSECURITY - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是当前流程实例保密级别
CONDITION_FIELD_WTITLE - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是当前流程实例的标题名称
CONDITION_FIELD_WTITLEKEY - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.FlowNodeDefinitionConst
字段是当前流程实例的标题关键字名称
ConfAPI - com.actionsoft.sdk.local.api中的接口
访问AWS平台常见配置接口
connection(Connection) - 接口 中的方法com.actionsoft.bpms.commons.query.Query
为Query提供一种事务的机制,在事务中如果用到查询,则需要进行设置Connection,否则不需要
connectTimeout(int) - 接口 中的方法com.actionsoft.sdk.local.api.cc.SOAPAPI
 
consoleErr(String) - 类 中的方法com.actionsoft.sdk.local.api.LogAPI
将出错输出到CONSOLE控制台
consoleInfo(String) - 类 中的方法com.actionsoft.sdk.local.api.LogAPI
将信息输出到CONSOLE控制台
ConsolePrinter - com.actionsoft.bpms.util中的类
格式化输出至CONSOLE屏幕的信息,全平台通用
ConsolePrinter() - 类 的构造器com.actionsoft.bpms.util.ConsolePrinter
 
consoleWarn(String) - 类 中的方法com.actionsoft.sdk.local.api.LogAPI
将警告输出到CONSOLE控制台
consume(String, String, DeliverCallback) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RabbitmqAPI
设置消费者监听
consume(String, String, String, boolean, DeliverCallback) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RabbitmqAPI
设置消费者监听
consume(String, String, boolean, DeliverCallback) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RabbitmqAPI
设置消费者监听
containsKey(String) - 类 中的方法com.actionsoft.bpms.bo.engine.BO
该BO是否存在此数据
containsKey(String) - 类 中的方法com.actionsoft.bpms.commons.mvc.view.ResponseObject
data结构中是否包含指定的key
controlState(String) - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
任务控制状态
controlState(String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskQueryAPI
任务控制状态
convertLike(String) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
对like查询语句中的通配符转义为普通字符
copyDCFile(DCContext, DCContext) - 类 中的静态方法com.actionsoft.bpms.server.fs.dc.DCUtil
复制源文件至目标,如果目标对象未设置文件名,默认为源文件名
copyDCFile(DCContext, DCContext) - 接口 中的方法com.actionsoft.sdk.local.api.DCAPI
复制源文件至目标,如果目标对象未设置文件名,默认为源文件名
copyDir(File, File) - 类 中的静态方法com.actionsoft.bpms.util.UtilFile
拷贝文件夹
copyFile(File, File) - 类 中的静态方法com.actionsoft.bpms.util.UtilFile
复制文件
copyFileTo(String, String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
将指定的源附件字段的全部文件复制到目标附件字段
copyFileTo(String, String, String, String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
将指定的源附件字段的全部文件复制到目标附件字段
copyTo(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.BOCopyAPI
执行复制操作,将query的结果复制到目标表
copyTo(String, ProcessInstance) - 接口 中的方法com.actionsoft.sdk.local.api.BOCopyAPI
执行复制操作,将query的结果复制到目标表
copyTo(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.BOQueryAPI
单条或批量完成BO数据的复制操作
copyTo(String, ProcessInstance) - 接口 中的方法com.actionsoft.sdk.local.api.BOQueryAPI
单条或批量完成BO数据的复制操作
costTimeGreaterThanOrEqual(long) - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
执行耗时大于等于(毫秒)
costTimeLessThanOrEqual(long) - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
执行耗时小于等于(毫秒)
count() - 接口 中的方法com.actionsoft.bpms.commons.query.Query
执行查询,返回结果集总数
count(String) - 接口 中的方法com.actionsoft.sdk.local.api.cc.MongoDBAPI
Counts the number of documents in the collection.
count(String, Bson) - 接口 中的方法com.actionsoft.sdk.local.api.cc.MongoDBAPI
Counts the number of documents in the collection according to the given options.
count(String, Bson, CountOptions) - 接口 中的方法com.actionsoft.sdk.local.api.cc.MongoDBAPI
Counts the number of documents in the collection according to the given options.
countAlarmDataOfNoRead(String) - 接口 中的方法com.actionsoft.sdk.local.api.SLAAPI
查询管理员未读的告警日志数量
countSql(String) - 接口 中的方法com.actionsoft.bpms.commons.query.Query
执行一个自定义的count sql,注意该sql返回记录必须能够正确识别成该Query的Model对象
create(String, BO, ProcessInstance, UserContext) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
为指定的BO表新增记录,该API适用于流程实例驱动的数据记录。
create(String, BO, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
为指定的BO表新增记录,该API适用于流程实例驱动的数据记录。
create(String, BO, ProcessInstance, UserContext, Connection) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
为指定的BO表新增记录,该API适用于流程实例驱动的数据记录。
create(String, BO, String, String, Connection) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
为指定的BO表新增记录,该API适用于流程实例驱动的数据记录。
create(String, List<BO>, ProcessInstance, UserContext) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
(批量)为指定的BO表新增记录,该API适用于流程实例驱动的数据记录。
create(String, List<BO>, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
(批量)为指定的BO表新增记录,该API适用于流程实例驱动或DW仅存储实例驱动的数据记录。
create(String, List<BO>, ProcessInstance, UserContext, Connection) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
(批量)为指定的BO表新增记录,该API适用于流程实例驱动或DW仅存储实例驱动的数据记录。
create(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.cc.EsAPI
向索引插入数据
create(String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.cc.ZooKeeperAPI
创建一个zk Node
create(DelegationModel) - 接口 中的方法com.actionsoft.sdk.local.api.DelegationAPI
创建一个委托申请,设置某人全部(或部分)任务委托某人(或某几个人)在某个时间段内有代理权限,期间代理人可以在个人待办中查询到这些任务, 也可以代理委托人完成任务。
createAfter(Date) - 接口 中的方法com.actionsoft.sdk.local.api.BOQueryAPI
创建在某个时间之后的BO数据
createBefore(Date) - 接口 中的方法com.actionsoft.sdk.local.api.BOQueryAPI
创建在某个时间之前的BO数据
createBOProcessInstance(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
创建一个仅存储实例控制,适用于DW
createBy(String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessQueryAPI
由特定账户创建的流程实例
createCallActivityTaskInstance(ProcessInstance, TaskInstance, String, String, Timestamp) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessDataLoaderAPI
一个特定创建日期的调用外部子流程任务实例,同时启动相关子流程。
createCallActivityTaskInstance(ProcessInstance, TaskInstance, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
创建调用外部子流程任务实例,同时启动相关子流程。
createCallActivityTaskInstance(String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
创建调用外部子流程任务实例,同时启动相关子流程。
createCallActivityTaskInstanceByBusinessKey(String, String, String, String, Timestamp) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessDataLoaderAPI
一个特定创建日期的调用外部子流程任务实例,同时启动相关子流程。
createCallActivityTaskInstanceById(String, String, String, String, Timestamp) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessDataLoaderAPI
一个特定创建日期的调用外部子流程任务实例,同时启动相关子流程。
createClientSession(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
创建一个客户端用户会话
createClientSession(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
创建一个客户端用户会话
createClientSessionByDevice(String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
创建一个客户端用户会话
createClientSessionByDevice(String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
创建一个客户端用户会话
createClientSessionByPC(String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
创建一个客户端用户会话
createClientSessionByPC(String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
创建一个客户端用户会话
createCollection(String) - 接口 中的方法com.actionsoft.sdk.local.api.cc.MongoDBAPI
Create an uncapped collection with the provided name.
createCollection(String, CreateCollectionOptions) - 接口 中的方法com.actionsoft.sdk.local.api.cc.MongoDBAPI
Create a collection with the provided name and options.
createCompany(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建单位
createCompany(String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建单位
createCompany(String, String, String, String, String, String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建单位
createdAfter(Date) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessQueryAPI
创建在某个时间之后的流程实例
createDataBO(String, BO, UserContext) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
为指定的BO表新增记录,该API适用于纯数据迁移和查询、利用,不能由流程实例或仅存储实例驱动。
createDataBO(String, BO, UserContext, Connection) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
为指定的BO表新增记录,该API适用于纯数据迁移和查询、利用,不能由流程实例或仅存储实例驱动。
createDataBO(String, List<BO>, UserContext) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
(批量)为指定的BO表新增记录,该API适用于纯数据迁移和查询、利用,不能由流程实例或仅存储实例驱动。
createDataBO(String, List<BO>, UserContext, Connection) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
(批量)为指定的BO表新增记录,该API适用于纯数据迁移和查询、利用,不能由流程实例或仅存储实例驱动。
createdBefore(Date) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessQueryAPI
创建在某个时间之前的流程实例
createDepartment(String, String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建部门,该部门默认排序值为父部门下的最大+1
createDepartment(String, String, String, String, String, String, String, String, String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建部门,该部门默认排序值为父部门下的最大+1
createDepartment(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
 
createEAIHistoryTaskInstance(String, String, String, String, String, String, int, Map<String, String>) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
创建一个已经完成的EAI历史任务,该类任务不由本地工作流引擎驱动,无需再调用完成的操作
createEAITaskInstance(String, String, String, String, String, String, int) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
创建一个EAI任务,该类任务不由本地工作流引擎驱动
createEAITaskInstance(String, String, String, String, String, String, int, Map<String, String>) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
创建一个EAI任务,该类任务不由本地工作流引擎驱动
createEmailTemplate(String, String, String, String, String, String, boolean, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
创建邮件模板
createIndex(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.cc.EsAPI
创建索引
createPartition(String, String, String, String, int, String) - 接口 中的方法com.actionsoft.sdk.local.api.SADAPI
创建一个待执行的分区定义,初始化该分区的空结构物理表、索引。
createPermission(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.PermAPI
创建一个权限组
createPermissionAssn(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.PermAPI
为分配对象创建一个授权
createPermissionList(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.PermAPI
为权限组创建一个权限资源
createPosition(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建新岗位
createPosition(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建新岗位
createPosition(String, String, String, String, String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建新岗位
createProcessInstance(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
创建一个流程实例,支持短流程或人工+系统混编的流程。
createProcessInstance(String, String, String, String, String, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
创建一个流程实例,支持短流程或人工+系统混编的流程。
createProcessInstance(String, String, String, String, String, String, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
创建一个流程实例,支持短流程或人工+系统混编的流程。
createProcessInstance(String, String, String, String, String, String, Timestamp, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessDataLoaderAPI
一个特定创建日期的流程实例,支持短流程或人工+系统混编的流程。
createRole(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建新角色
createRole(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建新角色
createRole(String, String, String, String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建新角色
createServiceTaskInstance(ProcessInstance, TaskInstance, String, String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
创建服务任务实例
createServiceTaskInstance(String, String, String, String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
创建服务任务实例。
createShortProcessInstance(String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
创建一个流程实例,适用于系统集成类的短流程启动。
createShortProcessInstance(String, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
创建一个流程实例,适用于系统集成类的短流程启动。
createShortProcessInstance(String, String, String, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
创建一个流程实例,适用于系统集成类的短流程启动。
createShortProcessInstance(String, String, String, Timestamp, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessDataLoaderAPI
一个特定创建日期的流程实例,适用于系统集成类的短流程启动。
createSubProcessInstance(String, String, String, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
创建一个常规子流程实例,支持短流程或人工+系统混编的流程。
createSubProcessInstance(String, String, String, String, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
创建一个常规子流程实例,支持短流程或人工+系统混编的流程。
createSubProcessInstance(String, String, String, Timestamp, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessDataLoaderAPI
一个特定创建日期的常规子流程实例,支持短流程或人工+系统混编的流程。
createSubProcessInstance(String, String, String, String, Timestamp, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessDataLoaderAPI
一个特定创建日期的常规子流程实例,支持短流程或人工+系统混编的流程。
createTable(HTableDescriptor, HColumnDescriptor...) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HBaseAPI
创建hbase表
createTeam(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建小组
createTeam(String, String, String, String, String, String, String, String, String, int) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建小组
createTeam(String, String, String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建小组
createTempFileContext(String, String) - 类 中的静态方法com.actionsoft.bpms.server.fs.dc.DCUtil
获得一个临时文件路径的上下文声明(并不真实创建文件),如果路径不存在则建立文件夹。
createTempFileContext(String, String, String, String) - 类 中的静态方法com.actionsoft.bpms.server.fs.dc.DCUtil
获得一个临时文件路径的上下文声明(并不真实创建文件),如果路径不存在则建立文件夹。
createURLFormModel(UserContext, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.RepositoryAPI
创建一个URL表单
createUser(String, String, String, String, String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建账户
createUser(String, String, String, String, String, String, boolean, String, String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建账户
createUser(String, String, String, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建账户
createUserAdHocTaskInstance(ProcessInstance, TaskInstance, UserContext, String, int, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
创建动态任务实例(Ad-Hoc!
createUserAdHocTaskInstance(String, String, String, String, int, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
创建动态任务实例(Ad-Hoc!
createUserCCTaskInstance(ProcessInstance, TaskInstance, UserContext, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
创建传阅任务实例,participant多人时用空格隔开,每个阅读者对应List结果的一个任务实例。
createUserCCTaskInstance(String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
创建传阅任务实例,participant多人时用空格隔开,每个阅读者对应List结果的一个任务实例。
createUserClaimTaskInstance(ProcessInstance, TaskInstance, UserContext, String, int, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
创建公共人工任务类实例,认领类型由Type指定
createUserClaimTaskInstance(String, String, String, String, int, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
创建公共人工任务类实例,认领类型由ClaimType指定。
createUserMap(String, String, String, boolean, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建账户兼任信息
createUserMap(String, String, String, String, boolean, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建账户兼任信息
createUserMap(String, String, String, String, boolean, boolean, int) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建账户兼任信息
createUserNotifyTaskInstance(ProcessInstance, TaskInstance, UserContext, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
创建通知任务实例,participant多人时用空格隔开,每个阅读者对应List结果的一个任务实例。
createUserNotifyTaskInstance(String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
创建通知任务实例,participant多人时用空格隔开,每个阅读者对应List结果的一个任务实例。
createUserTaskInstance(ProcessInstance, TaskInstance, UserContext, String, String, String, int, Timestamp) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessDataLoaderAPI
一个特定创建日期的人工任务实例。
createUserTaskInstance(ProcessInstance, TaskInstance, UserContext, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
创建人工任务实例。
createUserTaskInstance(String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
创建人工任务实例。
createUserTaskInstance(ProcessInstance, TaskInstance, UserContext, String, String, String, int) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
完整参数的创建人工任务实例。
createUserTaskInstance(String, String, String, String, String, String, int) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
完整参数的创建人工任务实例。
createUserTaskInstanceByBusinessKey(String, String, String, String, String, String, int, Timestamp) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessDataLoaderAPI
一个特定创建日期的人工任务实例。
createUserTaskInstanceById(String, String, String, String, String, String, int, Timestamp) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessDataLoaderAPI
一个特定创建日期的人工任务实例。
createUserUnderCompany(String, String, String, String, String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
公司下直接创建账户
createUserUnderCompany(String, String, String, String, String, String, boolean, String, String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
公司下直接创建账户
createUserUnderCompany(String, String, String, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
公司下直接创建账户
createValueHistory(String, String, String, String, String, String, String, String, String, String, String, String, String, int) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
单条插入字段值差异历史数据
createValueHistory(List<Map<String, Object>>) - 接口 中的方法com.actionsoft.sdk.local.api.BOAPI
批量插入字段值差异历史数据
createVariable(String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
给指定的流程模型创建流程变量
createVDept(String, String, String, String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
新增虚拟部门
createVUnit(String, String, String, String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
创建虚拟组织单元
createVUser(String, String, String, boolean, int, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ORGAPI
新建虚拟账户
cutString(String, int) - 类 中的静态方法com.actionsoft.bpms.util.UtilString
将多余字符变成.
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.