类 SimpleFlowCreateTimeHandler
java.lang.Object
net.sohelp.boot.engine.workflow.handler.impl.SimpleFlowCreateTimeHandler
- 所有已实现的接口:
FlowCreateTimeHandler
默认流程创建时间处理器
- 从以下版本开始:
- 1.0
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getCurrentTime(ExecuteType executeType, Long instanceId, Long taskId) 获取当前时间,用于设置创建时间或更新时间getFinishTime(Long instanceId, Long taskId) 获取完成时间,用于设置流程实例结束时间或任务完成时间
-
构造器详细资料
-
SimpleFlowCreateTimeHandler
public SimpleFlowCreateTimeHandler()
-
-
方法详细资料
-
getCurrentTime
从接口复制的说明:FlowCreateTimeHandler获取当前时间,用于设置创建时间或更新时间- 指定者:
getCurrentTime在接口中FlowCreateTimeHandler- 参数:
executeType- 工作流执行类型ExecuteTypeinstanceId- 流程实例IDtaskId- 审批任务ID(不存在为流程实例调用情况)
-
getFinishTime
从接口复制的说明:FlowCreateTimeHandler获取完成时间,用于设置流程实例结束时间或任务完成时间- 指定者:
getFinishTime在接口中FlowCreateTimeHandler- 参数:
instanceId- 流程实例IDtaskId- 审批任务ID(不存在为流程实例调用情况)
-